[Gambas-user] Errors compiling on Ubuntu 17.04 zesty

Gianluigi bagonergi at ...626...
Wed Jun 21 14:56:51 CEST 2017


He should have followed this path I suggested:

sudo rm -f /usr/local/bin/gbx3 /usr/local/bin/gbc3 /usr/local/bin/gba3
/usr/local/bin/gbi3 /usr/local/bin/gbs3
sudo rm -rf /usr/local/lib/gambas3
sudo rm -rf /usr/local/share/gambas3
sudo rm -f /usr/local/bin/gambas3
sudo rm -f /usr/local/bin/gambas3.gambas

sudo rm -f /usr/bin/gbx3 /usr/bin/gbc3 /usr/bin/gba3 /usr/bin/gbi3
/usr/local/bin/gbs3
sudo rm -rf /usr/lib/gambas3
sudo rm -rf /usr/share/gambas3
sudo rm -f /usr/bin/gambas3
sudo rm -f /usr/bin/gambas3.gambas

sudo apt update

sudo apt install build-essential g++ automake autoconf libtool libbz2-dev
libmysqlclient-dev unixodbc-dev libpq-dev postgresql-server-dev-9.6
libsqlite0-dev libsqlite3-dev libglib2.0-dev libgtk2.0-dev
libcurl4-gnutls-dev libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev
libsdl-mixer1.2-dev libsdl-image1.2-dev libxml2-dev libxslt1-dev
librsvg2-dev libpoppler-dev libpoppler-glib-dev libpoppler-private-dev
libasound2-dev libesd0-dev libdirectfb-dev libxtst-dev libffi-dev
libqt4-dev libqtwebkit-dev libqt4-opengl-dev libglew1.6-dev libimlib2-dev
libv4l-dev libsdl-ttf2.0-dev libgnome-keyring-dev libgdk-pixbuf2.0-dev
linux-libc-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
libcairo2-dev libgsl0-dev libncurses5-dev libgmime-2.6-dev libalure-dev
libgmp-dev libgtk-3-dev libsdl2-dev libsdl2-mixer-dev libsdl2-ttf-dev
libsdl2-image-dev sane-utils libdumb1-dev libqt5opengl5-dev libqt5svg5-dev
libqt5webkit5-dev libqt5x11extras5-dev qtbase5-dev

sudo apt install subversion

svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk

cd trunk

( ./reconf-all && ./configure -C ) > ~/Scrivania/R_conf-Trunk.log 2>&1

( make && sudo make install ) > ~/Scrivania/Make_Inst-Trunk.log 2>&1

I attach the two log files
Regards
Gianluigi

2017-06-21 14:47 GMT+02:00 Benoît Minisini <gambas at ...1...>:

