Nitesh Dumbre wrote:
> Hi ,
> I am using openembedded and bitbake-1.8.18 for building jffs2 image for board 
> at91sam9263ek.I am trying to buid xserver-kdrive-1.4.0.90.But it is giving 
> compilation errors.
> 
> | main.c:115:33: error: X11/extensions/dpms.h: No such file or directory

Guessing from similar error for xserver-kdrive-1300, include of dpms
caused error: Bool not being defined.

In xserver-kdrive-1300 it caused compilation errors, here it seems that
configure removed it from the list as an optional, but it is required.
You did not include configure log, but I guess that you will find there
something as "checking whether dpms.h is usable ... no" or similar.

A simplest work-around may be adding -DBool=int to CFLAGS (not tested).

-- 
Stanislav Brabec
http://www.penguin.cz/~utx/zaurus


_______________________________________________
Angstrom-distro-users mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users

Reply via email to