[Gambas-user] Compilation with Debian 9 failed

Bruno CAPELETO bruno.capeleto at abcreseau.com
Sat Nov 3 20:04:26 CET 2018


You are raising a good point.

Actually I wrote this procedure and gave it to a friend who compiled from a
fresh new install : he just followed the procedure and it worked (without
mentionning explicitely libsage2 and libsage-dev).

Retrospectively, I do not know if these were dependencies. If not, maybe
one does not need to add the jessie repository.
Unfortunately I do not have access to the installed system : I'll try to
come back with this info.



Le ven. 2 nov. 2018 à 19:51, Gianluigi <bagonergi at gmail.com> a écrit :

> Hi Bruno,
> I'm happy to have been useful. :-)
> Am I wrong or in your explanation you forgot the libraries of jessie
> (libsage2 and libsage-dev)?
>
> Regards
> Gianluigi
>
> Il giorno ven 2 nov 2018 alle ore 19:19 Bruno CAPELETO <
> bruno.capeleto at abcreseau.com> ha scritto:
>
>> Dear Gianluigi,
>>
>> I followed your instructions and the compilation went fine, thank you !
>>
>> For all other users in the forum, I summarize the compilation on Debian
>> Stretch just below.
>>
>> For the website administrator, please update the described procedure on
>> the website : what is written is fine for Debian Jessie, but not for Debian
>> Stretch as claimed !
>>
>> ================ Compilation on Debian Stretch (9.5.0) ================
>>
>> Edit /etc/apt/sources.list and add the jessie repository :
>> ...
>> #jessie
>> deb http://deb.debian.org/debian/ jessie main
>>
>>
>> aptitude update
>>
>> aptitude install build-essential g++ automake autoconf libtool libbz2-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 libdirectfb-dev
>> libxtst-dev libffi-dev libqt4-dev libqtwebkit-dev libqt4-opengl-dev
>> libglew-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 libgsl-dev libncurses5-dev
>> libgmime-2.6-dev libgmp-dev libgtk-3-dev libsdl2-dev libsdl2-mixer-dev
>> libsdl2-ttf-dev libsdl2-image-dev sane-utils libdumb1-dev libssl-dev
>> libqt5opengl5-dev libqt5svg5-dev libqt5webkit5-dev libqt5x11extras5-dev
>> qtbase5-dev libalure-dev pulseaudio-esound-compat libaudiofile-dev
>> libaudiofile1 libesd0-dev default-libmysqlclient-dev
>>
>> wget
>> https://gitlab.com/gambas/gambas/-/archive/3.11.4/gambas-3.11.4.tar.bz2
>> tar xvfj gambas-3.11.4.tar.bz2
>> cd gambas-3.11.4
>>
>> ./reconf-all
>> ./configure -C
>> make
>> make install
>>
>>
>>
>> Le dim. 28 oct. 2018 à 19:33, Gianluigi <bagonergi at gmail.com> a écrit :
>>
>>> I tried to register a new user and re-captha works well.
>>> You have to try again, paying attention to all the images.
>>> First check that the data entered is accepted (checked in green).
>>> See attached image.
>>>
>>> Regards
>>> Gianluigi
>>>
>>> Il giorno dom 28 ott 2018 alle ore 18:16 Bruno CAPELETO <
>>> bruno.capeleto at abcreseau.com> ha scritto:
>>>
>>>> The registration failed, in fact the captcha function did not work...
>>>>
>>>> Le dim. 28 oct. 2018 à 16:15, Gianluigi <bagonergi at gmail.com> a écrit :
>>>>
>>>>> Hi Bruno,
>>>>> I've already posted the links.
>>>>> Documents are available only for subscribers.
>>>>> In order to download the documents you have to subscribe (click on
>>>>> "Registrati") to our forum (Gambas-it.org).
>>>>> For your registration, you can to receive help from Google
>>>>> translator...
>>>>> Then if you have any questions you can post it in English also at our
>>>>> place, there are many non-Italian subscribers...
>>>>>
>>>>> Regards
>>>>> Gianluigi
>>>>>
>>>>> Il giorno dom 28 ott 2018 alle ore 15:34 Bruno CAPELETO <
>>>>> bruno.capeleto at abcreseau.com> ha scritto:
>>>>>
>>>>>> Dear Gianluigi,
>>>>>>
>>>>>> Despites my name sounds Italian, I unfortunately do not speak Italian
>>>>>> at all :-(
>>>>>> Could you please provide the link to the document ?
>>>>>>
>>>>>> Bruno
>>>>>>
>>>>>>
>>>>>> Le dim. 28 oct. 2018 09:51, Gianluigi <bagonergi at gmail.com> a écrit :
>>>>>>
>>>>>>> You can download here (you have to subscribe) the procedure in
>>>>>>> Italian for Debian Stretch 9.5:
>>>>>>> http://www.gambas-it.org/smf/index.php?topic=6515.msg44259#msg44259
>>>>>>> For  different procedure to the Master you can also download this:
>>>>>>> http://www.gambas-it.org/smf/index.php?topic=6424.msg44058#msg44058
>>>>>>>
>>>>>>> Regards
>>>>>>> Gianluigi
>>>>>>>
>>>>>>>
>>>>>>> Il giorno dom 28 ott 2018 alle ore 07:35 Bruno CAPELETO <
>>>>>>> bruno.capeleto at abcreseau.com> ha scritto:
>>>>>>>
>>>>>>>> Dear users,
>>>>>>>>
>>>>>>>> I am a debian user and I want to report that the procedure for the
>>>>>>>> compilation of gambas is not up to date : it does not work for the latest
>>>>>>>> Debian release (9 "stretch" June 2017).
>>>>>>>>
>>>>>>>> These are the missing package :
>>>>>>>> - libmysqlclient-dev
>>>>>>>> - libsage-dev
>>>>>>>>
>>>>>>>> The compilation under Debian 9 gave :
>>>>>>>>
>>>>>>>> THESE COMPONENTS ARE DISABLED:
>>>>>>>> || - gb.db.postgresql
>>>>>>>> || - gb.jit
>>>>>>>> || - gb.openssl
>>>>>>>> || - gb.qt4.opengl
>>>>>>>> || - gb.qt4.webkit
>>>>>>>>
>>>>>>>> After installation, the gambas IDE does not work and my Gambas
>>>>>>>> software does not work either.
>>>>>>>>
>>>>>>>> Any help would be appreciated,
>>>>>>>> Bruno
>>>>>>>>
>>>>>>>>
>>>>>>>> ----[ Gambas mailing-list is hosted by https://www.hostsharing.net
>>>>>>>> ]----
>>>>>>>>
>>>>>>>
>>>>>>> ----[ Gambas mailing-list is hosted by https://www.hostsharing.net
>>>>>>> ]----
>>>>>>>
>>>>>>
>>>>>> ----[ Gambas mailing-list is hosted by https://www.hostsharing.net
>>>>>> ]----
>>>>>>
>>>>>
>>>>> ----[ Gambas mailing-list is hosted by https://www.hostsharing.net
>>>>> ]----
>>>>>
>>>>
>>>> ----[ Gambas mailing-list is hosted by https://www.hostsharing.net
>>>> ]----
>>>>
>>>
>>> ----[ Gambas mailing-list is hosted by https://www.hostsharing.net ]----
>>>
>>
>> ----[ Gambas mailing-list is hosted by https://www.hostsharing.net ]----
>>
>
> ----[ Gambas mailing-list is hosted by https://www.hostsharing.net ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20181103/3bb61190/attachment-0001.html>


More information about the User mailing list