[Scons-users] Problem with include path (CPPPATH)

Gary Oberbrunner garyo at oberbrunner.com
Mon Jan 20 09:31:49 EST 2014


On Mon, Jan 20, 2014 at 9:25 AM, delbert dev <delbertum at gmail.com> wrote:
...

> But I get:

>

>

> g++ -o /home/user/test/gtest-1.7.0/src/gtest-all.o -c -pthread ...

> ...

> -I/home/user/test/gtest-1.7.0 -Itest001/gtest-1.7.0

> ...

>

> Why is :

>

> -Itest001/gtest-1.7.0

>

> also on the include path? Are there some implicit rules for what is added to

> the CPPPATH?

>


Are you using VariantDir? If not, it's probably something else in your
script. (I assume the above is not the complete script.)

--
Gary


More information about the Scons-users mailing list