Open GoogleCodeExporter opened 9 years ago
Yeah, I was aware of this issue. Maybe adding 'G' or something as the prefix
character
would solve this (e.g., GLOG(GERROR) << "foobar"). Of course, we would want to
make
this feature optional. This fix may take a while. For ERROR, if you are not
using GDI
actually, please define a C macro NOGDI for the meantime.
Thanks,
Original comment by shinichi...@gmail.com
on 7 Apr 2009 at 6:41
I use patch below to eliminate this error and on Windows you should include the
GLOG
library BEFORE any other library.
In my case I use the GLOG library after STL, but before boost.
Hope this helps
Original comment by lynxl...@gmail.com
on 13 Apr 2010 at 10:43
Attachments:
Yeah, I think this patch solves 80% of this issue. However, unfortunately, I
think
this patch won't work for some cases such as
int level = ERROR; // ERROR will be replaced by 0
LOG_AT_LEVEL(level) << "foobar";
Original comment by shinichi...@gmail.com
on 27 May 2010 at 1:40
Issue 33 has been merged into this issue.
Original comment by shinichi...@gmail.com
on 28 May 2010 at 3:23
Original issue reported on code.google.com by
picky...@gmail.com
on 2 Apr 2009 at 12:34