On 14-12-23 12:23 PM, Philip Chimento
wrote:
A further comment... and perhaps a solution to my problem.
I checked and the installed version of python on MAC 10.10 is
2.7.6. I reasoned that the problem I was having was caused by
having two installations of python. So I started again as above but
I left out the 'jhbuild build python' step. Now the next step
'jhbuild build meta-gtk-osx-bootstrap' completes successfully!
Thanks for listening to my moaning! :-)
I’ve had issues with that too. What happens is that the first build of python gets linked against /usr/lib/libpython instead of $PREFIX/lib/libpython, but libxml2.dylib gets linked against $PREFIX/lib/libpython and won’t import. Select 4, cd ../Python-2.7.6, rm python.exe, make && make install usually relinks python.exe correctly, after which iditools builds correctly.
Regards, John Ralls
|