assisi / playground

Extensions to the Enki simulator for the ASSISI|bf project.
Other
2 stars 3 forks source link

Qt4 & boost 1.56 & newer #88

Open stribor14 opened 7 years ago

stribor14 commented 7 years ago

Qt4 has bug when compiling with boost 1.56 and newer. Workaround: http://stackoverflow.com/questions/15455178/qt4-cgal-parse-error-at-boost-join

stribor14 commented 7 years ago

Currently in CMakeList.txt only one header is used for MOC-ing. This issue could be easily solved for future updates with encapsulating include macros in that file (https://github.com/larics/assisi-playground/blob/master/playground/AssisiPlayground.h) with:        #ifndef Q_MOC_RUN        #endif