You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Brian Carr <br...@usa.net> on 1998/08/27 19:59:53 UTC

general/2917: Conditional compiles do not work under OS/2 if DEBUG_INCLUDE_CMD is set

>Number:         2917
>Category:       general
>Synopsis:       Conditional compiles do not work under OS/2 if DEBUG_INCLUDE_CMD is set
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Thu Aug 27 11:00:00 PDT 1998
>Last-Modified:
>Originator:     brian_carr@usa.net
>Organization:
apache
>Release:        1.31
>Environment:
OS/2 with GCC and EMX installed
>Description:
The conditional compiles are not quite right if DEBUG_INCLUDE_CMD
is set.  In particular, the FILE *dbg is defined twice and causes
the compile to fail.  I would be happy to send a fixed file though
such a minor change is hardly worth sending.
>How-To-Repeat:
Compile with __EMX__ flag set.
>Fix:
Move the 1st FILE *dbg to after the #else for __EMX__ test
and move the print to after the first #endif.
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]