HerbFargus / FCE3D

3D NES emulator (fork of FCEUX 2.2.2) with voxel engine renderer from https://sites.google.com/site/procyonsjj/home/fce3d
GNU General Public License v2.0
4 stars 3 forks source link

Cant compile #1

Open Pollito001 opened 8 years ago

Pollito001 commented 8 years ago

src/lua-engine.cpp:194:12: warning: 'wasPaused' defined but not used [-Wunused-variable] static int wasPaused = FALSE; ^~~~~ scons: *\ [src/lua-engine.o] Error 1 scons: building terminated because of errors.

HerbFargus commented 8 years ago

https://github.com/HerbFargus/FCE3D/wiki/Compiling-on-the-Raspberry-Pi-(Raspbian-Jessie)

(Btw won't really work on a pi) you don't specify any useful details for debugging like your OS, hardware etc. Try googling any build errors and often it's just linker libraries or missed dependencies

Pollito001 commented 8 years ago

You right sorry, My OS: Manjaro Linux (Archlinux based) When i enter scons in terminal start compile but stop with the error above. You can send an already compiled bin? 64 or 32 bit?

HerbFargus commented 8 years ago

I built it on my Linux mint laptop so I'm not sure how different the libraries are between OS's. I'll see if I can build a binary when I find the time and will post it under releases. You may want to check out the 3dnes emulator as it is much more developed for the whole 3d thing https://geod.itch.io/3dnes

Pollito001 commented 7 years ago

Thanks for the help, I already visit this web 3dnes but only windows version are free. I better wait for the releases ;)

ghost commented 4 years ago

can i have the compiled version?