src/lua-engine.o: In function `FCEU_LuaFrameBoundary()':lua-engine.cpp:(.text+0x8a05): undefined reference to `fps_scale'
lua-engine.cpp:(.text+0x8a8a): undefined reference to `fps_scale'lua-engine.cpp:(.text+0x8ad2): undefined reference to `fps_scale'
src/lua-engine.o: In function `FCEU_LuaStop()':lua-engine.cpp:(.text+0xb55d): undefined reference to `fps_scale'
collect2: error: ld returned 1 exit status
scons: *** [src/fceux] Error 1
scons: building terminated because of errors.
Not sure if this is an issue on other architectures/systems, but things aren't compiling correctly on SDL.
(sorry, I accidentally posted this on the previous bug #653)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm having the same issue on Xubuntu 14.04 (amd64). I've applied, of course, my previous patch (applied for r3068: https://sourceforge.net/p/fceultra/bugs/653/#cfde)
Not sure if this is an issue on other architectures/systems, but things aren't compiling correctly on SDL.
(sorry, I accidentally posted this on the previous bug #653)
Seems to be fixed as of r3093