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

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


Le 06/12/2024 à 23:00, Gianluigi a écrit :
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



Indeed. In the meantime, you have to disable the pdf component until I understand what they have changed in the unstable poppler library.

This is the reason why 'gb.poppler' exists: it uses some other poppler APIs that are more stable.

Regards,

--
Benoît Minisini.


Follow-Ups:
Re: VM Error compiling Gambas for the first time on ManjaroBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
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>