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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to