Sorry !. Up to version 2.4.1 everything worked well. I have problems starting from version 2.5 2.6 2.7 onwards. the trunk version 2.99 instead works.
I run the following steps. 1) sudo apt-get install build-essential g++ automake autoconf libbz2-dev libgnorba-dev libfbclient2 libmysqlclient15-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev libgtk2.0-dev libldap2-dev libcurl3-dev libgtkglext1-dev libqt3-mt-dev kdebase-dev libpcre3-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev libsage-dev libxml2-dev libxslt1-dev build-essential libbonobo2-dev libcos4-dev libomniorb4-dev firebird2.0-dev librsvg2-dev libpoppler-dev libpoppler-dev libpoppler-glib-dev libasound2-dev libartsc0-dev libesd0-dev libesd-alsa0 libdirectfb-dev libaa1-dev libarts1-dev kdelibs4-dev libffi4-dev libxtst-dev gettext 2) cd /usr/src sudo tar xvfj /home/myhome/gambas2-2.7.0.tar.bz2 3) cd /usr/src/gambas2-2.7.0 sudo ./configure -C sudo make sudo make install ----- Result of congigure -C (only the lasts Rows) configure: creating ./config.status config.status: creating Makefile config.status: creating help/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands ************************************************************ THESE COMPONENTS ARE DISABLED: - gb.qte ************************************************************ Result of Make (only the lasts Rows) creating gb.qt.la (cd .libs && rm -f gb.qt.la && ln -s ../gb.qt.la gb.qt.la) make[5]: Leaving directory `/usr/src/gambas2-2.7.0/gb.qt/src' make[4]: Leaving directory `/usr/src/gambas2-2.7.0/gb.qt/src' make[4]: Entering directory `/usr/src/gambas2-2.7.0/gb.qt' make[4]: Leaving directory `/usr/src/gambas2-2.7.0/gb.qt' make[3]: Leaving directory `/usr/src/gambas2-2.7.0/gb.qt' make[2]: Leaving directory `/usr/src/gambas2-2.7.0/gb.qt' Making all in gb.qte make[2]: Entering directory `/usr/src/gambas2-2.7.0/gb.qte' make all-recursive make[3]: Entering directory `/usr/src/gambas2-2.7.0/gb.qte' make[4]: Entering directory `/usr/src/gambas2-2.7.0/gb.qte' make[4]: Leaving directory `/usr/src/gambas2-2.7.0/gb.qte' make[3]: Leaving directory `/usr/src/gambas2-2.7.0/gb.qte' make[2]: Leaving directory `/usr/src/gambas2-2.7.0/gb.qte' Making all in gb.qt.kde make[2]: Entering directory `/usr/src/gambas2-2.7.0/gb.qt.kde' make all-recursive make[3]: Entering directory `/usr/src/gambas2-2.7.0/gb.qt.kde' Making all in src make[4]: Entering directory `/usr/src/gambas2-2.7.0/gb.qt.kde/src' Making all in html make[5]: Entering directory `/usr/src/gambas2-2.7.0/gb.qt.kde/src/html' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/qt3/ -D_REENTRANT -I/usr/include/kde/ -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os -fno-omit-frame-pointer -MT main.lo -MD -MP -MF .deps/main.Tpo -c -o main.lo main.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/qt3/ -D_REENTRANT -I/usr/include/kde/ -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os -fno-omit-frame-pointer -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.cpp -fPIC -DPIC -o .libs/main.o In file included from main.cpp:25: CWebBrowser.h:28:24: error: khtml_part.h: No such file or directory CWebBrowser.h:29:24: error: kstatusbar.h: No such file or directory In file included from main.cpp:25: CWebBrowser.h:53: error: ISO C++ forbids declaration of 'KHTMLPart' with no type CWebBrowser.h:53: error: expected ';' before '*' token CWebBrowser.h:81: error: expected ',' or '...' before '&' token CWebBrowser.h:81: error: ISO C++ forbids declaration of 'KURL' with no type CWebBrowser.h:84: error: 'KParts' has not been declared CWebBrowser.h:84: error: expected ',' or '...' before '*' token make[5]: *** [main.lo] Error 1 make[5]: Leaving directory `/usr/src/gambas2-2.7.0/gb.qt.kde/src/html' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/usr/src/gambas2-2.7.0/gb.qt.kde/src' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/src/gambas2-2.7.0/gb.qt.kde' make[2]: *** [all] Error 2 make[2]: Leaving directory `/usr/src/gambas2-2.7.0/gb.qt.kde' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/gambas2-2.7.0' make: *** [all] Error 2 Result of Make install (only the lasts Rows) In file included from main.cpp:25: CWebBrowser.h:28:24: error: khtml_part.h: No such file or directory CWebBrowser.h:29:24: error: kstatusbar.h: No such file or directory In file included from main.cpp:25: CWebBrowser.h:53: error: ISO C++ forbids declaration of 'KHTMLPart' with no type CWebBrowser.h:53: error: expected ';' before '*' token CWebBrowser.h:81: error: expected ',' or '...' before '&' token CWebBrowser.h:81: error: ISO C++ forbids declaration of 'KURL' with no type CWebBrowser.h:84: error: 'KParts' has not been declared CWebBrowser.h:84: error: expected ',' or '...' before '*' token make[3]: *** [main.lo] Error 1 make[3]: Leaving directory `/usr/src/gambas2-2.7.0/gb.qt.kde/src/html' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/usr/src/gambas2-2.7.0/gb.qt.kde/src' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/usr/src/gambas2-2.7.0/gb.qt.kde' make: *** [install-recursive] Error 1 ----------------------------- Merci pour la patience. Regards, Bruno Crepaldi ----------------------------------------------------------------------------------- Il giorno gio, 19/06/2008 alle 18.20 +0200, Benoit Minisini ha scritto: > Can you give more details? How you installed Gambas, what is the > output of the > compilation process if you compiled it, and so on... Can't read minds > yet! > > Note that the version numbers are 2.7.0 and 2.4.1. > > Regards, ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user