Re: [IMP-users] IMP svn compiling issues Mac OS X 10.6 fink-64
To: Help and discussion for users of IMP <>
Subject: Re: [IMP-users] IMP svn compiling issues Mac OS X 10.6 fink-64
From: Benjamin SCHWARZ <>
Date: Mon, 27 Sep 2010 18:33:54 +0200
Reply-to: Help and discussion for users of IMP <>
Thanks a lot for the cgal workaround Daniel.
Your comment helped me to sort out my second problem too : a version conflict between /usr/local/ stuff and /sw/include stuff. I removed /usr/local/ occurrences in my config.py and all goes well now
I also spotted what seems to be a minor bug at line 22 of imp/src/modules/em2d/include/filenames_manipulation.h
where I think 103400 should be replaced by 103600.
At least, doing so I was able to compile and link against the fink installed boost version on my computer (v1.35).
--Ben (schwarz)
Le 23 sept. 2010 à 18:43, Daniel Russel a écrit :
The CGAL problem is a bug in CGAL. I patched it in CGAL, but while doing that, removed my work-around in IMP. I'll put the work around back in IMP.
I'm a bit perplexed about the other error as the -lboost_program_options should provided the needed symbol. I haven't used fink. I'll think on it for a bit. Could you send the configure lines that scons prints out (the first page or so of output of scons). Thanks.
BTW, if you do scons -k, it will continue to build other things after an error.
On Sep 23, 2010, at 9:25 AM, Benjamin SCHWARZ wrote:
Hi list
I try a compilation of IMP svn 6742 on Macbook laptop OS X 10.6
* Fink 64 bits installed (in /sw) with packages :
cgal-4 fftw-3 boost1.35.python26 boost1.35.nopython gsl and graphviz
* Ann hand installed in /usr/local
* Modeller installed as most recent MAC dmg
And I have several problems :
1.) the compilation process fails on cgal polyhedron compilation
2.) I was then able to continue the compilation by disabling the cgal dependency (cgal="no" in the config.py). It then goes on quite a long time then crashes at link time on :