[Hbasic-userinfo] (no subject)
Status: Beta
Brought to you by:
mengels
|
From: o.s.p <o....@li...> - 2008-05-27 12:00:44
|
hallo marcus!
i'm tring to compile hbasic 2007-02a on my disro (frugalware 08 current)
this is what i have on my system:
qt 3.3.8-9
/lib/libdl-2.7.so
gcc 4.3.0-5
make 3.81-3
automake 1.10.1-3
this are the errors i get:
bash-3.2$ ./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 ISO C89... none needed
checking whether ln -s works... yes
checking for GNU make... make
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/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 libpq-fe.h usability... yes
checking libpq-fe.h presence... yes
checking for libpq-fe.h... yes
checking for DSO_HANDLE required... NO_DSO_HANDLE
checking for compiler usage... INCLUDE_COMPILER
checking for X... libraries , headers
checking for QT 3.x libraries... /usr/lib/qt/lib
checking for QT 3.x includes... /usr/lib/qt/include
checking if KDE user interface should be used... /usr/include/
checking for KDE 3.x libraries... /usr/lib
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/qt/lib
checking for sqlite library... /usr/lib/libsqlite.a
checking for lupdate... /usr/lib/qt/include/../bin/lupdate
checking for lrelease... /usr/lib/qt/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"... 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 >= 4.0.0"... yes
checking for MySQL-CC support...
checking for libpq-fe.h... (cached) yes
checking for perl support... no
checking for qtc library... no
checking for QT 3.x includes... (cached) /usr/lib/qt/include
checking for moc... /usr/lib/qt/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 erp/src/database/Makefile
config.status: creating erp/src/hbcron/defs.h
config.status: creating install_dir/used_packages.info
bash-3.2$ make
make -C runtime_lib/compiler
make[1]: Entering directory
`/home/pol/Desktop/HBasic-2007-2a/runtime_lib/compiler'
make -C ../../src libhbasic.a
make[2]: Entering directory `/home/pol/Desktop/HBasic-2007-2a/src'
gcc -g -O2 -g -c -I/usr/lib/qt/include -I../source_editor -I ../include
-I../src -I../runtime_lib -I../runtime_lib/interpreter
-I../gui_db_access -o basic_document.o basic_document.cpp
In file included from basic_document.cpp:68:
global_vars.h:47: warning: 'typedef' was ignored in this declaration
In file included from ../source_editor/source_edit_data.h:10,
from basic_document.cpp:75:
../source_editor/../source_editor/source_edit_widget.h:57: warning:
'typedef' was ignored in this declaration
In file included from propertyeditor.h:49,
from basic_document.cpp:78:
../gui_db_access/report_editor.h:235: error: multiple parameters named
'parent'
In file included from basic_document.cpp:99:
basic_document.h:51: warning: 'typedef' was ignored in this declaration
basic_document.cpp:127: warning: deprecated conversion from string
constant to 'char*'
basic_document.cpp: In member function 'HBGuiElement*
CBasicDocument::createNewComp(QWidget*, short int, short int, short int,
HBGuiElement*)':
basic_document.cpp:475: warning: deprecated conversion from string
constant to 'char*'
basic_document.cpp:543: warning: deprecated conversion from string
constant to 'char*'
basic_document.cpp:549: warning: deprecated conversion from string
constant to 'char*'
basic_document.cpp: In member function 'void
CBasicDocument::createGeometryProperty(HBGuiElement*, QWidget*)':
basic_document.cpp:630: warning: deprecated conversion from string
constant to 'char*'
basic_document.cpp: In member function 'void
CBasicDocument::loadComponentsFromDs(QDataStream*, HBGuiElement*, int)':
basic_document.cpp:768: warning: deprecated conversion from string
constant to 'char*'
make[2]: *** [basic_document.o] Error 1
make[2]: Leaving directory `/home/pol/Desktop/HBasic-2007-2a/src'
make[1]: *** [../../src/libhbasic.a] Error 2
make[1]: Leaving directory
`/home/pol/Desktop/HBasic-2007-2a/runtime_lib/compiler'
make: *** [runtime_lib/compiler/librt_compiler.so] Error 2
------------------
can you help me?
is there any forum abut hbasic?
thank you
|