I tried compiling it with cygwin and it gave following errors:
Code: Select all
In file included from CEGUIColourRect.cpp:26:
../include/CEGUIColourRect.h:40: error: parse error before `__attribute__'
CEGUIColourRect.cpp: In member function `CEGUI::ColourRect CEGUI::ColourRect::getSubRectangle(float, float, float, float) const':
CEGUIColourRect.cpp:131: warning: function 'CEGUI::colour CEGUI::ColourRect::getColourAtPoint(float, float) const'
is defined after prior declaration as dllimport: attribute ignored.
CEGUIColourRect.cpp:35: warning: function 'CEGUI::ColourRect::ColourRect(const CEGUI::colour&, const CEGUI::colour&, const CEGUI::colour&, const CEGUI::colour&)'
is defined after prior declaration as dllimport: attribute ignored.
I guess there is not much work needed, just some redefinations for MinGW.