[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fwd: VM Error compiling Gambas for the first time on Manjaro


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


References:
VM Error compiling Gambas for the first time on ManjaroGianluigi <gradobag@xxxxxxxxxxx>
Re: VM Error compiling Gambas for the first time on ManjaroGianluigi <gradobag@xxxxxxxxxxx>
Re: VM Error compiling Gambas for the first time on ManjaroBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
Re: VM Error compiling Gambas for the first time on ManjaroBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
Re: VM Error compiling Gambas for the first time on ManjaroGianluigi <gradobag@xxxxxxxxxxx>
Fwd: VM Error compiling Gambas for the first time on ManjaroFabien Bodard <gambas.fr@xxxxxxxxx>
Re: Fwd: VM Error compiling Gambas for the first time on ManjaroGianluigi <gradobag@xxxxxxxxxxx>