Re: DEBUGGING guards in winsup/cygwin/exceptions.cc are missing

2004-02-08 Thread Christopher Faylor
On Sun, Feb 08, 2004 at 08:46:23PM -0500, Volker Quetschke wrote: >When compiling the cygwin dll from cvs, without --enable-debugging >the build fails in winsup/cygwin/exceptions.cc because console_printf >has no prototype defined without DEBUGGING set. Thanks for the heads up. I will check in a

DEBUGGING guards in winsup/cygwin/exceptions.cc are missing

2004-02-08 Thread Volker Quetschke
When compiling the cygwin dll from cvs, without --enable-debugging the build fails in winsup/cygwin/exceptions.cc because console_printf has no prototype defined without DEBUGGING set. Something like the following fixes this: diff -u -r1.201 exceptions.cc --- src/winsup/cygwin/exceptions.cc 8