I apologize for that oversight.  I'm running cmake 2.6.4 installed from
rpmforge or rpmfusion.  This is the same version of cmake that I used on
Fedora 12, albeit a newer version of Python.







On Thu, Jan 21, 2010 at 12:52 PM, Gianluca Sforna <[email protected]> wrote:

> On Thu, Jan 21, 2010 at 6:29 PM, Robert DeLisle <[email protected]>
> wrote:
> > Just to muddy the waters a bit, I attempted the install yesterday on a
> > CentOS 5.4.3 x86_64 machine with the standard Python 2.4.3 install that
> came
> > with the distribution and a custom Boost install.  The Boost install
> appears
> > to be necessary as Boost 1.33 is standard on CentOS 5.4.3 (and presumably
> > RedHat 5) - cmake complained that it needed at least Boost 1.39.  During
> the
> > make step, cmake failed to find my Python include libraries which are
> > located at /usr/include/python2.4 - I'm not sure where cmake assumed they
> > were located.  I was able to get around the problem by modifying the
> > CXX_FLAGS variable in CMakeCache.txt as:
> >
> > CMAKE_CXX_FLAGS:STRING=-I /usr/include/python2.4
> >
> > I don't know if this could have been corrected with the
> PYTHON_INCLUDE_PATH
> > environment variable or not - I assume so.  Again this is the standard
> > installation of Python 2.4 that comes with CentOS 5.4.3, so I wouldn't
> > expect to need to make the adjustment at all.
>
>
> cmake installed from where? if it's EPEL, then I think you're running
> 2.4, so the findpython module is likely different.
>
> However, you could try applying the patch I proposed and report if
> things improves
>
>
> --
> Gianluca Sforna
>
> http://morefedora.blogspot.com
> http://www.linkedin.com/in/gianlucasforna
>
>
> ------------------------------------------------------------------------------
> Throughout its 18-year history, RSA Conference consistently attracts the
> world's best and brightest in the field, creating opportunities for
> Conference
> attendees to learn about information security's most important issues
> through
> interactions with peers, luminaries and emerging and established companies.
> http://p.sf.net/sfu/rsaconf-dev2dev
> _______________________________________________
> Rdkit-discuss mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/rdkit-discuss
>
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Rdkit-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to