CXXCPP Env in Portfile?

Joshua Root jmr at macports.org
Wed Sep 22 03:55:51 PDT 2010


On 2010-9-22 20:46 , Rodney Rehm wrote:
>>> How do I translate »CXXCPP="gcc -E" ./configure --prefix=/tmp/test« to Portfile properly?
>>
>> configure.env-append CXXCPP="${configure.cc} -E"
> 
> 
> had already tried that.
> still not working: http://globe.pastebin.com/sNMKhMN0
> 
> Also tried without -append in case some other env-variable screwed things up. Same difference.

Well the log definitely shows that CXXCPP is being set correctly in the
environment when configure is run. The failure doesn't appear to have
anything to do with that. Could be a parallel build problem; so try
adding "use_parallel_build no" to the portfile.

- Josh


More information about the macports-dev mailing list