[Scons-users] Problems with SCons parallel build

Dirk Bächle tshortik at gmx.de
Fri Mar 21 16:17:42 EDT 2014


Hi Brady,

and thanks for all the provided info about your build problem. A "bug
report" just the way I like it. ;)

On 21.03.2014 21:02, Brady Johnson wrote:

>

> Hello all,

>

> There seem to be some serious/fundamental problems compiling in

> parallel with SCons. By parallel, I mean I am using the "-j" flag.

>

> Here is the problematic output when it fails:

>

> ...

> Building target:

> software/Code/Common/build/BbscModel/src/main/c/Dbs/ApplicationFilterType.o...

> Building target:

> software/Code/Common/build/BbscModel/src/main/c/Dbs/ConsistencyCheckDbsIf.o...

> Building target:

> software/Code/Common/build/BbscModel/src/main/c/Dbs/ConsistencyCheckType.o...

> x86_64-dx-linux-gnu-g++:

> software/Code/Common/BbscModel/src/main/c/Dbs/ApplicationFilterType.cc: No

> such file or directory

> x86_64-dx-linux-gnu-g++: no input files


Why do the object files go to "software/Code/Common/build/BbscModel..."
while the CC files are searched in "software/Code/Common/BbscModel" (no
"build" in path)?

Best regards,

Dirk



More information about the Scons-users mailing list