[QGIS-trac] Re: [Quantum GIS] #2882: Python support broken for 64 bit systems

Quantum GIS qgis at qgis.org
Mon Jul 12 11:49:15 EDT 2010


#2882: Python support broken for 64 bit systems
------------------------------------------------+---------------------------
   Reporter:  volter                            |              Owner:  borysiasty   
       Type:  bug                               |             Status:  new          
   Priority:  major: does not work as expected  |          Milestone:  Version 1.5.0
  Component:  Python plugins and bindings       |            Version:               
   Keywords:                                    |   Platform_version:               
   Platform:  Unix                              |           Must_fix:  Yes          
Status_info:  0                                 |  
------------------------------------------------+---------------------------

Comment(by gjm):

 Replying to [comment:8 kyngchaos]:
 > Replying to [comment:5 gjm]:
 > > A question: should QGIS_LIB_SUBDIR be used for all systems, including
 the current two special cases in the code for Mac and Mgwin32?
 >
 > QGIS_LIB_SUBDIR ''is'' used on the Mac build, in both cmake and xcode.

 But the code

 {{{
 #if defined(Q_WS_MAC)
   pythonlibName.prepend( QgsApplication::prefixPath() + "/lib/" );
 }}}

 in qgisapp.cpp is hard-coding in /lib/ for the location of the qgis
 libraries, rather than using QGIS_LIB_SUBDIR (r13912).

-- 
Ticket URL: <https://trac.osgeo.org/qgis/ticket/2882#comment:9>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats


More information about the QGIS-trac mailing list