Bo Peng a écrit :
On 5/15/06, Edwin Leuven <[EMAIL PROTECTED]> wrote:
> The new version has just be submitted. I guess you will still have the
> re.sub problem, but linking should be fine.

it breaks here:

OK. I am discussing this with Abdel this morning. It seems that
windows/mingw does not have, or have a different, sys/stat.h so the
test fails even with the correct number of parameters to mkdir().

This is line 206 of scons_utils.py which is straightforward. Could you
please help me figure out the correct header file for mkdir under
mingw?

I can then do something like

if   conf.TryLink(check_mkdir_one_arg_source, '.c') or
 conf.TryLink(check_mkdir_one_arg_source_2, '.c'):
 blah...

Or you can just undef HAVE_MKDIR and support/mkdir.C will use the windows version (CreateDirectory).

Abdel.

Reply via email to