tcl needs --disable-corefoundation

Jack Howarth howarth at bromo.med.uc.edu
Sun Oct 11 13:44:46 PDT 2009


On Sun, Oct 11, 2009 at 12:50:04PM -0700, Jeremy Huddleston wrote:
>
> Why not just fix it "the right way" and query python-config?  That way  
> if something changes in the future, it will "just work" and you can push 
> that patch upstream, so others will inherit it as well...
>

Jeremy,
   Using...

-PYTHON_INC_DIR = -I/sw/include/python2.3 \
-       -I/sw/include/python2.3/Numeric
+PYTHON_INC_DIR = `python2.6-config --include`/Numeric

seems to be sufficient. It really isn't worth the effort
at this point to try to fix pymol's configure build but I will
ping the pymol developer on that and see if he is willing
to change it to not build dylibs.
    Am I correct in assuming that it is best practices to
construct packaging that builds against python25 or python26
without requiring the associated python to be activated?
I believe the current pymol packaging should now build
regardless of the activation state of python26 with the above
change.
           Jack


More information about the macports-dev mailing list