[Hbasic-userinfo] instalation problem HBasic
Status: Beta
Brought to you by:
mengels
From: Budi S. <bu...@uk...> - 2003-08-01 09:50:36
|
i've tried to compile HBasic-0.9.8.c on RedHat 8.0. This is configure result : [budsus@localhost HBasic]$ ./configure 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 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 DOTGnu support... NO_DOTGNU DOT-Gnu path checking for DSO_HANDLE required... NO_DSO_HANDLE checking for compiler usage... NO_COMPILER checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for QT 3.x libraries... /usr/lib/qt3-gcc3.2/lib checking for QT 3.x includes... /usr/lib/qt3-gcc3.2/include checking for KDE 3.x includes... /usr/include/kde/ checking for KDE 3.x libraries... /usr/lib checking if KDE user interface should be used... NO_KDEUI checking for QT 3.x libraries... (cached) /usr/lib/qt3-gcc3.2/lib checking for lupdate... /usr/lib/qt3-gcc3.2/include/../bin/lupdate checking for lrelease... /usr/lib/qt3-gcc3.2/include/../bin/lrelease checking for qtc library... no checking for QT 3.x includes... (cached) /usr/lib/qt3-gcc3.2/include checking for moc... /usr/lib/qt3-gcc3.2/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 install_dir/used_packages.info And, then i do run make, and i have this error message : make -C gui_db_access make[1]: Entering directory `/home/budsus/Documents/master/HBasic/gui_db_access'gcc -c -I/usr/lib/qt3-gcc3.2/include -I/usr/include/kde/ -I../src -I../include -I../runtime_lib -o query_designer.o query_designer.cpp query_designer.cpp: In function `void executeDbQuery(HBQueryDesc*)': query_designer.cpp:860: no matching function for call to `QSqlQuery::exec()' /usr/lib/qt3-gcc3.2/include/qsqlquery.h:88: candidates are: virtual bool QSqlQuery::exec(const QString&) make[1]: *** [query_designer.o] Error 1 make[1]: Leaving directory `/home/budsus/Documents/master/HBasic/gui_db_access' make: *** [gui_db_access/gui_dbaccess_lib.a] Error 2 can anyone help me, what wrong with this message? thanks Budi Susanto |