[Hbasic-userinfo] Install problem
Status: Beta
Brought to you by:
mengels
From: MARIAGCESAR <MAR...@te...> - 2004-09-01 11:04:37
|
Hello I am tryng to install Hbasic in a system linux with Mandrake 10.0 I think there is no problem in the configure process, but when i try to make the install return me an error in the end. I really apreciate your help PD: Sorry my english, i am from argentina. The copy of the process is the next: [root@localhost HBasic-0.9.9n]# ./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 file name... 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/qt3//lib checking for QT 3.x includes... /usr/lib/qt3//include checking if KDE user interface should be used... /usr/include/ checking for KDE 3.x libraries... /usr/lib WITH_KDEUI checking for lrelease - lupdate... checking for kspreadcalc library... checking for dlerror in -ldl... yes checking for backtrace in -lexecinfo... no checking for QT 3.x libraries... (cached) /usr/lib/qt3//lib checking for lupdate... /usr/lib/qt3//include/../bin/lupdate checking for lrelease... /usr/lib/qt3//include/../bin/lrelease checking for libmysqlclient... checking for "/usr/lib/libmysqlclient.a"... no checking for "/usr/lib/mysql/libmysqlclient.a"... no checking for "/usr/local/lib/libmysqlclient.a"... no checking for "/usr/local/lib/mysql/libmysqlclient.a"... no checking for "/usr/local/mysql/lib/libmysqlclient.a"... yes checking for mysql_real_connect in -lmysqlclient... no checking for "/usr/lib/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... no checking /usr/include/mysql/mysql.h presence... no checking for /usr/include/mysql/mysql.h... no checking /usr/local/include/mysql.h usability... no checking /usr/local/include/mysql.h presence... no checking for /usr/local/include/mysql.h... no checking /usr/local/include/mysql/mysql.h usability... no checking /usr/local/include/mysql/mysql.h presence... no checking for /usr/local/include/mysql/mysql.h... no checking /usr/local/mysql/include/mysql.h usability... yes checking /usr/local/mysql/include/mysql.h presence... yes checking for /usr/local/mysql/include/mysql.h... yes checking "if MySQL Version /usr/local/mysql/include is >= 4.0.0"... yes checking for MySQL-CC support... checking for perl support... no checking for qtc library... no checking for QT 3.x includes... (cached) /usr/lib/qt3//include checking for moc... /usr/lib/qt3//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 install_dir/used_packages.info [root@localhost HBasic-0.9.9n]# make make -C src make[1]: Entering directory `/home/graciela/hbasicdir/HBasic-0.9.9n/src' gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -I/usr/loca l/mysql/include -I../mysqlcc/include -I../mysqlcc/shared/include -o main.o main .cpp main.cpp: In function `int main(int, char**)': main.cpp:714: warning: `__comp_ctor' is deprecated (declared at /usr/include/kap plication.h:172) gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o mainwind ow.o mainwindow.cpp In file included from ../erp/src/erp_mainwindow.h:14, from mainwindow.cpp:96: ../erp/src/defines.h:32:1: warning: "KDE_INCDIR" redefined In file included from mainwindow.cpp:65: defines.h:121:1: warning: this is the location of the previous definition /usr/lib/qt3//include/../bin/moc -o mainwindow.moc.cpp mainwindow.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o mainwind ow.moc.o mainwindow.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o memory.o memory.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o message_ list.o message_list.cpp /usr/lib/qt3//include/../bin/moc -o message_list.moc.cpp message_list.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o message_ list.moc.o message_list.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o package_ list.o package_list.cpp /usr/lib/qt3//include/../bin/moc -o package_list.moc.cpp package_list.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o package_ list.moc.o package_list.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o package_ manager.o package_manager.cpp /usr/lib/qt3//include/../bin/moc -o package_manager.moc.cpp package_manager.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o package_ manager.moc.o package_manager.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o pixmaps. o pixmaps.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o pixmapch ooser.o pixmapchooser.cpp /usr/lib/qt3//include/../bin/moc -o pixmapchooser.moc.cpp pixmapchooser.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o pixmapch ooser.moc.o pixmapchooser.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o project. o project.cpp /usr/lib/qt3//include/../bin/moc -o project.moc.cpp project.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o project. moc.o project.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o project_ tree.o project_tree.cpp /usr/lib/qt3//include/../bin/moc -o project_tree.moc.cpp project_tree.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o project_ tree.moc.o project_tree.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o project_ tree_entry.o project_tree_entry.cpp /usr/lib/qt3//include/../bin/moc -o project_tree_entry.moc.cpp project_tree_entr y.h project_tree_entry.h:0: Warning: No relevant classes found. No output generated. gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o project_ tree_entry.moc.o project_tree_entry.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o property editor.o propertyeditor.cpp /usr/lib/qt3//include/../bin/moc -o propertyeditor.moc.cpp propertyeditor.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o property editor.moc.o propertyeditor.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o qtc_supp ort.o qtc_support.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o report_d ocument.o report_document.cpp /usr/lib/qt3//include/../bin/moc -o report_document.moc.cpp report_document.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o report_d ocument.moc.o report_document.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o select_w indow.o select_window.cpp /usr/lib/qt3//include/../bin/moc -o select_window.moc.cpp select_window.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o select_w indow.moc.o select_window.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o sizehand le.o sizehandle.cpp /usr/lib/qt3//include/../bin/moc -o sizehandle.moc.cpp sizehandle.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o sizehand le.moc.o sizehandle.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o xlist_vi ew_item.o xlist_view_item.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o macro_li st.o macro_list.cpp /usr/lib/qt3//include/../bin/moc -o macro_list.moc.cpp macro_list.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o macro_li st.moc.o macro_list.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o window_l ist.o window_list.cpp /usr/lib/qt3//include/../bin/moc -o window_list.moc.cpp window_list.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../source_editor -I ../include -I../ src -I../runtime_lib -I../runtime_lib/interpreter -I../gui_db_access -o window_l ist.moc.o window_list.moc.cpp ar -rc libhbasic.a basic_document.o basic_document.moc.o hbdatabase.o hbdatabase .moc.o debug_widget1.o debug_widget1.moc.o debug_widget2.o debug_widget2.moc.o f ormdesigner.o formdesigner.moc.o global_commands.o global_vars.o hbformwindow.o hbformwindow.moc.o macro_recorder.o main.o mainwindow.o mainwindow.moc.o memory. o message_list.o message_list.moc.o package_list.o package_list.moc.o package_ma nager.o package_manager.moc.o pixmaps.o pixmapchooser.o pixmapchooser.moc.o proj ect.o project.moc.o project_tree.o project_tree.moc.o project_tree_entry.o proje ct_tree_entry.moc.o propertyeditor.o propertyeditor.moc.o qtc_support.o report_d ocument.o report_document.moc.o select_window.o select_window.moc.o sizehandle.o sizehandle.moc.o xlist_view_item.o macro_list.o macro_list.moc.o window_list.o window_list.moc.o rm project_tree_entry.moc.cpp mainwindow.moc.cpp select_window.moc.cpp propertye ditor.moc.cpp package_manager.moc.cpp window_list.moc.cpp sizehandle.moc.cpp rep ort_document.moc.cpp message_list.moc.cpp macro_list.moc.cpp pixmapchooser.moc.c pp project.moc.cpp package_list.moc.cpp make[1]: Leaving directory `/home/graciela/hbasicdir/HBasic-0.9.9n/src' make -C dialogs make[1]: Entering directory `/home/graciela/hbasicdir/HBasic-0.9.9n/dialogs' gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o action_select.o action_sel ect.cpp /usr/lib/qt3//include/../bin/moc -o action_select.moc.cpp action_select.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o action_select.moc.o action _select.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o icon_manager.o icon_manage r.cpp /usr/lib/qt3//include/../bin/moc -o icon_manager.moc.cpp icon_manager.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o icon_manager.moc.o icon_ma nager.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o select_kpart.o select_kpar t.cpp /usr/lib/qt3//include/../bin/moc -o select_kpart.moc.cpp select_kpart.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o select_kpart.moc.o select_ kpart.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_program_output.o dlg_p rogram_output.cpp /usr/lib/qt3//include/../bin/moc -o dlg_program_output.moc.cpp dlg_program_outpu t.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_program_output.moc.o d lg_program_output.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_options.o dlg_options. cpp /usr/lib/qt3//include/../bin/moc -o dlg_options.moc.cpp dlg_options.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_options.moc.o dlg_opti ons.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_error_msg.o dlg_error_ msg.cpp /usr/lib/qt3//include/../bin/moc -o dlg_error_msg.moc.cpp dlg_error_msg.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_error_msg.moc.o dlg_er ror_msg.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_rpm_info.o dlg_rpm_inf o.cpp /usr/lib/qt3//include/../bin/moc -o dlg_rpm_info.moc.cpp dlg_rpm_info.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_rpm_info.moc.o dlg_rpm _info.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_event_list.o dlg_event _list.cpp /usr/lib/qt3//include/../bin/moc -o dlg_event_list.moc.cpp dlg_event_list.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_event_list.moc.o dlg_e vent_list.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_value_edit.o dlg_value _edit.cpp /usr/lib/qt3//include/../bin/moc -o dlg_value_edit.moc.cpp dlg_value_edit.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_value_edit.moc.o dlg_v alue_edit.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_new_struct.o dlg_new_s truct.cpp /usr/lib/qt3//include/../bin/moc -o dlg_new_struct.moc.cpp dlg_new_struct.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_new_struct.moc.o dlg_n ew_struct.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_project_type.o dlg_pro ject_type.cpp /usr/lib/qt3//include/../bin/moc -o dlg_project_type.moc.cpp dlg_project_type.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_project_type.moc.o dlg _project_type.moc.cpp gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_project_options.o dlg_ project_options.cpp /usr/lib/qt3//include/../bin/moc -o dlg_project_options.moc.cpp dlg_project_opti ons.h gcc -g -O2 -g -c -I/usr/lib/qt3//include -I../src -o dlg_project_options.moc.o |