[Gambas-user] No Compile possible - Problem at "make install"

Bruce Steers bsteers4 at gmail.com
Wed Jan 11 14:59:24 CET 2023


Be sure to only have one  PPA installed...
Some things to try.

run in terminal  to see what's there...
grep -r --include '*.list' '^deb ' /etc/apt/sources.list*|grep gambas

remove dev branch if it's there..
sudo add-apt-repository -ry ppa:gambas-team/gambas-daily
Add stable if it's not there
sudo add-apt-repository ppa:gambas-team/gambas3
remember to update the cache..
sudo apt-get update
purge old..
sudo apt-get purge "gambas3*"

install new..
sudo  apt-get install "gambas3*"

Note:
using git clone and installing via the auto-tools method is quite different
to the PPA method.
you must do one or the other and not confuse the 2.

If you use git clone/make install then you MUST remove the apt version
completely and forget about anything apt says as  it conflicts.

if you use PPA and apt then the git clone/make install method is not wanted

Hope that helps
BruceS


On Wed, 11 Jan 2023 at 13:30, Peter Kostrz <peter.kostrz at cofex.ch> wrote:

> Hi Benoit,
> Question to that: I uninstalled the 3.18 and wanted to use the PPA to
> load. APT INSTALL GAMBAS3 does something, but does not install. I am using
> the process found on the gambas side and normally it worked. APT LIST shows
> :
> apt list gambas3 -a
> Listing... Done
> gambas3/focal,focal,now
> 3.17.3+git202207211120.ed4736ca5+build16~ubuntu20.04.1 all [installed]
> gambas3/focal 3.14.3-2ubuntu3.1 all
>
> but I do not find the directory where it is installed.
> Thanks for a feedback
> Peter
>
> Mit freundlichen Grüssen aus Schwerzenbach
> Peter Kostrz / Senior Advisor Cofex AG
> Founder
>
> Besuchen Sie unserer Webseite unter http://www.cofex.ch
>
> Cofex AG -- Computing for Experts
> Bahnstrasse 24
> Postfach 600
> CH-8603 Schwerzenbach
> Phone:       +41 (0)44 806 50 50
> Fax:           +41 (0)44 887 19 59
> Infobox:      info at cofex.ch
> Web:          www.cofex.ch
> *********
> LEGAL DESCLAIMER:
> This electronic message contains information from Cofex AG, which may be
> privileged or confidential.  The information is intended for use only by
> the individual(s) or entity named above. If you are not the intended
> recipient, be aware that any disclosure, copying, distribution or use of
> the contents of this information is strictly prohibited.  If you have
> received this electronic message in error, please notify me by telephone or
> email (to the number or email address above) immediately. Any views
> expressed in this message are those of the individual sender. This message
> is for information purposes only. All liability of Cofex AG for any damages
> resulting from e-mail use is excluded. Communications using this system
> will also be monitored and may be recorded to secure effective operation
> and for other lawful business purposes.
>
> Cofex AG
> *********
>
> -----Ursprüngliche Nachricht-----
> Von: User <user-bounces at lists.gambas-basic.org> Im Auftrag von Benoit
> Minisini
> Gesendet: Mittwoch, 11. Januar 2023 14:05
> An: user at lists.gambas-basic.org
> Betreff: Re: [Gambas-user] No Compile possible - Problem at "make install"
>
> Le 11/01/2023 à 13:32, Peter Kostrz a écrit :
> > Hello GianLuigi,
> >
> > I have an additional question: I am now running on 3.18.0 (last Stable).
> But now how do I get in an installation package the gambas3-runtime or
> other libraries in 3.18 Version ? When I try to load using apt-get I always
> get the 3.17.3 Version and so all my programs are unable to run when
> compiling in 3.18.
> > Thanks for a hint
> >
> > Peter
> >
>
> 3.18.0 is not released yet. You are running the development version.
>
> --
> Benoît Minisini.
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230111/462af7f2/attachment.htm>


More information about the User mailing list