[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fwd: VM Error compiling Gambas for the first time on Manjaro
[Thread Prev] | [Thread Next]
- Subject: Re: Fwd: VM Error compiling Gambas for the first time on Manjaro
- From: Gianluigi <gradobag@xxxxxxxxxxx>
- Date: Mon, 9 Dec 2024 16:05:00 +0100
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Il 09/12/24 13:58, Gianluigi ha scritto:
I apologize, Fabien is right, I get the same result. The old command must be maintained: GAMBAS_CONFIG_FAILURE=1 ./configure -C --disable-sqlite2 --disable-qt4 --disable-pdf --disable-qt5webkit --disable-gtkopengl I should have tried before thanking 🙁 For complete information the command returns this response: || || THESE COMPONENTS ARE DISABLED: || - gb.gtk.opengl || - gb.qt5.webkit || Regards Gianluigi
Hi Benoit, after trying to compile Gambas on Manjaro I can confirm that these commands work fine: cd gambasdevel sudo make uninstall cd rm -rf gambasdevel git clone --depth=1 https://gitlab.com/gambas/gambas.git gambasdevel cd gambasdevel ./reconf-all GAMBAS_CONFIG_FAILURE=1 ./configure -C --disable-sqlite2 --disable-qt4 --disable-qt5webkit --disable-gtkopengl make -j$(nproc) sudo make install thank you very much :-) Regards Gianluigi
VM Error compiling Gambas for the first time on Manjaro | Gianluigi <gradobag@xxxxxxxxxxx> |
Re: VM Error compiling Gambas for the first time on Manjaro | Gianluigi <gradobag@xxxxxxxxxxx> |
Re: VM Error compiling Gambas for the first time on Manjaro | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
Re: VM Error compiling Gambas for the first time on Manjaro | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
Re: VM Error compiling Gambas for the first time on Manjaro | Gianluigi <gradobag@xxxxxxxxxxx> |
Fwd: VM Error compiling Gambas for the first time on Manjaro | Fabien Bodard <gambas.fr@xxxxxxxxx> |
Re: Fwd: VM Error compiling Gambas for the first time on Manjaro | Gianluigi <gradobag@xxxxxxxxxxx> |