cosarara97
Junior Member
 
Posts: 5
Joined: Jul 2011
Reputation: 0
|
Can't compile wx gui
Hello everyone!
I'm trying to compile vba-m in linux 64bit with the wx gui, but I always get this error:
Code:
[ 23%] Built target fex
[ 70%] Built target vbamcore
[ 76%] Built target vbam
[ 77%] Building CXX object src/wx/CMakeFiles/wxvbam.dir/wxvbam.cpp.o
In file included from /home/jaume/Escriptori/vba-m2/vbam/trunk/src/wx/wxvbam.h:496:0,
from /home/jaume/Escriptori/vba-m2/vbam/trunk/src/wx/wxvbam.cpp:7:
/home/jaume/Escriptori/vba-m2/vbam/trunk/src/wx/opts.h:21:17: error: field fs_mode has incomplete type
make[2]: *** [src/wx/CMakeFiles/wxvbam.dir/wxvbam.cpp.o] Error 1
make[1]: *** [src/wx/CMakeFiles/wxvbam.dir/all] Error 2
make: *** [all] Error 2
The only thing I understand from this error is that there is something wrong in the line 21 of the file opts.h (/vbam/trunk/src/wx/opts.h):
Code:
xwVideoMode fs_mode;
What should I do to make it work?
(This post was last modified: 08-19-2011 04:04 AM by cosarara97.)
|
|
| 08-19-2011 04:04 AM |
|