Mats Wichmann

Results 559 comments of Mats Wichmann

Oh - and `scons_dev_master` is only set up for Debian-ish systems.

And... I think this may be because the code start right out doing a split: ```py dirname, basename = os.path.split(pathname) ``` and there's no special-case handling for a `basename` that...

There's a trivial fix for this, the question is whether it *should* be fixed, or if this is intentional behavior? Update - not as trivial as I thought, misses one...

> Likely we should update the docs to indicate that the underlying logic is supplied by python's `fnmatch.fnmatch` ? (@mwichmann thoughts) It does say that, but perhaps it's only in...

Just swung back to this because I'm otherwise working on Glob, and I can't seem to reproduce this - making this temporary SConstruct file in an rt-thread checkout, and the...

Even tried it on a Windows machine in case it's somehow different there... ```console scons: Reading SConscript files ... pattern: .\*\SConscript > > ```

Still not able to reproduce. Meanwhile - what's your objective here? If you just want to generate file names, you can use `GetLaunchDir` instead of doing a dance with making...

Also - it seems to me I've read, though I can't find the reference now, that the flag should only be meaningful if `duplicate=0` for the variant dir. Don't know...

The message *is not* from scons itself, but it's also not clear that scons would know what to do with a `TARGET_ARCH` set to something other than the host. See...

Okay, I looked at the referenced issue briefly - there's nothing that will automatically point scons at a cross-build toolchain, so you need to do that yourself. We can answer...