[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: VM Error compiling Gambas for the first time on Manjaro
[Thread Prev] | [Thread Next]
- Subject: Re: VM Error compiling Gambas for the first time on Manjaro
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Fri, 6 Dec 2024 22:19:42 +0000
- To: user@xxxxxxxxxxxxxxxxxxxxxx
yes , of course that'll happen. There's instructions here https://gambaswiki.org/wiki/install#t8 that use the .gitlab-ci-yml file. These instructions have been available for a long time. just using "./configure -C" is likely not to work and give you errors. hence the different instructions for each os. BruceS On Fri, 6 Dec 2024 at 22:00, Gianluigi <gradobag@xxxxxxxxxxx> wrote: > Il 05/12/24 00:48, Gianluigi ha scritto: > > Hi Benoit, > > > > as per the object, these are the commands given: > > > > ... > > Hi Benoit, > > I managed to install Gambas on Manjaro Xfce, we need to follow the > instructions in the yaml file :-( , from my history : > > 1 sudo pacman -Syu --needed --noconfirm alure autoconf automake > bzip2 zstd coreutils curl dbus gcc gdk-pixbuf2 git glew glib2 gmime3 gsl > gst-plugins-base gstreamer gtk2 gtk3 imlib2 intltool libffi libgl > libgnome-keyring mariadb-libs librsvg libsm libxcursor libxml2 libxslt > libxtst mariadb make mesa ncurses pcre > 2 sudo pacman -Syu --needed --noconfirm pkg-config poppler > poppler-glib postgresql postgresql-libs qt5-svg qt5-x11extras sdl2 > sdl2_gfx sdl2_image sdl2_mixer sdl2_net sdl2_ttf sdl_mixer sdl_ttf smpeg > sqlite unixodbc v4l-utils xdg-utils zlib gettext qt5-webengine > webkit2gtk qt6-svg qt6-webengine mongo-c-driver > 3 git clone --depth=1 https://gitlab.com/gambas/gambas.git > gambasdevel > 4 cd gambasdevel > 5 ./reconf-all > 6 ./configure -C --disable-sqlite2 --disable-qt4 --disable-pdf > --disable-qt5webkit --disable-gtkopengl > 7 make -j$(nproc) > 8 sudo make install > > 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> |