Am 14.11.2012 um 19:02 schrieb EBo: > Is there anyone willing to help sort out the python/boost issues in the > config/build environment? I would like to take another serious stab at > Gentoo support.
in case you are referring to the below: Please read config.log carefully, this usually gives a clue what is wrong with the build environment. Maybe paste it. The interpreter uses boost::python and this library depends on the Python interpreter version too, so they must match. configure checks for headers being found, and test-linking a small program, which verifies libraries are found and match. All these test are in src/configure.in . Kinda hard to read, but only there. - Michael > > The next issue, which is currently completely stopping me, is that it > is complaining that boost::python is not installed. Actually it is > (version 1.49.0 to be precise). The problem seems to be how configure > tests for the boost library. I can get past this by adding > --disable-python, but then the build dies looking for > depends/emc/pythonplugin/python_plugin.d > > > EBo -- > > > ------------------------------------------------------------------------------ > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, vmware, > SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Emc-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-developers ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
