John Levon wrote:
> On Fri, Aug 30, 2002 at 10:22:38PM +0200, Lars Gullik Bjønnes wrote:
> 
> 
>>In file included from ../../../src/graphics/GraphicsImageXPM.C:16:
>>../../../src/graphics/GraphicsImageXPM.h:18:10: #include expects "FILENAME" or 
><FILENAME>
>>../../../src/graphics/GraphicsImageXPM.C:27:10: #include expects "FILENAME" or 
><FILENAME>
> 
> 
> Something went HORRIBLY wrong if it's trying to compile this file,
> honestly.

My src/config.h has:

/* define this to the location of xpm.h to be used with #include, e.g. <xpm.h>
    */
#define XPM_H_LOCATION <X11/xpm.h>


So, you don't have Xpm, or what?

In any case, GraphicsImageXPM.h should probably be:

#ifdef XPM_H_LOCATION
#include XPM_H_LOCATION
#endif

instead of simply including XPM_H_LOCATION.

R.

Reply via email to