Re: [Boost-cmake] popups on windows

2008-06-23 Thread troy d. straszheim
So this handles, uh, 'gpfaulterrorboxes', but it doesn't handle assertion failure popups that happen when you're compiled Debug and e.g. pass a null string as the format to sprintf. Created a ticket on this: http://svn.boost.org/trac/boost/ticket/2044 If anybody wants to pitch in and have a l

Re: [Boost-cmake] popups on windows

2008-06-17 Thread troy d. straszheim
Evan Wheeler wrote: Okay, so if you call this windows API function: SetErrorMode( SEM_NOGPFAULTERRORBOX ); Evan sent a way to do this in python to me offline, it appears to work, checked in, problem solved for now. -t ___ Boost-cmake mailing list

Re: [Boost-cmake] popups on windows

2008-06-17 Thread Evan Wheeler
ivide by zero and it successfully suppressed the dialog box. Sorry for the yahoo formatting in advance. -Evan From: troy d. straszheim <[EMAIL PROTECTED]> To: Discussion of the CMake-based build system for Boost Sent: Monday, June 16, 2008 10:48:01 AM Subject: [Boost-cmake] popups on wi

Re: [Boost-cmake] popups on windows

2008-06-16 Thread troy d. straszheim
Doug Gregor wrote: On Mon, Jun 16, 2008 at 10:48 AM, troy d. straszheim <[EMAIL PROTECTED]> wrote: I've made some progress here, have managed to get vista and XP posting build results to http://boost.resophonic.com/trac/traash. It isn't stable yet but should be soon. One problem I'm having are

Re: [Boost-cmake] popups on windows

2008-06-16 Thread Doug Gregor
On Mon, Jun 16, 2008 at 10:48 AM, troy d. straszheim <[EMAIL PROTECTED]> wrote: > I've made some progress here, have managed to get vista and XP posting build > results to http://boost.resophonic.com/trac/traash. It isn't stable yet but > should be soon. > > One problem I'm having are these nasty

[Boost-cmake] popups on windows

2008-06-16 Thread troy d. straszheim
I've made some progress here, have managed to get vista and XP posting build results to http://boost.resophonic.com/trac/traash. It isn't stable yet but should be soon. One problem I'm having are these nasty popups on e.g. run-fail tests, where the test program is supposed to dump core or what