[MacPorts] #12862: py25-sqlite3 fails to build

MacPorts trac at macosforge.org
Fri Nov 23 13:51:47 PST 2007


#12862: py25-sqlite3 fails to build
-------------------------------------+--------------------------------------
  Reporter:  brianjlandau at gmail.com  |       Owner:  mww at macports.org
      Type:  defect                  |      Status:  assigned        
  Priority:  Normal                  |   Milestone:  Port Bugs       
 Component:  ports                   |     Version:  1.5.2           
Resolution:                          |    Keywords:                  
-------------------------------------+--------------------------------------
Comment (by edewitt at mac.com):

 Replying to [comment:3 ebgssth at gmail.com]:
 > Try this.
 >
 > {{{
 > Index: setup.py
 > ===================================================================
 > --- setup.py    (revision 31432)
 > +++ setup.py    (working copy)
 > @@ -27,7 +27,7 @@
 >
 >        ext_modules = [Extension('_sqlite3', sqlite_srcs,
 >                                 define_macros=sqlite_defines,
 > -                               include_dirs = ["_sqlite", inc_dirs],
 > +                               include_dirs = ["_sqlite"] + inc_dirs,
 >                                 libraries = ["sqlite3"],
 >                                 library_dirs = lib_dirs)]
 > }}}

 I actually worked on this last night and used a (less elegant) fix that
 was almost the same. This should be patched in.

-- 
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/12862#comment:4>
MacPorts </projects/macports>
Ports system for Mac OS


More information about the macports-tickets mailing list