Changes between Version 26 and Version 27 of SetupOnTiger


Ignore:
Timestamp:
Mar 28, 2007, 2:31:55 PM (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SetupOnTiger

    v26 v27  
    5454{{{./configure --with-postgres-libraries=$(pg_config --libdir) --with-postgres-includes=$(pg_config --includedir) --with-mxdatetime-includes=[path/to/mxdatetime]/egenix-mx-base-2.0.6/mx/DateTime/mxDateTime}}}
    5555
     56the CPPFLAGS line that worked for me was:
     57
     58{{{export CPPFLAGS="-I/Library/Python/2.3/site-packages/mx/DateTime/mxDateTime"}}}
     59
    5660=== The Fink Way ===
    5761I'm referring to ticket:3364 it was the reason why I couldn't get it to work.~~
Back to Top