Re: Boost in MacPorts Issue

2009-01-24 Thread Simon Hitzemann
and also I have in my .bash_profile this export: export CXXFLAGS=-I /opt/local/include; Usually this should go into CPPFLAGS as it is for the preprocessor. Also, check that the Makefile or build system is honoring the environment variables. Maybe you need to pass this directly to make

Boost in MacPorts Issue

2009-01-23 Thread Gundala Viswanath
Hi all, I have sucessfully installed Boost via MacPorts. However there are several issues after that. 1. My code can't recognize the location of Boost during compilation. Although it exist here: ./opt/local/include/boost/lexical_cast.hpp

Re: Boost in MacPorts Issue

2009-01-23 Thread Rainer Müller
Gundala Viswanath wrote: I have sucessfully installed Boost via MacPorts. However there are several issues after that. 1. My code can't recognize the location of Boost during compilation. Although it exist here: ./opt/local/include/boost/lexical_cast.hpp