|
Bugzilla – Full Text Bug Listing |
| Summary: | GCC6: qtractor fails to build | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Dominique Leuenberger <dimstar> |
| Component: | Other | Assignee: | Dave Plater <davejplater> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | mseben |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 984984 | ||
|
Description
Dominique Leuenberger
2016-06-16 17:27:31 UTC
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 |