[Scons-users] Scons Implicity Dependency not found issue

Hua Yanghao huayanghao at gmail.com
Wed Oct 24 18:46:32 EDT 2018


need two pass,did u read readme.md?

On Wed 24. Oct 2018 at 22:49, Mats Wichmann <mats at wichmann.us> wrote:

> On 10/24/2018 02:29 PM, Hua Yanghao wrote:
> > Hi Mats and all, finally I extract out the essence of my build system
> > and come up with a simple setup that can reproduce the same issue
> > easily:
> > https://github.com/yanghao/scons_incremental_build_fail
> >
> > Please follow the README.md file there to reproduce the issue (100%
> > success rate on my side, scons 3.0.1).
> >
> > Best Regards,
> > Yanghao
>
>
> Hmmm.
>
> $ scons
> scons: Reading SConscript files ...
> scons: done reading SConscript files.
> scons: Building targets ...
> gcc -o build/a/test.o -c -Ibuild/a/include -Ibuild/b/include build/a/test.c
> gcc -o build/b/test.o -c -Ibuild/a/include -Ibuild/b/include build/b/test.c
> gcc -o build/hello build/a/test.o build/b/test.o
> scons: done building targets.
>
>
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> https://pairlist4.pair.net/mailman/listinfo/scons-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20181025/7bcaca07/attachment.html>


More information about the Scons-users mailing list