OpenMS / contrib

Automated CMake build scripts for the OpenMS contrib libraries
Other
0 stars 21 forks source link

Feature: fix coin build #47

Closed hroest closed 7 years ago

hroest commented 7 years ago

fixes #46 by being less pedantic and removing -pedantic-errors. This helps on some systems, most notable the CentOS system I am working on.

jpfeuffer commented 7 years ago

Looks good. Do you know why it compiles with a GCC extension on the other compilers? Do they support it, too or was the macro redefined?

hroest commented 7 years ago

I really dont know why we suddenly get issues, but it may be that here pedantic means that gcc-extensions are disabled. It seems that the #include_next is present in all limits.h files, see for example /usr/include/limits.h on any Ubuntu system