Posted to tcl by hypnotoad at Fri Sep 28 15:05:02 GMT 2007view pretty

# using: 
./configure --with-tcl=/Library//Frameworks/Tcl.framework/Versions/8.5/

####
$ make
 makegcc -DPACKAGE_NAME=\"TclOO\" -DPACKAGE_TARNAME=\"tcloo\" -DPACKAGE_VERSION=\"0.1\" -DPACKAGE_STRING=\"TclOO\ 0.1\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DTCL_WIDE_INT_TYPE=long\ long -DTCL_WIDE_INT_TYPE=long\ long -DUSE_TCL_STUBS=1 -DBUILD_tcloo=1   -I. -I"./generic" -I"/Library/Frameworks/Tcl.framework/Versions/8.5/Headers" -I"/Library/Frameworks/Tcl.framework/Versions/8.5/PrivateHeaders" -I"/Users/andreask/dbn/lba/night/builds/macosx-ix86/tcl/generic" -I"/Users/andreask/dbn/lba/night/builds/macosx-ix86/tcl/unix"  -pipe   -Os -Wall -Wno-implicit-int -fno-common     -c `echo ./generic/tclOO.c` -o tclOO.o
In file included from ./generic/tclOO.c:15:
./generic/tclOOInt.h:84: error: parse error before 'GetFrameInfoValueProc'
./generic/tclOOInt.h:84: warning: no semicolon at end of struct or union
./generic/tclOOInt.h:87: warning: data definition has no type or storage class
In file included from ./generic/tclOOInt.h:417,
                 from ./generic/tclOO.c:15:
./generic/tclOOIntDecls.h:37: error: parse error before 'ProcedureMethod'
./generic/tclOOIntDecls.h:42: error: parse error before 'ProcedureMethod'
./generic/tclOOIntDecls.h:63: error: parse error before 'ProcedureMethod'
./generic/tclOOIntDecls.h:64: error: parse error before 'ProcedureMethod'
make: *** [tclOO.o] Error 1