CICM / CreamLibrary

A set of PD externals for those who like vanilla... but also want some chocolate, coffee or caramel.
BSD 2-Clause "Simplified" License
26 stars 6 forks source link

Macro missing in CicmWrapper eclass.h for Linux #18

Open gesellkammer opened 9 years ago

gesellkammer commented 9 years ago

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)

pierreguillot commented 9 years ago

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.