| Summary: |
Build breaks on xc/lib/GL/glx/Imakefile |
| Product: |
xorg
|
Reporter: |
Alan Coopersmith <alan.coopersmith> |
| Component: |
Server/Ext/GLX | Assignee: |
Alan Coopersmith <alan.coopersmith> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
|
| Severity: |
blocker
|
|
|
| Priority: |
highest
|
|
|
| Version: |
git | |
|
| Hardware: |
SPARC | |
|
| OS: |
Solaris | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
| Bug Depends on: |
|
|
|
| Bug Blocks: |
351
|
|
|
| Attachments: |
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
making Makefiles in lib/GL/glx... "./Imakefile", line 145: (in preprocessor if): syntax error ../../../config/imake/imake: Exit code 2. Stop. The offending lines are: 144 #if defined(DarwinArchitecture) || defined(OS2Architecture) || defined(L 144 ynxOSA\ 145 rchitecture) Putting a line break/continuation in the middle of a preprocessor symbol is a bad idea - will apply patch to fix this. This is why the Solaris tinderbox is currently flaming.