Ya - it looks like #15099 - I did see -framework python (or something similar) when I was building last night. I needed the manual -lpython.
:py print sys.version on 10.5.4 shows a build of 2.5.1 from Jan 17, 2008 while the one on 10.5.1 shows python 2.5.2 built last night. On 10.5.1, :py print sys.executable show /Applications/MacPorts/Vim.app/Contents/MacOS/Vim while the one on 10.5.4 shows /usr/bin/python. (These were both fresh MacPort and vim +python installs.) sys.prefix on 10.5.1 is at /opt/local/Library/Frameworks/Python.framework/Versions/2.5 while on 10.5.4 is at /System/Library/Frameworks/Python.framework/Versions/2.5. So it seems that while it builds fine on 10.5.4, it's linking to the Apple provided python25 rather than the one from MacPorts. I don't know if that is what is desired. Rainer Müller-4 wrote: > > Chirayu Krishnappa wrote: >> I removed MacPorts and redid the whole thing. vim-app installed >> successfully >> on 10.5.4. Perhaps this issue only crops up on 10.5.1. Either way, if >> someone faces this problem, they will hopefully stumble here through a >> search. > > Might be related to #15099 [1]? Sorry, I still did not have time to > resolve the issue. > > Rainer > > [1] <http://trac.macports.org/ticket/15099> > _______________________________________________ > macports-users mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > > -- View this message in context: http://www.nabble.com/vim-app-%28and-vim%29-with-%2Bpython-fails-on-Leopard-tp19248902p19260932.html Sent from the MacPorts - Users mailing list archive at Nabble.com. _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
