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

Building package 'tdbcmysql1.1.6'
echo "#define TDBC_MYSQL_VERSION_UUID \\" >tdbcMysqlUuid.h
cat /tmp/tcl9.0b1/pkgs/tdbcmysql1.1.6/manifest.uuid >>tdbcMysqlUuid.h
echo "" >>tdbcMysqlUuid.h
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
In file included from /tmp/tcl9.0b1/generic/tclOO.h:172:0,
                 from /tmp/tcl9.0b1/pkgs/tdbcmysql1.1.6/generic/tdbcmysql.c:22:
/tmp/tcl9.0b1/generic/tclOODecls.h:128:27: error: expected declaration specifiers or ... before * token
     const Tcl_MethodType2 *typePtr,
                           ^
/tmp/tcl9.0b1/generic/tclOODecls.h:133:38: error: expected declaration specifiers or ... before * token
     int flags, const Tcl_MethodType2 *typePtr,
                                      ^
/tmp/tcl9.0b1/generic/tclOODecls.h:138:27: error: expected declaration specifiers or ... before * token
     const Tcl_MethodType2 *typePtr,
                           ^
In file included from /tmp/tcl9.0b1/generic/tclOO.h:172:0,
                 from /tmp/tcl9.0b1/pkgs/tdbcmysql1.1.6/generic/tdbcmysql.c:22:
/tmp/tcl9.0b1/generic/tclOODecls.h:181:72: error: expected declaration specifiers or ... before * token
     int (*tcl_MethodIsType2) (Tcl_Method method, const Tcl_MethodType2 *typePtr, void **clientDataPtr); /* 32 */
                                                                        ^
/tmp/tcl9.0b1/generic/tclOODecls.h:182:133: error: expected declaration specifiers or ... before * token
     Tcl_Method (*tcl_NewInstanceMethod2) (Tcl_Interp *interp, Tcl_Object object, Tcl_Obj *nameObj, int flags, const Tcl_MethodType2 *typePtr, void *clientData); /* 33 */
                                                                                                                                     ^
/tmp/tcl9.0b1/generic/tclOODecls.h:183:121: error: expected declaration specifiers or ... before * token
     Tcl_Method (*tcl_NewMethod2) (Tcl_Interp *interp, Tcl_Class cls, Tcl_Obj *nameObj, int flags, const Tcl_MethodType2 *typePtr, void *clientData); /* 34 */
                                                                                                                         ^
/tmp/tcl9.0b1/generic/tclOODecls.h:184:1: warning: no semicolon at end of struct or union
 } TclOOStubs;