[GRASS-dev] [GRASS GIS] #1884: grass7 - cairodriver fails to detect right architecture - OSX 10.8

GRASS GIS trac at osgeo.org
Thu Feb 14 00:27:58 PST 2013


#1884: grass7 - cairodriver fails to detect right architecture - OSX 10.8
------------------------+---------------------------------------------------
  Reporter:  epifanio   |       Owner:  grass-dev@…              
      Type:  defect     |      Status:  closed                   
  Priority:  major      |   Milestone:  7.0.0                    
 Component:  Compiling  |     Version:  svn-trunk                
Resolution:  fixed      |    Keywords:  cairo                    
  Platform:  MacOSX     |         Cpu:  OSX/Intel                
------------------------+---------------------------------------------------
Changes (by epifanio):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Replying to [comment:2 glynn]:
 > Replying to [ticket:1884 epifanio]:
 >
 >
 > So we probably need to add "fontconfig" to the pkg-config command. Try
 r55040.
 >

 This fixed the error, now cairodriver build fine without errors
 Configure asked about missed cairo includes, fixed with :

 {{{
 export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/X11/lib/pkgconfig/
 }}}

 Now WxGrass start fine after commenting this line :

 {{{
 #72 if not os.getenv("GRASS_WXBUNDLED"):
 #73     CheckForWx()
 }}}


 in :
 [http://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/core/globalvar.py#L72]

 and i'm able to display vector data in wxgui (using 2.9 cocoa)

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/1884#comment:3>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list