[Gambas-user] Why are some components not available?

Gianluigi bagonergi at gmail.com
Sun Jun 27 12:30:22 CEST 2021


Il giorno dom 27 giu 2021 alle ore 12:18 Martin <mbelmonte at belmotek.net> ha
scritto:

> I get the dependencies from the web page:
>
> http://gambaswiki.org/wiki/install#t11
>
> buy I made again some check using:
>
> https://gitlab.com/gambas/gambas/-/blob/master/.gitlab-ci.yml
>
> and no missing packages.
>
> Thanks.
>

Have you tried giving these commands from the terminal?

cd in your folder with Gambas

sudo make uninstall

cd

rm -rf your folder with Gambas/

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

cd gambasdevel

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

make && LANG="C" sudo make install

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


More information about the User mailing list