Posted to tcl by silas at Mon Jan 08 19:49:05 GMT 2024view raw

  1. checking for cast to union support... yes
  2. checking for stdbool.h... yes
  3. checking for required early compiler flags... none
  4. checking for 64-bit integer type... yes
  5. checking for build with symbols... no
  6. checking for grep that handles long lines and -e... /usr/bin/grep
  7. checking for egrep... /usr/bin/grep -E
  8. test: ==: unexpected operator
  9. test: ==: unexpected operator
  10. checking for tclsh... /tmp/tcl9.0b1/unix/tclsh
  11. checking for macher... checking for zip... /usr/pkg/bin/zip
  12. Found INFO Zip in environment
  13. checking for building with zipfs... yes
  14. configure: creating ./config.status
  15. config.status: creating Makefile
  16. config.status: creating pkgIndex.tcl
  17. Building package 'itcl4.2.4'
  18. gcc -DPACKAGE_NAME=\"itcl\" -DPACKAGE_TARNAME=\"itcl\" -DPACKAGE_VERSION=\"4.2.4\" -DPACKAGE_STRING=\"itcl\ 4.2.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DBUILD_itcl=/\*\*/ -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DUSE_TCL_STUBS=1 -DUSE_TCLOO_STUBS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DHAVE_HIDDEN=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_STDBOOL_H=1 -DTCL_WIDE_INT_IS_LONG=1 -DTCL_CFG_OPTIMIZED=1 -DHAVE_INTPTR_T=1 -DTCL_MAJOR_VERSION=8 -fPIC -DITCL_LIBRARY="/usr/local/lib/itcl4.2.4" -I. -I"/tmp/tcl9.0b1/pkgs/itcl4.2.4/generic" -I"/tmp/tcl9.0b1/pkgs/itcl4.2.4" -I"/tmp/tcl9.0b1/generic" -I"/tmp/tcl9.0b1/unix" -pipe -pthread -O2 -DNDEBUG -Wall -fPIC -c `echo /tmp/tcl9.0b1/pkgs/itcl4.2.4/generic/itcl2TclOO.c` -o itcl2TclOO.o
  19. In file included from /tmp/tcl9.0b1/generic/tclOO.h:172:0,
  20. from /tmp/tcl9.0b1/generic/tclOOInt.h:17,
  21. from /tmp/tcl9.0b1/pkgs/itcl4.2.4/generic/itcl2TclOO.c:13:
  22. /tmp/tcl9.0b1/generic/tclOODecls.h:128:27: error: expected declaration specifiers or ... before * token
  23. const Tcl_MethodType2 *typePtr,
  24. ^
  25. /tmp/tcl9.0b1/generic/tclOODecls.h:133:38: error: expected declaration specifiers or ... before * token
  26. int flags, const Tcl_MethodType2 *typePtr,
  27. ^
  28. /tmp/tcl9.0b1/generic/tclOODecls.h:138:27: error: expected declaration specifiers or ... before * token
  29. const Tcl_MethodType2 *typePtr,
  30. ^
  31. In file included from /tmp/tcl9.0b1/generic/tclOO.h:172:0,
  32. from /tmp/tcl9.0b1/generic/tclOOInt.h:17,
  33. from /tmp/tcl9.0b1/pkgs/itcl4.2.4/generic/itcl2TclOO.c:13:
  34. /tmp/tcl9.0b1/generic/tclOODecls.h:181:72: error: expected declaration specifiers or ... before * token
  35. int (*tcl_MethodIsType2) (Tcl_Method method, const Tcl_MethodType2 *typePtr, void **clientDataPtr); /* 32 */
  36. ^
  37. /tmp/tcl9.0b1/generic/tclOODecls.h:182:133: error: expected declaration specifiers or ... before * token
  38. Tcl_Method (*tcl_NewInstanceMethod2) (Tcl_Interp *interp, Tcl_Object object, Tcl_Obj *nameObj, int flags, const Tcl_MethodType2 *typePtr, void *clientData); /* 33 */
  39. ^
  40. /tmp/tcl9.0b1/generic/tclOODecls.h:183:121: error: expected declaration specifiers or ... before * token
  41. Tcl_Method (*tcl_NewMethod2) (Tcl_Interp *interp, Tcl_Class cls, Tcl_Obj *nameObj, int flags, const Tcl_MethodType2 *typePtr, void *clientData); /* 34 */
  42. ^
  43. /tmp/tcl9.0b1/generic/tclOODecls.h:184:1: warning: no semicolon at end of struct or union
  44. } TclOOStubs;