> Le 21/06/2017 à 14:41, Gianluigi a écrit :
>
>> After the configuration he gets this result:
>> ||
>> || THESE COMPONENTS ARE DISABLED:
>> || - gb.jit
>> || - gb.openssl
>> ||
>> expected for gb.jit but not for gb.openssl.
>> Gambas installs but he continues to be unable to use it either by clicking
>> on the icon or with the gambas3 command from the terminal.
>> Any suggestions?
>> At follow the final output of the installation
>>
>> Regards
>> Gianluigi
>>
>> Installing the components...
>> Compiling gb.eval.highlight...
>> OK
>> Installing gb.eval.highlight...
>> Compiling gb.args...
>> OK
>> Installing gb.args...
>> Compiling gb.settings...
>> OK
>> Installing gb.settings...
>> Compiling gb.gui.base...
>> OK
>> Installing gb.gui.base...
>> Compiling gb.form...
>> OK
>> Installing gb.form...
>> Compiling gb.form.stock...
>> OK
>> Installing gb.form.stock...
>> Compiling gb.form.dialog...
>> OK
>> Installing gb.form.dialog...
>> Compiling gb.form.mdi...
>> OK
>> Installing gb.form.mdi...
>> Compiling gb.db.form...
>> OK
>> Installing gb.db.form...
>> Compiling gb.desktop...
>> OK
>> Installing gb.desktop...
>> Compiling gb.web...
>> OK
>> Installing gb.web...
>> Compiling gb.report...
>> OK
>> Installing gb.report...
>> Compiling gb.report2...
>> OK
>> Installing gb.report2...
>> Compiling gb.chart...
>> OK
>> Installing gb.chart...
>> Compiling gb.mysql...
>> OK
>> Installing gb.mysql...
>> Compiling gb.net.smtp...
>> OK
>> Installing gb.net.smtp...
>> Compiling gb.net.pop3...
>> OK
>> Installing gb.net.pop3...
>> Compiling gb.memcached...
>> OK
>> Installing gb.memcached...
>> Compiling gb.map...
>> OK
>> Installing gb.map...
>> Compiling gb.logging...
>> OK
>> Installing gb.logging...
>> Compiling gb.markdown...
>> OK
>> Installing gb.markdown...
>> Compiling gb.media.form...
>> OK
>> Installing gb.media.form...
>> Compiling gb.scanner...
>> OK
>> Installing gb.scanner...
>> Compiling gb.util...
>> OK
>> Installing gb.util...
>> Compiling gb.util.web...
>> OK
>> Installing gb.util.web...
>> Compiling gb.form.editor...
>> OK
>> Installing gb.form.editor...
>> Compiling gb.dbus.trayicon...
>> OK
>> Installing gb.dbus.trayicon...
>> Compiling gb.web.form...
>> OK
>> Installing gb.web.form...
>> Compiling gb.form.terminal...
>> OK
>> Installing gb.form.terminal...
>> Compiling gb.term.form...
>> OK
>> Installing gb.term.form...
>> Compiling gb.web.feed...
>> OK
>> Installing gb.web.feed...
>> make[2]: Nessuna operazione da eseguire per "install-data-am".
>> make[2]: uscita dalla directory "/home/luca/trunk/comp"
>> make[1]: uscita dalla directory "/home/luca/trunk/comp"
>> Making install in app
>> make[1]: ingresso nella directory "/home/luca/trunk/app"
>> make[2]: ingresso nella directory "/home/luca/trunk/app"
>> Installing the development environment...
>> Compiling gambas3...
>> OK
>> Installing gambas3...
>> Compiling gbs3...
>> OK
>> Installing gbs3...
>> Installing the scripter...
>> Registering Gambas script mimetype
>> Registering Gambas server page mimetype
>> Installing the Gambas appdata file
>> Installing the Gambas template projects
>> /usr/bin/install -c -d /usr/share/gambas3/template;
>> cp -R ./template/* /usr/share/gambas3/template;
>> make[2]: Nessuna operazione da eseguire per "install-data-am".
>> make[2]: uscita dalla directory "/home/luca/trunk/app"
>> make[1]: uscita dalla directory "/home/luca/trunk/app"
>> Making install in .
>> make[1]: ingresso nella directory "/home/luca/trunk"
>> make[2]: ingresso nella directory "/home/luca/trunk"
>> make[2]: Nessuna operazione da eseguire per "install-data-am".
>> make[2]: uscita dalla directory "/home/luca/trunk"
>> make[1]: uscita dalla directory "/home/luca/trunk"
>>
>> 2017-06-20 22:43 GMT+02:00 Gianluigi <bagonergi at ...626...>:
>>
>> I had immediately answered to the mail of Benoit but here [0] not appear,
>>> what am I doing wrong?
>>>
>>> Regards
>>> Gianluigi
>>>
>>> [0] http://gambas.8142.n7.nabble.com/Errors-compiling-on-
>>> Ubuntu-17-04-zesty-td59433.html
>>>
>>> 2017-06-20 17:38 GMT+02:00 Gianluigi <bagonergi at ...626...>:
>>>
>>> A friend of ours of Italian forum who has Ubuntu 17.04 zesty, compiling
>>>> Gambas gets error of Impossible to find package for libsage-dev and
>>>> llvm-3.5-dev.
>>>> I searched on https://packages.ubuntu.com/ and concerning llvm the
>>>> oldest library available in zesty is 3.7, while concerning libsage I get
>>>> nothing, but looking in descriptions for Supports OpenGL in SDL
>>>> applications, I seemed to understand that gambas3-gb-opengl-sge should
>>>> replace it.
>>>> How to change the LLVM_CONFIG = llvm-config-3.5 command if there is no
>>>> 3.5?
>>>> Can you help me?
>>>>
>>>> Regards
>>>>
>>>> Gianluigi
>>>>
>>>>
>>>
>>>
> You must uninstall all previous installations of Gambas 3 on your system
> before compiling and installing from sources.
>
> You must provide the entire output of configuration, compilation &
> installation process, so that we can see what happens.
>
> Did you install the development packages specified on
> http://gambaswiki.org/wiki/install/ubuntu#t7 ?
>
> --
> Benoît Minisini
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Log.tar.gz
Type: application/x-gzip
Size: 34703 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20170621/1ded252d/attachment.bin>


More information about the User mailing list