> Do you have X windows installed?  It appears it can't find the X
> headers.  Also not sure why it is looking in /include for them, not even
> sure it is looking in there? Do you have any -I switches configured, or
> an INCLUDE_PATH??
>
> http://danconia.org

We have installed X but as it seems, we don't have the header-files. In 
/usr/include/X is only one directory called bitmaps, full of header files, 
but without a ".h" suffix.

here is an exapmle for one of them:

#define noenter16_width 16
#define noenter16_height 16
#define noenter16_x_hot 7
#define noenter16_y_hot 7
static char noenter16_bits[] = {
   0x00, 0x00, 0xc0, 0x03, 0xf0, 0x0f, 0xf8, 0x1f, 0xfc, 0x3f, 0xfc, 0x3f,
   0xfe, 0x7f, 0x02, 0x40, 0x02, 0x40, 0xfe, 0x7f, 0xfc, 0x3f, 0xfc, 0x3f,
   0xf8, 0x1f, 0xf0, 0x0f, 0xc0, 0x03, 0x00, 0x00};

Gruss Christian

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to