Bugzilla – Bug 985243
GCC6: qtractor fails to build
Last modified: 2016-06-24 07:18:04 UTC
Since the update to GCC6, openSUSE:Factory/ qtractor fails to build
This one looks complicated : /usr/include/c++/6/cstdlib:75:25: fatal error: stdlib.h: No such file or directory #include_next <stdlib.h> I'm not familiar with #include_next directive. Will research when possible. Saw a gcc6 bug closed as won't fix: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129
speciality of #include_next -> make sure -I /usr/include is not in the compiler command line, then usually this works
Fixed with update to verwsion 0.7.8, sr#404436
Fixed upstream