SVN HEAD does not compile

This particular forum is archives, bug reports should be made at https://github.com/visualboyadvance-m/v ... e-m/issues


Post Reply
maci
Junior Member
Posts: 1
Joined: Fri Jul 25, 2008 5:09 am

SVN HEAD does not compile

Post by maci »

Scanning dependencies of target vbam

[ 91%] Building CXX object CMakeFiles/vbam.dir/src/sdl/debugger.o

/var/tmp/aurbuild/build/vba-m-gtk-svn/vba-m-gtk-svn/src/vbam-build/src/sdl/debugger.cpp: In function 'void debuggerDoSearch()':

/var/tmp/aurbuild/build/vba-m-gtk-svn/vba-m-gtk-svn/src/vbam-build/src/sdl/debugger.cpp:1714: warning: comparison between signed and unsigned integer expressions

/var/tmp/aurbuild/build/vba-m-gtk-svn/vba-m-gtk-svn/src/vbam-build/src/sdl/debugger.cpp: At global scope:

/var/tmp/aurbuild/build/vba-m-gtk-svn/vba-m-gtk-svn/src/vbam-build/src/sdl/debugger.cpp:753: warning: 'void debuggerDebug(int, char**)' defined but not used

/var/tmp/aurbuild/build/vba-m-gtk-svn/vba-m-gtk-svn/src/vbam-build/src/sdl/debugger.cpp:764: warning: 'void debuggerVerbose(int, char**)' defined but not used

[ 93%] Building CXX object CMakeFiles/vbam.dir/src/sdl/SDL.o

/var/tmp/aurbuild/build/vba-m-gtk-svn/vba-m-gtk-svn/src/vbam-build/src/sdl/SDL.cpp: In function 'void StartLirc()':

/var/tmp/aurbuild/build/vba-m-gtk-svn/vba-m-gtk-svn/src/vbam-build/src/sdl/SDL.cpp:375: warning: deprecated conversion from string constant to 'char*'

/var/tmp/aurbuild/build/vba-m-gtk-svn/vba-m-gtk-svn/src/vbam-build/src/sdl/SDL.cpp: In function 'void lircCheckInput()':

/var/tmp/aurbuild/build/vba-m-gtk-svn/vba-m-gtk-svn/src/vbam-build/src/sdl/SDL.cpp:489: error: 'sdlReadState' was not declared in this scope

/var/tmp/aurbuild/build/vba-m-gtk-svn/vba-m-gtk-svn/src/vbam-build/src/sdl/SDL.cpp:491: error: 'sdlWriteState' was not declared in this scope

/var/tmp/aurbuild/build/vba-m-gtk-svn/vba-m-gtk-svn/src/vbam-build/src/sdl/SDL.cpp: In function 'void sdlPollEvents()':

/var/tmp/aurbuild/build/vba-m-gtk-svn/vba-m-gtk-svn/src/vbam-build/src/sdl/SDL.cpp:1854: warning: unused variable 'flags'

make[2]: *** [CMakeFiles/vbam.dir/src/sdl/SDL.o] Error 1

make[1]: *** [CMakeFiles/vbam.dir/all] Error 2

make: *** [all] Error 2

 

and yes, i do have SDL properly installed

Last edited by maci on Fri Jul 25, 2008 5:14 am, edited 1 time in total.
chrono
Junior Member
Posts: 32
Joined: Tue Mar 18, 2008 9:23 pm

SVN HEAD does not compile

Post by chrono »

mudlord
Senior Member
Posts: 306
Joined: Sun Feb 08, 2009 7:16 am

SVN HEAD does not compile

Post by mudlord »

Thanks for the heads up chrono.

 

As soon as I get my new HD today, I will rectify this.

slacker
Junior Member
Posts: 22
Joined: Wed Jul 09, 2008 5:31 am

SVN HEAD does not compile

Post by slacker »

you know your compiling with lirc support???

 

anyway the problem seems to be it cant access the loading functions

the issue is from my patch hnad lirccheckinput near sdl check input so it can still get to all the needed functions

 

now its much lower and cannot access readstate and writestate

 

easy fix would be to move that function higher so it can read all the needed data.

 

relooking at my patch to see the location i also saw i missed making it remove the link lib if your not compiling with lirc that will prob need to be fixed. but for you seeing as you want lirc just copy from line 422 - 526 to line 1976 that should allow you to compile till they fix the issues

Post Reply