Re: g_assertions

2008-09-22 Thread John Emmas
"glibmm\"" So, probably not a problem with Cygwin. More likely a problem with Code::Blocks. I probably need to flag it up to them. Thanks again, John - Original Message - From: "Dave Korn" Sent: 22 September 2008 13:39 Subject: RE: g_assertions John Emmas

RE: g_assertions

2008-09-22 Thread Dave Korn
John Emmas wrote on 22 September 2008 13:55: > Thanks Phil, > > That sounds very plausible but I'm not sure it's right in this case. I'm pretty sure of it. The only thing that can cause that compiler error is characters between the backslash and the newline. > I > only have 2 copies of gli

RE: g_assertions

2008-09-22 Thread Phil Betts
John Emmas wrote on Monday, September 22, 2008 11:09 AM:: > Hi - I hope this is an appropriate place to ask this question. I'm > just starting to use Cygwin. Firstly, the Cygwin web site says that > the current version is 1.5.25-15 but my install log says that it > installed 2.573.2.3 so I'm a b

Re: g_assertions

2008-09-22 Thread John Emmas
Here's a simple example that fails to compile:- #include void my_func () { int x = 3; g_assert (x); } Can anyone reproduce this problem? Or am I missing something obvious? Thanks, John - Original Message - From: "John Emmas" Sent: 22 September 2008 10:08 Subject: g_asser