[Hbasic-userinfo] I get compile error :(
Status: Beta
Brought to you by:
mengels
From: PardoX P. <par...@ho...> - 2006-06-10 10:45:13
|
Hi Im trying to compile hbasic and i get this error :( ------------------o-------------------------o---------------------o---------------------- rm testlib.moc.cpp make[1]: Leaving directory `/var/tmp/pisi/hbasic-0.9.9o-2/work/autocheck' make -C src make[1]: Entering directory `/var/tmp/pisi/hbasic-0.9.9o-2/work/src' i686-pc-linux-gnu-gcc -mtune=i686 -O2 -pipe -fomit-frame-pointer -g -c -I/usr/qt/3/include -Ino -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:84: ../dialogs/select_kpart.h:4:31: kparts/mainwindow.h: No such file or directory ------------------o-------------------------o---------------------o---------------------- /usr/kde/3.5/include/kparts/mainwindow.h this is the file where belongs in my system, but compiler not able to find it. And i have tried several variations in part of Makefile.in file like this This is some part of the Makefile.in normaly it looks like this ------------------o-------------------------o---------------------o---------------------- INCLUDE = -I$(QT_INCDIR) -Isrc -Iinclude -Iruntime_lib LIBPATH = -L$(QT_LIBDIR) -L$(KDE_LIBDIR) LIBS = $(LIBDL) $(LIBEXECINFO) -lstdc++ $(QT_LIB) $(KDE_LIB) ------------------o-------------------------o---------------------o---------------------- And here is my attempts ------------------o-------------------------o---------------------o---------------------- INCLUDE = -I$(QT_INCDIR) -I/usr/kde/3.5/include/kparts/mainwindow.h -Isrc -Iinclude -Iruntime_lib INCLUDE = -I$(QT_INCDIR) -I/usr/kde/3.5/include/kparts -Isrc -Iinclude -Iruntime_lib INCLUDE = -I$(QT_INCDIR) -I/usr/kde/3.5/include/ -Isrc -Iinclude -Iruntime_lib INCLUDE = -I$(QT_INCDIR) -I/usr/kde/3.5 -Isrc -Iinclude -Iruntime_lib INCLUDE = -I$(QT_INCDIR) -I$(KDE_INCDIR) -Isrc -Iinclude -Iruntime_lib ------------------o-------------------------o---------------------o---------------------- but no hope. i also changed dialogs/select_kpart.h #include <kparts/mainwindow.h> this part of file ------------------o-------------------------o---------------------o---------------------- #include </usr/kde/3.5/include/kparts/mainwindow.h> and #include "/usr/kde/3.5/include/kparts/mainwindow.h" ------------------o-------------------------o---------------------o---------------------- but nothing happend :( I need help!!! thanX _________________________________________________________________ En etkili ve güvenilir PC Korumayi tercih edin, rahat edin! http://www.msn.com.tr/security/ |