CreamLibrary icon indicating copy to clipboard operation
CreamLibrary copied to clipboard

Macro missing in CicmWrapper eclass.h for Linux

Open gesellkammer opened this issue 10 years ago • 1 comments

ThirdParty/CicmWrapper/Sources/eclass.h is missing a line for the macro "CLASS_ATTR_FONT" starting at line 313. After the #else clause the line

#define CLASS_ATTR_FONT(c,name,flags,struct,member)

should be added. This fixes compilation for Linux (Ubuntu 15.04)

gesellkammer avatar Oct 06 '15 07:10 gesellkammer

As the project is still in beta I feel free to develop on the Master branch, since two weeks I changed a lot of things but you still can retrieve a stable version on the commit of the last release d7eaac8. When the project will have anymore need of major changes, I'll be working on a dev branch but for the moment, it is simpler for me to work on the Master branch, sorry.

pierreguillot avatar Oct 07 '15 16:10 pierreguillot