You are not logged in.
hi guys,
when i try to compile the latest cvs of gtk-glade under Windows i get
main.c:494: error: syntax error before "hThisInstance"
main.c: In function `WinMain':
main.c:498: error: invalid initializer
gcc.exe: unrecognized option `-rdynamic'
make.exe: *** [main.o] Error 1
any suggestion ?
Offline
Well the gtk-glade port on windows isnt working.
The 3d code needs to be fixed.
But i never had that bug.
Athlon 64 X2 3800+ / 2Gb DDR2 800Mhz
Geforce 8600GT 256MB / Windows XP PRO SP3
http://desmume.org/compatibility-list/
Offline
if your wanting to use your product under windows, you could try yourself some hassle by grabbing CVS pre-compiled
http://amponzi.googlepages.com/
But i dont know anywhere to get *unix compilations
Offline
schnappy, those are native win32 binary.
What he was trying to do was to compile the gtk-glade port for win32.
Athlon 64 X2 3800+ / 2Gb DDR2 800Mhz
Geforce 8600GT 256MB / Windows XP PRO SP3
http://desmume.org/compatibility-list/
Offline
You can safely ignore the gcc unrecognized option `-rdynamic' .
It's needed under GNU/Linux and MacOSX but not under MS Windows.
As for the syntax error... I'm sorry, i'm unable to help.
I'm missing Damdoum...
Offline
i'm missing damdoum too ;_;
Offline
if i add windows.h in main.c, i get
In file included from c:/Dev-Cpp/include/objbase.h:74,
from c:/Dev-Cpp/include/ole2.h:9,
from c:/Dev-Cpp/include/windows.h:111,
from main.c:28:
c:/Dev-Cpp/include/objidl.h:58: error: syntax error before string constant
main.c:599: error: conflicting types for 'WinMain'
c:/Dev-Cpp/include/winbase.h:1040: error: previous declaration of 'WinMain' was here
main.c:599: error: conflicting types for 'WinMain'
c:/Dev-Cpp/include/winbase.h:1040: error: previous declaration of 'WinMain' was here
main.c: In function `WinMain':
main.c:601: error: invalid initializer
make.exe: *** [main.o] Error 1
Offline