Problem compiling from GIT

Daniel Stone daniel at fooishbar.org
Tue Oct 17 01:00:08 PDT 2006


On Mon, Oct 16, 2006 at 10:13:59PM -0200, Salatiel Filho wrote:
> Now i'm getting this :
> 
> In file included from ../config.h:4,
>                 from xf86Calcomp.c:37:
> /usr/X11R71/include/xorg/xorg-server.h:69:1: warning: this is the location
> of the previous definition
> xf86Calcomp.c: In function `CalcompPreInit':
> xf86Calcomp.c:682: error: `TS_Raw' undeclared (first use in this function)
> xf86Calcomp.c:682: error: (Each undeclared identifier is reported only once
> xf86Calcomp.c:682: error: for each function it appears in.)
> xf86Calcomp.c:684: error: `TS_Scaled' undeclared (first use in this
> function)
> make[2]: *** [xf86Calcomp.lo] Error 1
> make[2]: Leaving directory
> `/tmp/XSERVER_GIT/xorg/driver/xf86-input-calcomp/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/tmp/XSERVER_GIT/xorg/driver/xf86-input-calcomp'
> make: *** [all] Error 2
> 
> 
> Any clue ?

Um, yeah, that'll happen.  I should probably fix calcomp, since I was
the one that indirectly broke it.  Either just comment out the offending
section, or add #define TS_Raw 1, #define TS_Scaled 2, to the top of the
file.

Cheers,
Daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.x.org/archives/xorg/attachments/20061017/2494514b/attachment.pgp>


More information about the xorg mailing list