Is there any good guide to doing so? I found this (http://wiki.codeblocks.org/index.php?title=Nightly_Cookbook), but it is incomplete. Is there some other resource I've missed? I'd like to get it building so I can try to fix this annoying bug (http://sourceforge.net/tracker/?group_id=126998&atid=707416&func=detail&aid=1247522).
http://forums.next.codeblocks.org/index.php?topic=1701.0
Heh, I can't believe I missed that. Thanks.
new installments on the cookbook are coming this week. Sorry, but been busy on debugging ;-)
OK, I've got it compiled and everything is working nicely. Unfortunately, that bug seems to not be in console_runner, but in system(). :(
Proposed fix for Windows. I don't know what to do for Linux, but this bug may not even exist in Linux.
Quick fix based on this (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/creating_processes.asp).
http://sourceforge.net/tracker/index.php?func=detail&aid=1419173&group_id=126998&atid=707418 (http://sourceforge.net/tracker/index.php?func=detail&aid=1419173&group_id=126998&atid=707418)
Does anybody have any comments? Is there a better way to fix this, or is it a good solution?
Also, is this a Windows-only bug?
OK, I updated the patch to handle the return values correctly.
The patch is now applied. Cool.