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 like:
 make CPPFLAGS='-I /opt/local/include'

Just out of interest, which software is this and if it is Open Source,
would it be worth to add it to MacPorts?

There must be no space between -I and the path.

Regards,
Simon
_______________________________________________
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to