[Gambas-user] Help compiling gambas3

Benoît Minisini gambas at ...1...
Fri Aug 7 02:04:44 CEST 2009


> Many thanks, that got me a munch further!  I am now stuck here, probably a
> missing dep but I can't seem to determine which package?  I started with a
> fresh svn checkout:
>
> make[5]: Entering directory `/home/andy/trunk/gb.qt.kde/src/html'
> /bin/sh ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I.
> -I../.. -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT

> -D_REENTRANT -I/usr/lib/qt-3.3/include    -I/usr/include/kde4/   -pipe

These two paths together is a weird things. Did you install kde3 libraries? If 
not, then configure made a mistake and use kde4 include path thinking it is 
the kde3 one.

Please send the output of (./reconf && ./configure), and disable explicitely 
the kde components.

Regards,

-- 
Benoît




More information about the User mailing list