Just need a clarification; I am running a build on a project that uses "recursive make". I get this error message,
make: *** create_child_process: DuplicateHandle(In) failed (e=6)
. Stop.
I assume this is because the make "shell" cannot spawn, am I correct?
Running project make on "recursive" make project
This DuplicateHandle issue looks a lot like these:
http://www.zeusedit.com/zforum/viewtopic.php?t=38
http://www.zeusedit.com/zforum/viewtopic.php?t=204
http://www.zeusedit.com/zforum/viewtopic.php?t=2664
and here is the fix:
http://www.zeusedit.com/zforum/viewtopic.php?t=174
Cheers Jussi
http://www.zeusedit.com/zforum/viewtopic.php?t=38
http://www.zeusedit.com/zforum/viewtopic.php?t=204
http://www.zeusedit.com/zforum/viewtopic.php?t=2664
and here is the fix:
http://www.zeusedit.com/zforum/viewtopic.php?t=174
Cheers Jussi