Posted to tcl by silas at Mon Jan 08 19:53:04 GMT 2024view raw

  1. Building package 'tdbcmysql1.1.6'
  2. echo "#define TDBC_MYSQL_VERSION_UUID \\" >tdbcMysqlUuid.h
  3. cat /tmp/tcl9.0b1/pkgs/tdbcmysql1.1.6/manifest.uuid >>tdbcMysqlUuid.h
  4. echo "" >>tdbcMysqlUuid.h
  5. gcc -DPACKAGE_NAME=\"tdbcmysql\" -DPACKAGE_TARNAME=\"tdbcmysql\" -DPACKAGE_VERSION=\"1.1.6\" -DPACKAGE_STRING=\"tdbcmysql\ 1.1.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DBUILD_tdbcmysql=/\*\*/ -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 -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DSIZEOF_LONG=8 -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 -DHAVE_UINTPTR_T=1 -DTCL_MAJOR_VERSION=8 -I/tmp/tcl9.0b1/pkgs/tdbc1.1.6/generic -I"/tmp/tcl9.0b1/generic" -I. -O2 -DNDEBUG -Wall -fPIC -pipe -pthread -O2 -DNDEBUG -Wall -fPIC -c `echo /tmp/tcl9.0b1/pkgs/tdbcmysql1.1.6/generic/tdbcmysql.c` -o tdbcmysql.o
  6. In file included from /tmp/tcl9.0b1/generic/tclOO.h:172:0,
  7. from /tmp/tcl9.0b1/pkgs/tdbcmysql1.1.6/generic/tdbcmysql.c:22:
  8. /tmp/tcl9.0b1/generic/tclOODecls.h:128:27: error: expected declaration specifiers or ... before * token
  9. const Tcl_MethodType2 *typePtr,
  10. ^
  11. /tmp/tcl9.0b1/generic/tclOODecls.h:133:38: error: expected declaration specifiers or ... before * token
  12. int flags, const Tcl_MethodType2 *typePtr,
  13. ^
  14. /tmp/tcl9.0b1/generic/tclOODecls.h:138:27: error: expected declaration specifiers or ... before * token
  15. const Tcl_MethodType2 *typePtr,
  16. ^
  17. In file included from /tmp/tcl9.0b1/generic/tclOO.h:172:0,
  18. from /tmp/tcl9.0b1/pkgs/tdbcmysql1.1.6/generic/tdbcmysql.c:22:
  19. /tmp/tcl9.0b1/generic/tclOODecls.h:181:72: error: expected declaration specifiers or ... before * token
  20. int (*tcl_MethodIsType2) (Tcl_Method method, const Tcl_MethodType2 *typePtr, void **clientDataPtr); /* 32 */
  21. ^
  22. /tmp/tcl9.0b1/generic/tclOODecls.h:182:133: error: expected declaration specifiers or ... before * token
  23. Tcl_Method (*tcl_NewInstanceMethod2) (Tcl_Interp *interp, Tcl_Object object, Tcl_Obj *nameObj, int flags, const Tcl_MethodType2 *typePtr, void *clientData); /* 33 */
  24. ^
  25. /tmp/tcl9.0b1/generic/tclOODecls.h:183:121: error: expected declaration specifiers or ... before * token
  26. Tcl_Method (*tcl_NewMethod2) (Tcl_Interp *interp, Tcl_Class cls, Tcl_Obj *nameObj, int flags, const Tcl_MethodType2 *typePtr, void *clientData); /* 34 */
  27. ^
  28. /tmp/tcl9.0b1/generic/tclOODecls.h:184:1: warning: no semicolon at end of struct or union
  29. } TclOOStubs;