[Scons-users] Getting scons error while trying to compile
Dirk Bächle
tshortik at gmx.de
Thu Jun 18 14:20:33 EDT 2015
Hi Prashanth,
On 18.06.2015 12:35, Prashanth Maiya wrote:
> Hi William,
>
> It is a Management decision since the same scons is used to compile on other seven platforms.
> This is a pilot project trying to migrate from RHEL4 to RHEL6.
>
can you please post the SConscript(s) where the error occurs? From the stack trace it looks as if you're passing a list of nodes to
a Builder, where only a single node is expected.
Does your build use any customized Builders, if yes it would help to see their code as well.
Finally, do simple builds (like a single CPP with a main function) work neither, or is it only your more complicated build that
gives you trouble?
Best regards,
Dirk
More information about the Scons-users
mailing list