Build Notes

Various platforms have bugs which prevent IMP from building in a straight forward manner. The purpose of this page is to gather together workaround for such problems.

Mac OS X 10.5 (Leopard) PPC

These are likely not platform-specific however.

  1. The IMP: Getting Started page says to place the config.py file into the directory containing the SConscript file. I did a find and found many such directories. I decided after some experientation to create a config.py into the top-level IMP directory, which contained no SConscript file but an SConstruct file. - mp@scripps.edu

  2. The version of swig shown on Fink as current is 1.3.35-2, not recent enough for IMP to use. I found a newer version, 2.0, at http://www.swig.org and successfully built it. I an now rebuilding IMP to test it. - mp@scripps.edu

  3. The IMP build failed with 'sh: doxygen: command not found; scons: *** Error 127' although doxygen is not mentioned as a prerequisite. I built doxygen 1.5.6-5 using Fink but have not yet tested. - mp@scripps.edu

Mac OS X 10.6 (Snow Leopard) with Fink

IMP: build (last edited 2010-10-25 17:09:24 by benS)