[MacPorts] #22446: xorg-server 1.7.1.901 not compiling on Tiger (10.4.11)

MacPorts noreply at macports.org
Tue Nov 10 18:34:39 PST 2009


#22446: xorg-server 1.7.1.901 not compiling on Tiger (10.4.11)
----------------------------------------+-----------------------------------
 Reporter:  russ.bubley@…               |       Owner:  jeremyhu@…           
     Type:  defect                      |      Status:  assigned             
 Priority:  Normal                      |   Milestone:                       
Component:  ports                       |     Version:  1.8.1                
 Keywords:                              |        Port:  xorg-server          
----------------------------------------+-----------------------------------

Comment(by jeremyhu@…):

 I'm confused.  Are you still getting linking errors for:
 _glProgramEnvParameters4fvEXT
 _glProgramLocalParameters4fvEXT

 That should be fixed with this hunk in indirect.c:

 {{{
 /* Tiger PPC doesn't have the associated symbols, but glext.h says it
 does.  Liars!
  * http://trac.macports.org/ticket/20638
  */
 #if defined(__ppc__) && MAC_OS_X_VERSION_MIN_REQUIRED == 1040
 #undef GL_EXT_gpu_program_parameters
 #define GL_EXT_gpu_program_parameters 0
 #endif
 }}}

 Are you on intel?

-- 
Ticket URL: <http://trac.macports.org/ticket/22446#comment:8>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list