2009/11/8 Wen-Yen Chuang <ca...@calno.com>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hello,
> This is Debian bug #554984. [1]
> I listed the original bug report below.
> If you want to discuss it on Debian BTS, please mail to:
> 554...@bugs.debian.org
>
> Kind regards
>  Wen-Yen Chuang (caleb)
>
> [1] http://bugs.debian.org/554984
>
> Peter Fritzsche wrote:
>> Source: keynav
>> Version: 0.20080614.01-1
>>


>> gcc `pkg-config --libs x11 xtst 2> /dev/null || echo -L/usr/X11R6/lib 
>> -L/usr/local/lib -lX11 -lXtst`  xdo.o keynav.o -o keynav
>> /usr/bin/ld: keynav.o: in function drawgrid:keynav.c(.text+0xcf7): error: 
>> undefined reference to 'XShapeCombineRectangles'
>> /usr/bin/ld: keynav.o: in function drawgrid:keynav.c(.text+0xdf3): error: 
>> undefined reference to 'XShapeCombineRectangles'

Looks like you debian folks use XCB? If this is correct, you can fix
the build by adding another package name to all pkg-config 'xcb-shape'
- for example:

CFLAGS=`pkg-config --cflags xcb-shape x11 xtst 2> /dev/null || echo
-I/usr/X11R6/include -I/usr/local/include`
LDFLAGS=`pkg-config --libs xcb-shape x11 xtst 2> /dev/null || echo
-L/usr/X11R6/lib -L/usr/local/lib -lX11 -lXtst -lXinerama`

Let me know if this helps.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to