Re: Has anyone seen anything like this
"Olivier, Jeffrey V" <[email protected]>
| Newsgroups | gmane.comp.programming.tools.scons.user |
|---|---|
| Message-ID | <CY4PR11MB007006EEC97C2DC88412143DBAD69@CY4PR11MB0070.namprd11.prod.outlook.com> |
I've worked around the problem for now. On your comment about the VariantDir, can you have more than one? For example, something like
VariantDir("{}/src".format(build_prefix), 'src', duplicate=0)
# Execute SConscripts in this path
VariantDir("{}/utils".format(build_prefix), 'utils', duplicate=0)
# Execute SConscripts in this path
________________________________
From: Scons-users <[email protected]> on behalf of Bill Deegan <[email protected]>
Sent: Wednesday, May 25, 2022 10:24 AM
To: SCons users mailing list <[email protected]>
Subject: Re: [Scons-users] Has anyone seen anything like this
Generally VariantDir(build_prefix, '.', duplicate=0) where the source dir is '.' and the variant dir is a subdir of that is a bad idea as you can end up with recursive expansion of the variant dir...
Which can lead to a lot of issues.
Please try SCons 4.3.0
Not sure it will resolve the issue, but 4.2.0 is quite old.
_______________________________________________
Scons-users mailing list
[email protected]
https://pairlist4.pair.net/mailman/listinfo/scons-users