Package Details: punes 0.111-2

Git Clone URL: https://aur.archlinux.org/punes.git (read-only, click to copy)
Package Base: punes
Description: Nintendo Entertaiment System emulator
Upstream URL: https://github.com/punesemu/puNES
Keywords: emulator nes nintendo
Licenses: GPL-2.0-or-later
Submitter: btimofeev
Maintainer: Lili1228 (FHorse)
Last Packager: Lili1228
Votes: 24
Popularity: 0.006904
First Submitted: 2012-01-16 10:46 (UTC)
Last Updated: 2025-01-15 14:22 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

FHorse commented on 2016-06-14 23:56 (UTC)

Which version of GCC you use?

shoober420 commented on 2016-06-13 21:21 (UTC) (edited on 2016-06-13 21:21 (UTC) by shoober420)

This still fails to build, along with the git version. I get the same error as figue.

FHorse commented on 2016-05-24 10:43 (UTC)

Figue you can contact me at punes.development@gmail.com. I'll try to figure out what the problem is.

figue commented on 2016-05-10 19:40 (UTC)

Build fails... Any ideas? g++ -DHAVE_CONFIG_H -I. -I../.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DWITH_OPENGL -DGLEW_STATIC -DRELEASE -DWITH_OPENGL_CG -D'COMPILED="05102016213744"' -Wall -ffast-math -I/build/punes/src/puNES-0.100/./src -I/build/punes/src/puNES-0.100/./src/gui -I/build/punes/src/puNES-0.100/./src/core -I/build/punes/src/puNES-0.100/./src/video/shaders -I/build/punes/src/puNES-0.100/./src/gui/linux -I/build/punes/src/puNES-0.100/./src/video/sdl -I/usr/include/qt/QtWidgets -I/usr/include/qt -I/usr/include/qt/QtGui -I/usr/include/qt -I/usr/include/qt/QtCore -I/usr/include/qt -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fmessage-length=0 -finline-functions --param inline-unit-growth=200 --param large-function-growth=500 -MT xBRZ/xbrz_wrap.o -MD -MP -MF $depbase.Tpo -c -o xBRZ/xbrz_wrap.o xBRZ/xbrz_wrap.cpp &&\ mv -f $depbase.Tpo $depbase.Po xBRZ/xbrz.cpp: In function 'double {anonymous}::distRGB(uint32_t, uint32_t)': xBRZ/xbrz.cpp:174:12: error: 'sqrt' is not a member of 'std' return std::sqrt(square(r_diff) + square(g_diff) + square(b_diff)); ^~~ xBRZ/xbrz.cpp: In function 'double {anonymous}::distYCbCr(uint32_t, uint32_t, double)': xBRZ/xbrz.cpp:201:12: error: 'sqrt' is not a member of 'std' return std::sqrt(square(lumaWeight * y) + square(c_b) + square(c_r)); ^~~ xBRZ/xbrz.cpp: In constructor '{anonymous}::DistYCbCrBuffer::DistYCbCrBuffer()': xBRZ/xbrz.cpp:237:44: error: 'sqrt' is not a member of 'std' buffer[i] = static_cast<float>(std::sqrt(square(y) + square(c_b) + square(c_r))); ^~~ Makefile:387: recipe for target 'xBRZ/xbrz.o' failed make[3]: *** [xBRZ/xbrz.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory '/build/punes/src/puNES-0.100/src/c++' Makefile:528: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/build/punes/src/puNES-0.100/src' Makefile:394: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/build/punes/src/puNES-0.100' Makefile:335: recipe for target 'all' failed make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

fatmike commented on 2015-09-14 08:12 (UTC)

Checksums wrong

nagar commented on 2015-04-26 00:43 (UTC)

Thanks, It works fine for me, but please change md5sum in install build :) need to be updated, Thanks :)

btimofeev commented on 2015-03-09 09:44 (UTC)

FHorse, yes. My email mashin87@gmail.com

FHorse commented on 2015-03-09 08:44 (UTC)

Hi Mashin, can I contact you by email?

Vaporeon commented on 2015-03-08 13:10 (UTC)

Not really useful but you can bypass that by disabling audio. "punes -a off"

btimofeev commented on 2015-03-07 12:23 (UTC)

FHorse, i did not run version 0.92. Error: INFO: path /home/mashin/.puNES INFO: OpenGL 2.0 supported. Glsl enabled. INFO: OpenGL 3.1 not supported. Unable to set buffer size for playback: Invalid argument