[Gambas-user] Problem updating gambas

Gianluigi gradobag at gradobag.it
Mon Aug 21 14:09:06 CEST 2023


Il 21/08/23 13:51, Bruce Steers ha scritto:
> Well that was just weird.
>
> I had to sudo ./configure for it not to give permission errors then 
> "make install" worked okay again.
>
> Never had an issue like that before

Hi Bruce,

When I update, to avoid problems, these are my steps (this is also due 
to my low comprehension of GIT):

$ cd gambasdevel  <--- The folder containing the Git Master clone

$ sudo make uninstall

$ cd

$ rm -rf olddevel/ <--- The folder containing the previous clone

$ mv gambasdevel olddevel

$ git clone --depth=1 https://gitlab.com/gambas/gambas.git gambasdevel

$ cd gambasdevel

$ ./reconf-all && ./configure -C

$ make && LANG="C" sudo make install

With these steps, I have never had updated problems.

With Best Regards

Gianluigi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230821/bb87b5de/attachment.htm>


More information about the User mailing list