FS#27186 - [windowlab] missing libxext {make,}depends

Attached to Project: Community Packages
Opened by Andrea Scarpino (BaSh) - Sunday, 20 November 2011, 23:54 GMT
Last edited by Giovanni Scafora (giovanni) - Tuesday, 13 March 2012, 12:49 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jaroslav Lichtblau (Dragonlord)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
gcc -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DSHAPE -DDEF_MENURC="\"/usr/etc/X11/windowlab/windowlab.menurc\"" -I/usr/X11R6/include -c new.c -o new.o
In file included from client.c:21:0:
windowlab.h:40:34: fatal error: X11/extensions/shape.h: No such file or directoryIn file included from new.c:21:0:
windowlab.h:40:34: fatal error: X11/extensions/shape.h: No such file or directory

compilation terminated.
compilation terminated.
make: *** [client.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [new.o] Error 1
In file included from events.c:22:0:
windowlab.h:40:34: fatal error: X11/extensions/shape.h: No such file or directory
compilation terminated.
make: *** [events.o] Error 1
In file included from main.c:24:0:
windowlab.h:40:34: fatal error: X11/extensions/shape.h: No such file or directory
compilation terminated.
make: *** [main.o] Error 1

Additional info:
* windowlab 1.40-1

Steps to reproduce:
Try to build it.
This task depends upon

Closed by  Giovanni Scafora (giovanni)
Tuesday, 13 March 2012, 12:49 GMT
Reason for closing:  Fixed

Loading...