[Gambas-user] Gambas3 rev. 1294 fails
Benoit Minisini
gambas at ...1...
Sat Apr 5 19:24:31 CEST 2008
On samedi 5 avril 2008, R. Stormo wrote:
> Benoit Minisini wrote:
> > On samedi 5 avril 2008, R. Stormo wrote:
> >> Tried to reconf-all, configure rev. 1294, but it do fails. 1291 compiles
> >> ok. But not able to run.
> >> --snip
> >> Making all in src
> >> make[4]: Entering directory `/home/rohnny/gambas3/gb.desktop/src'
> >> /bin/bash ../libtool --tag=CC --mode=compile ccache gcc
> >> -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pipe -Wall -Wno-unused-value
> >> -fsigned-char -fvisibility=hidden -g -Os -MT main.lo -MD -MP -MF
> >> .deps/main.Tpo -c -o main.lo main.c
> >> ccache gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pipe -Wall
> >> -Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os -MT main.lo
> >> -MD
> >> -MP -MF .deps/main.Tpo -c main.c -fPIC -DPIC -o .libs/main.o
> >> In file included from main.c:28:
> >> desktop.h:27:21: error: gb_list.h: No such file or directory
> >> In file included from main.c:28:
> >> desktop.h:39: error: expected specifier-qualifier-list before 'LIST'
> >> make[4]: *** [main.lo] Error 1
> >> --snap
> >>
> >>
> >> Running Ubuntu 8.04 , Gambas 2 Ver. 2.5 are all ok.
> >>
> >>
> >> Regards R. Stormo
> >>
> >> My Gambas Community http://gambasforum.tk
> >
> > Fixed in revision 1295!
> >
> > --
> > Benoit Minisini
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
> > Register now and save $200. Hurry, offer ends at 11:59 p.m.,
> > Monday, April 7! Use priority code J8TLD2.
> > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/ja
> >vaone _______________________________________________
> > Gambas-user mailing list
> > Gambas-user at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
>
> Yes it's now fixed. Is it possible to make it take use of
> libgettextlib-0.17.so also?
>
> Can't run it because of missing lib
> --snip
> gambas3
> gbr3: error while loading shared libraries: libgettextlib-0.16.1.so: cannot
> open shared object file: No such file or director
> -snap
>
> It's not on my repo, and I have tried to make a symbolic link but Then I
> get core dump.
>
>
> Regards R. Stormo
>
>
> My Gambas Community http://gambasforum.tk
I don't know. It seems to be purely a problem on your system.
Gambas does not decide the version of the library it uses, but the system
linker (a library named ld-linux.so) does.
This is the system linker that tries to open libgettextlib-0.16.1.so when
gbx3/gbr3 starts, and this name is compiled into the executable by the GNU
linker at compilation time.
But the GNU linker should not insert this name at compilation time if it does
not find him on the system.
I suggest you search for an occurrence of libgettextlib-0.16.1.so into a file
named libgettextlib.la.
Regards,
--
Benoit Minisini
More information about the User
mailing list