You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/07/31 10:57:41 UTC

DO NOT REPLY [Bug 35952] New: - compilation error - #endif without #if

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35952>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35952

           Summary: compilation error - #endif without #if
           Product: Apache httpd-2.0
           Version: 2.0.54
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: trivial
          Priority: P5
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: wim.torfs3@pandora.be


I do the following steps:

httpd-2.0.54# ./configure --enable-mods-shared=all
httpd-2.0.54# make

and the error message is the following:

exports.c:115:2: #endif without #if
make[2]: *** [eports.lo] Error1
make[2]: Leaving directory '<localdir>/httpd-2.0.54/server'

I checked the file server/exports.c 
and if you remove the #endif at line 115, then apache will complete its compilation.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org