we should probably have an examples module to put C++ example code to make sure it compiles and all (since it is hard to make things right in isolation). I propose it be called, guess what, "examples" :-)
Hi all,
I checked out new revision 1185 from svn server, and I keep failing compiling on Mac.
[sjkim:~/imp]$ scons scons: Reading SConscript files ... Checking whether compiler supports -fvisibility...(cached) yes Checking for MODELLER...(cached) /Users/sjkim/modeller Checking for Boost version >= 1.30... no Boost version >= 1.30 is required to build IMP
I have installed boost 1.35 by MacPort, and I had no problem so far. Ridiculously, the compiler just started not to detect boost. I have no problem on Linux machine.
Thanks! Seung Joong Kim
You now have to tell it to search in /opt/local/include Put include=/opt/local/include Into config.py
On Jan 14, 2009, at 5:02 PM, Seung Joong Kim sjkim@salilab.org wrote:
> Hi all, > > I checked out new revision 1185 from svn server, and I keep failing > compiling on Mac. > > [sjkim:~/imp]$ scons > scons: Reading SConscript files ... > Checking whether compiler supports -fvisibility...(cached) yes > Checking for MODELLER...(cached) /Users/sjkim/modeller > Checking for Boost version >= 1.30... no > Boost version >= 1.30 is required to build IMP > > I have installed boost 1.35 by MacPort, and I had no problem so > far. Ridiculously, the compiler just started not to detect boost. > I have no problem on Linux machine. > > Thanks! > Seung Joong Kim > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev
Thanks, now it works!
Daniel Russel wrote: > You now have to tell it to search in /opt/local/include > Put > include=/opt/local/include > Into config.py > > > > On Jan 14, 2009, at 5:02 PM, Seung Joong Kim sjkim@salilab.org wrote: > >> Hi all, >> >> I checked out new revision 1185 from svn server, and I keep failing >> compiling on Mac. >> >> [sjkim:~/imp]$ scons >> scons: Reading SConscript files ... >> Checking whether compiler supports -fvisibility...(cached) yes >> Checking for MODELLER...(cached) /Users/sjkim/modeller >> Checking for Boost version >= 1.30... no >> Boost version >= 1.30 is required to build IMP >> >> I have installed boost 1.35 by MacPort, and I had no problem so far. >> Ridiculously, the compiler just started not to detect boost. I have >> no problem on Linux machine. >> >> Thanks! >> Seung Joong Kim >> _______________________________________________ >> IMP-dev mailing list >> IMP-dev@salilab.org >> https://salilab.org/mailman/listinfo/imp-dev > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev
participants (2)
-
Daniel Russel
-
Seung Joong Kim