[Gambas-user] No Compile possible - Problem at "make install"
gian
bagoneo at libero.it
Tue Jan 10 15:11:11 CET 2023
Il 10/01/23 14:25, Peter Kostrz ha scritto:
> Hello,
>
> I was running 3.17.3 since quite a while without problems. I always
> loaded updates from UBUNTU (I am running 20.04 Focal). No problem so far.
>
> Today gbr3 disappeared and I was not able to start gambas3. I cleaned
> everything, reloaded according the description on GMBAS page.
>
> ./reconf-all, configure and make runs fine, make install fails with
> following output (running with sudo and all permissions as required ….)
>
> Making install in main
>
> Making install in gbc
>
> /usr/bin/mkdir -p '/usr/bin'
>
> /bin/bash ../libtool --silent --mode=install /usr/bin/install -c
> gbc3 gba3 gbi3 '/usr/bin'
>
> Making install in gbx
>
> /usr/bin/mkdir -p '/usr/bin'
>
> /bin/bash ../libtool --silent --mode=install /usr/bin/install -c
> gbx3 '/usr/bin'
>
> /usr/bin/mkdir -p '/usr/lib/gambas3'
>
> /bin/bash ../libtool --silent --mode=install /usr/bin/install -c
> gb.la '/usr/lib/gambas3'
>
> /usr/bin/install: cannot stat '.libs/gb.so.0.0.0': No such file or directory
>
> make[3]: *** [Makefile:714: install-gblibLTLIBRARIES] Error 1
>
> make[2]: *** [Makefile:2205: install-am] Error 2
>
> make[1]: *** [Makefile:464: install-recursive] Error 1
>
> make: *** [Makefile:444: install-recursive] Error 1
>
> Any clue how I can get around ?
>
> Thanks for any help in advance.
>
> Peter
>
> Peter Kostrz / Senior Advisor Cofex AG
Hi,
I would try this:
cd <your gambas folder>
sudo make uninstall
cd
rm -rf <your gambas folder>
git clone --branch stable --depth=1 https://gitlab.com/gambas/gambas.git
gambastable
cd gambastable
./reconf-all && ./configure -C
If this appears in the terminal at the end:
|| THESE COMPONENTS ARE DISABLED:
|| - gb.desktop.gnome.keyring
|| - gb.qt4
|| - gb.qt4.ext
|| - gb.qt4.opengl
|| - gb.qt4.webkit
|| - gb.qt4.webview
Is okay and you can continue with:
make && LANG="C" sudo make install
Regards
Gianluigi
More information about the User
mailing list