[Gambas-user] Compiling gambas3 revision 2202

Gaël Le Hec'H gael.lehech at ...626...
Sat Aug 1 23:16:01 CEST 2009


I get this error compiling revision 2202, on revision 2201 everything was ok

Making all in debug
make[5]: Entering directory `/home/gael/Sources/c++/gambas3/main/lib/debug'
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../../share -I../../gbx -D_REENTRANT -I../../libltdl   -pipe -Wall
-Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os  -MT CDebug.lo
-MD -MP -MF .deps/CDebug.Tpo -c -o CDebug.lo CDebug.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I../.. -I../../share -I../../gbx -D_REENTRANT
-I../../libltdl -pipe -Wall -Wno-unused-value -fsigned-char
-fvisibility=hidden -g -Os -MT CDebug.lo -MD -MP -MF .deps/CDebug.Tpo -c
CDebug.c  -fPIC -DPIC -o .libs/CDebug.o
CDebug.c: In function 'callback_read':
CDebug.c:59: error: 'DEBUG_OUTPUT_MAX_SIZE' undeclared (first use in this
function)
CDebug.c:59: error: (Each undeclared identifier is reported only once
CDebug.c:59: error: for each function it appears in.)
CDebug.c: In function 'CDEBUG_start':
CDebug.c:186: error: 'DEBUG_OUTPUT_MAX_SIZE' undeclared (first use in this
function)
make[5]: *** [CDebug.lo] Error 1
make[5]: Leaving directory `/home/gael/Sources/c++/gambas3/main/lib/debug'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/gael/Sources/c++/gambas3/main/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/gael/Sources/c++/gambas3/main'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/gael/Sources/c++/gambas3/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gael/Sources/c++/gambas3'
make: *** [all] Error 2



More information about the User mailing list