[Gambas-user] svn 2234 make error

o.s.p o.s.p at ...69...
Fri Aug 14 11:01:29 CEST 2009


Laurent Carlier ha scritto:
> Le jeudi 13 août 2009 20:12:59 o.s.p, vous avez écrit :
>   
>> 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....
>>
>>
>> ---------------------------------------------------------------------------
>> --- Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>> 30-Day trial. Simplify your report design, integration and deployment - and
>> focus on what you do best, core application coding. Discover what's new
>> with Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> _______________________________________________
>> Gambas-user mailing list
>> Gambas-user at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>     
>
> looklike it must be xextproto, XTest.h isn't remove from XTest x11 extension, 
> i've just checked in the svn.
>
> See 
> http://cgit.freedesktop.org/xorg/lib/libXtst/tree/?id=3f4b895a29b1b48336621e6dcc80831a5910bed9
>
> ++
>   
yes: solved for me excluding XTest.h from the compilation.





More information about the User mailing list