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

  1. # using:
  2. ./configure --with-tcl=/Library//Frameworks/Tcl.framework/Versions/8.5/
  3.  
  4. ####
  5. $ make
  6. 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
  7. In file included from ./generic/tclOO.c:15:
  8. ./generic/tclOOInt.h:84: error: parse error before 'GetFrameInfoValueProc'
  9. ./generic/tclOOInt.h:84: warning: no semicolon at end of struct or union
  10. ./generic/tclOOInt.h:87: warning: data definition has no type or storage class
  11. In file included from ./generic/tclOOInt.h:417,
  12. from ./generic/tclOO.c:15:
  13. ./generic/tclOOIntDecls.h:37: error: parse error before 'ProcedureMethod'
  14. ./generic/tclOOIntDecls.h:42: error: parse error before 'ProcedureMethod'
  15. ./generic/tclOOIntDecls.h:63: error: parse error before 'ProcedureMethod'
  16. ./generic/tclOOIntDecls.h:64: error: parse error before 'ProcedureMethod'
  17. make: *** [tclOO.o] Error 1
  18.  
  19.