And, what are the actual boost lib. names in that directory? For example, libboost-serialization* ?
On Mon, Jan 12, 2009 at 8:02 AM, Brian Pratt <[email protected]>wrote: > > What kind of errors are you getting with these settings? > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of GATTACA > Sent: Monday, January 12, 2009 6:42 AM > To: spctools-discuss > Subject: [spctools-discuss] Re: TPP 4.1.1 fails to compile on Fedora 7 > 64bit > > > > So I've tried different options in the Makefile.config.incl file with > no results. The compile continues to falter because of BOOST. > > Here is the contents of my Makefile.config.incl: > > BOOST_LIBDIR=/opt/boost_1_37_0/lib > BOOST=/opt/boost_1_37_0 > BOOST_INCL=-I /opt/boost_1_37_0 > > > Anything else I'm missing? > > I'm using g++ 3.4 if that makes a difference. > > Thanks. > > > On Dec 17 2008, 11:08 pm, Paulo Nuin <[email protected]> wrote: > > Change the BOOST_INCLUDE variable. You'll find some other errors along > > the way. > > Cheers > > Paulo > > > > GATTACA wrote: > > > Hello. > > > > > I've just downloaded the latest and greatest source code for TPP off > > > SVN. > > > When I try to compile it fails. The error suggests that the boost > > > libraries are out of date. > > > > > Specifically, TPP seems to be looking for the "foreach.hpp" file from > > > the boost library. This isn't available until version 1_34_0 as far as > > > I know. And 1_34_0 isn't available as an RPM forFedora7. > > > > > I currently don't want to overwrite my existing boost files with a > > > fresh compile of 1_37_0 (the latest version) since it will break some > > > of my dependencies for other programs I have. > > > > > Instead I've downloaded boost 1_37_0 and installed it to /opt/ > > > boost_1_37_0 > > > > > Is there a way to specify in the Makefile.config.incl where TPP should > > > look for ALL of the boost code? I'd like to point TPP to /opt/ > > > boost_1_37_0 instead of the default /usr/lib > > > > > Thanks in advance. > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "spctools-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/spctools-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
