VOGONS


First post, by cmw

User metadata
Rank Newbie
Rank
Newbie

Hello!

I used to build my own dosbox executables and it always worked but with the newest CVS snapshot i get this error while compiling:

int10_vesa.cpp: In function `void INT10_SetupVESA()':
int10_vesa.cpp:441: error: `CB_RETN' undeclared (first use this function)
int10_vesa.cpp:441: error: (Each undeclared identifier is reported only once for each function it appears in.)
int10_vesa.cpp:441: error: `CALLBACK_SetupExtra' undeclared (first use this function)
make[3]: *** [int10_vesa.o] Error 1
make[3]: Leaving directory `/c/unixshell/dosbox/dosbox/src/ints'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/c/unixshell/dosbox/dosbox/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/unixshell/dosbox/dosbox'
make: *** [all] Error 2

I'm using Win XP SP 2 with MingGW and MSYS, gcc 3.4.2.

It worked with last week's CVS.

I'm using sdl_net, but not libpng and not sdl_sound, also ddraw is not enabled i think.
Any suggestions?

Edit: Figured it out, the tarball (although the newest one) did not contain the correct (7 hour old) version of callback.h, i made the changes lately apllied by hand and it now compiles.

best regards gmw