Bug 1207

Summary: Build breaks on xc/lib/GL/glx/Imakefile
Product: xorg Reporter: Alan Coopersmith <alan.coopersmith>
Component: Server/Ext/GLXAssignee: 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:
Description Flags
Patch to move line break none

Description Alan Coopersmith 2004-08-27 10:11:37 UTC
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.
Comment 1 Alan Coopersmith 2004-08-27 10:13:14 UTC
Created attachment 745 [details] [review]
Patch to move line break
Comment 2 Alan Coopersmith 2004-08-27 10:25:22 UTC
Log message:
  2004-08-27  Alan Coopersmith  <alan.coopersmith@sun.com>
  
  	* lib/GL/glx/Imakefile:
  	Move line break/continuation to not be in the middle of a word
  	(Bugzilla #1207)

Modified files:
      ./:
        ChangeLog 
      xc/lib/GL/glx/:
        Imakefile 
  
  Revision      Changes    Path
  1.324         +7 -1      xc/ChangeLog
  1.9           +3 -3      xc/lib/GL/glx/Imakefile

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.