David Lindauer

Results 431 comments of David Lindauer

glad you are back on :smile: So probably the best thing to do is pull the function from llvm/libc implementation (which is here on github).... probably take a little bit...

ok this project takes a little bit of extra work... the batch file makes a .\bin directory and also compiles src\app.rc into srcc\app.res. I think the problems you were seeing...

so i don't know anything about linux, but, is there some possibility that the first run doesn't clean something up? Maybe Leaves a handle to the file being spawned open...

I'll put it on my list for later this week, to recheck the operation under windows.... then maybe we can roll it into master...

yeah sorry about that. I pressed a button that did nothing like what I was expecting it to do... sigh....

on the recursive make thing, what are you building OMAKE with? Because I suppose if it is occ you could still be hitting library issues.... if not I'm very curious...

so that means the GCC runtime is aborting for some reason, and it isn't because of a C++ runtime error because those should be caught. That sounds like a fun...

well gdb probably has *something*. Even microsoft saw the wisdom of this although they don't make it easy to do... hmmm I just thought to wonder, do exceptions on threads...

so that sounds good. I don't know if you caught but in the other tools we use -y for verbosity.... adding more y characters increases the verbosity level. so for...