[Hbasic-userinfo] shared/include/CMySQL.h:129: error: syntax error before `*' token
Status: Beta
Brought to you by:
mengels
From: Francisco R. P. <ra...@si...> - 2004-04-18 15:11:49
|
Fedora Core 1 fu;; updated. I get this error. [ramiro@compaq hbasic_0.9.9k]$ ./configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking whether ln -s works... yes checking for GNU make... make checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for DSO_HANDLE required... NO_DSO_HANDLE checking for compiler usage... INCLUDE_COMPILER checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for QT 3.x libraries... /usr/lib/qt-3.1/lib checking for QT 3.x includes... /usr/lib/qt-3.1/include checking if KDE user interface should be used... /usr/include/kde/ checking for KDE 3.x libraries... /usr/lib WITH_KDEUI checking for dlerror in -ldl... yes checking for backtrace in -lexecinfo... no checking for QT 3.x libraries... (cached) /usr/lib/qt-3.1/lib checking for lupdate... /usr/lib/qt-3.1/include/../bin/lupdate checking for lrelease... /usr/lib/qt-3.1/include/../bin/lrelease checking for libmysqlclient... checking for "/usr/lib/libmysqlclient.a"... no checking for "/usr/lib/mysql/libmysqlclient.a"... yes checking for mysql_real_connect in -lmysqlclient... yes checking for "/usr/lib/libmysqlclient.so"... no checking for "/usr/lib/mysql/libmysqlclient.so"... yes checking for mysql.h... checking /usr/include/mysql.h usability... no checking /usr/include/mysql.h presence... no checking for /usr/include/mysql.h... no checking /usr/include/mysql/mysql.h usability... yes checking /usr/include/mysql/mysql.h presence... yes checking for /usr/include/mysql/mysql.h... yes checking "if MySQL Version /usr/include/mysql is >=3D 4.0.0"... no Please upgrade your MySQL installation to version 4.0.0 or higher If you do have the correct version of MySQL installed somewhere other than /usr/local/mysql/include, please specify it as --with-mysql-include=3D argument checking for MySQL-CC support... checking for ERP support... checking for perl support... no checking for qtc library... no checking for QT 3.x includes... (cached) /usr/lib/qt-3.1/include checking for moc... /usr/lib/qt-3.1/include/../bin/moc configure: creating ./config.status config.status: creating Makefile.global config.status: creating Makefile config.status: creating src/defines.h config.status: creating erp/src/defines.h config.status: creating mysqlcc/Makefile config.status: creating install_dir/used_packages.info [ramiro@compaq hbasic_0.9.9k]$ make make -C mysqlcc make[1]: Entrando no diret=F3rio `/home/ramiro/downloads/hbasic_0.9.9k/mysqlcc' gcc -c -g -Iinclude -Ishared/include -I/usr/include/mysql -I/usr/lib/qt-3.1/include -o globals.o globals.cpp gcc -c -g -Iinclude -Ishared/include -I/usr/include/mysql -I/usr/lib/qt-3.1/include -o mysqlcc_main.o mysqlcc_main.cpp gcc -c -g -Iinclude -Ishared/include -I/usr/include/mysql -I/usr/lib/qt-3.1/include -o shared_menus.o shared_menus.cpp /usr/lib/qt-3.1/include/../bin/moc -o shared_menus.moc.cpp include/shared_menus.h gcc -c -Iinclude -Iinclude/CSqlEditor -Ishared/include=20 -I/usr/lib/qt-3.1/include -o shared_menus.moc.o shared_menus.moc.cpp In file included from shared/include/CMySQLCCPlugin.h:30, from include/CPlugin.h:21, from include/shared_menus.h:25, from shared_menus.moc.cpp:11: shared/include/CMySQL.h:25:19: mysql.h: Arquivo ou diret=F3rio n=E3o encontrado shared/include/CMySQL.h:26:26: mysqld_error.h: Arquivo ou diret=F3rio n=E3= o encontrado In file included from shared/include/CMySQLCCPlugin.h:30, from include/CPlugin.h:21, from include/shared_menus.h:25, from shared_menus.moc.cpp:11: shared/include/CMySQL.h:129: error: syntax error before `*' token make[1]: ** [shared_menus.moc.o] Erro 1 rm shared_menus.moc.cpp make[1]: Saindo do diret=F3rio `/home/ramiro/downloads/hbasic_0.9.9k/mysqlcc' make: ** [mysqlcc/libmysqlcc.a] Erro 2 [ramiro@compaq hbasic_0.9.9k]$=20 |