Menu

#718 Building with ('Enable Lua support', 0) problems

SDL
closed:fixed
lua (32) sdl (53)
5
2016-02-02
2015-12-20
Eugene
No

Hi, i'm not sure, is this a really bug.

when i set
BoolVariable ('LUA', 'Enable Lua support', 0),
in SConstruct file

compilation fails:

src/movie.cpp:652:9: warning: enumeration value 'SUBTITLE' not handled in switch [-Wswitch]
src/movie.cpp: In function 'void FCEUMOV_IncrementRerecordCount()':
src/movie.cpp:1422:2: error: 'else' without a previous 'if'
  else
  ^
scons: *** [src/movie.o] Error 1
scons: building terminated because of errors.

Mint 17.3 (Ubuntu 14.04 LTS)

Discussion

  • zeromus

    zeromus - 2015-12-20

    should be fixed by r3190

     
  • Eugene

    Eugene - 2015-12-20

    Yes, it's fixed now. Thank you

     
  • feos

    feos - 2016-02-02
    • status: open --> closed:fixed
     

Log in to post a comment.