You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2002/09/04 00:53:19 UTC

DO NOT REPLY [Bug 12279] New: - Makefiles contain tabs causing "commands commence" error

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12279

Makefiles contain tabs causing "commands commence" error

           Summary: Makefiles contain tabs causing "commands commence" error
           Product: Xerces-C++
           Version: 2.1.0
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: nmerritt@peregrine.com


Executing gmake after successful execution of runConfigure gives the error 
message "Makefile.incl:511: *** commands commence before first target.  Stop."
The cause is tab characters in Makefile.incl instead of blanks to indent some 
nested ifeq / else sequences.  A similar problem exists in 2.0 with the 
util/Makefile file. Removing the tabs causes the error 
message "Makefile.incl:577: *** missing `endif'.  Stop."  Removing all tabs and 
spaces in front of "ifeq" "else" and "endif" statements seems to fix the 
problem.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org