Hello . When i compile wormux 0.4.0 i see that message , and compilation aborted: how i can solve this problem ?
> make: Entering directory `/home/spider/RPM/BUILD/wormux/src' > --- Wormux version 0.4.0 (dИbut compilation) --- > > ---[ Compilation de Wormux (DEBUG) ]--- > > o Compile aerienne.cpp > In file included from /usr/include/ClanLib/display.h:39, > from image.h:26, > from arme.h:31, > from aerienne.h:26, > from aerienne.cpp:22: > /usr/include/ClanLib/Display/Display/pixeldata.h:23:27: Hermes/H_Conv.h: No > such file or directory > /usr/include/ClanLib/Display/Display/pixeldata.h:24:26: Hermes/H_Pal.h: No > such file or directory > In file included from /usr/include/ClanLib/display.h:39, > from image.h:26, > from arme.h:31, > from aerienne.h:26, > from aerienne.cpp:22: > /usr/include/ClanLib/Display/Display/pixeldata.h:32: error: 'HermesHandle' is > used as a type, but is not defined as a type. > /usr/include/ClanLib/Display/Display/pixeldata.h:34: error: syntax error > before `*' token > /usr/include/ClanLib/Display/Display/pixeldata.h:35: error: 'HermesHandle' is > used as a type, but is not defined as a type. > /usr/include/ClanLib/Display/Display/pixeldata.h:37: error: syntax error > before `*' token > /usr/include/ClanLib/Display/Display/pixeldata.h: In constructor > `CL_PixelData::CL_PixelData(unsigned int, unsigned int, unsigned int, > unsigned int, CL_SurfaceProvider*, unsigned int)': > /usr/include/ClanLib/Display/Display/pixeldata.h:72: error: `m_handle' > undeclared (first use this function) > /usr/include/ClanLib/Display/Display/pixeldata.h:72: error: (Each undeclared > identifier is reported only once for each function it appears in.) > /usr/include/ClanLib/Display/Display/pixeldata.h:72: error: > `HERMES_CONVERT_NORMAL' undeclared (first use this function) > /usr/include/ClanLib/Display/Display/pixeldata.h:72: error: > `Hermes_ConverterInstance' undeclared (first use this function) > /usr/include/ClanLib/Display/Display/pixeldata.h:75: error: `m_src_palette' > undeclared (first use this function) > /usr/include/ClanLib/Display/Display/pixeldata.h:75: error: > `Hermes_PaletteInstance' undeclared (first use this function) > /usr/include/ClanLib/Display/Display/pixeldata.h:80: error: `m_dest_format' > undeclared (first use this function) > /usr/include/ClanLib/Display/Display/pixeldata.h:86: error: > `Hermes_FormatNew' undeclared (first use this function) > /usr/include/ClanLib/Display/Display/pixeldata.h:95: error: `m_src_format' > undeclared (first use this function) > /usr/include/ClanLib/Display/Display/pixeldata.h: In destructor `virtual > CL_PixelData::~CL_PixelData()': > /usr/include/ClanLib/Display/Display/pixeldata.h:110: error: > `Hermes_ConverterReturn' undeclared (first use this function) > /usr/include/ClanLib/Display/Display/pixeldata.h:111: error: > `Hermes_PaletteReturn' undeclared (first use this function) > /usr/include/ClanLib/Display/Display/pixeldata.h:113: error: > `Hermes_FormatFree' undeclared (first use this function) > /usr/include/ClanLib/Display/Display/pixeldata.h: In member function `void > CL_PixelData::get_line_pixel_to_dest(int, unsigned char*)': > /usr/include/ClanLib/Display/Display/pixeldata.h:198: error: > `Hermes_ConverterRequest' undeclared (first use this function) > /usr/include/ClanLib/Display/Display/pixeldata.h:207: error: > `Hermes_ConverterPalette' undeclared (first use this function) > /usr/include/ClanLib/Display/Display/pixeldata.h:229: error: > `Hermes_ConverterCopy' undeclared (first use this function) > make: *** [aerienne.o] Error 1 > make: Leaving directory `/home/spider/RPM/BUILD/wormux/src'