[Gambas-user] Configuration issue with gb.desktop

Benoît Minisini gambas at ...1...
Sat Jun 9 15:50:45 CEST 2012


Le 06/06/2012 20:12, tobi a écrit :
> Hi,
>
> I just moved to a new machine and tried to compile gambas3 again. On make, I get with gb.desktop:
>
> make[5]: Entering directory `/home/woodap/sources/gambas3/gb.desktop/src'
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D_REENTRANT   -pipe
> -Wall -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os  -MT gb_desktop_la-main.lo
> -MD -MP -MF .deps/gb_desktop_la-main.Tpo -c -o gb_desktop_la-main.lo `test -f 'main.c' || echo
> './'`main.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pipe -Wall -Wno-unused-value
> -fsigned-char -fvisibility=hidden -g -ggdb -Os -MT gb_desktop_la-main.lo -MD -MP -MF
> .deps/gb_desktop_la-main.Tpo -c main.c  -fPIC -DPIC -o .libs/gb_desktop_la-main.o
> In file included from main.c:26:0:
> x11.h:27:22: fatal error: X11/Xlib.h: No such file or directory
> compilation terminated.
>
> Yes! I never had any X on this machine (unlike on the old one where everything got compiled).
> Shouldn't the component be disabled by the configure script when required headers are not found?
>
> Regards,
> Tobi
>

I fixed things in the configuration process in revision #4815. Can you 
try it? It should correctly disable gb.desktop there X11 is not there.

-- 
Benoît Minisini




More information about the User mailing list