You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2004/02/13 13:18:45 UTC

DO NOT REPLY [Bug 26909] New: - Parse error detected when building the jsvc service.

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=26909>.
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=26909

Parse error detected when building the jsvc service.

           Summary: Parse error detected when building the jsvc service.
           Product: Tomcat 5
           Version: 5.0.18
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: carlos.moscat@thales-is.com


I have downloaded the Apache Tomcat 5 for Linux from the Apache official site.

Following the installation instructions I was trying to build the jsvc service
when I got a parse error from the make command:

...
home.c: In function 'parse':
home.c:113: error: parse error before "if"
...

Revising the source code from the home.c file, I have detected the missing of a
';' in the 110 code line.
The wrong previous line reads

	*sp = '\0'

and must read

	*sp = '\0';

Once the code is corrected, the compilation ends with success.

Regards,
CarlosF.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org