[Gambas-user] svn 2234 make error

o.s.p o.s.p at ...69...
Thu Aug 13 20:12:59 CEST 2009


o.s.p ha scritto:
> gcc version 4.4.1 (Frugalware Linux)
>
> $ libtool --help
>       .......
>       host-triplet:     i686-frugalware-linux-gnu
>       shell:            /bin/sh
>       compiler:         gcc
>       compiler flags:           -march=i686 -mtune=generic -O2 -pipe
> -fno-strict-aliasing
>       linker:           /usr/i686-frugalware-linux/bin/ld (gnu? yes)
>       libtool:          (GNU libtool) 2.2.6
>       automake:         automake (GNU automake) 1.11
>       autoconf:         autoconf (GNU Autoconf) 2.64
>       ......
>
> make error:
>
> make[4]: Entering directory `/home/pol/Desktop/src/g/2.0/gb.desktop/src'
> /bin/sh ../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:27:
> x11.h:31:34: error: X11/extensions/XTest.h: No such file or directory
> make[4]: *** [main.lo] Error 1
> make[4]: Leaving directory `/home/pol/Desktop/src/g/2.0/gb.desktop/src'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/home/pol/Desktop/src/g/2.0/gb.desktop'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/home/pol/Desktop/src/g/2.0/gb.desktop'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/pol/Desktop/src/g/2.0'
> make: *** [all] Error 2
>
> make searches for XTest.h under the include dir (i think...) but on my
> distro ther is none.
> i can find a xtest.h under the xcb include dir (for the libxcb lib) but
> it is not the required one (many errors).
> ....
>   
looking in the repos of my distro i've found XTest.h:
it is in xextproto 7.0.2; my current version is 7.1.0.
in this version the file disappears, substituted by xtestproto.h i think
but
i'm not sure, i'm not a programmer...

i'll ask to the package mantainer....





More information about the User mailing list