DO NOT REPLY [Bug 26517] - Compilation of jsvc fails, missing ; in home.c

2004-02-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=26517

Compilation of jsvc fails, missing ; in home.c

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From [EMAIL PROTECTED]  2004-02-02 03:18 ---
I don't personally have access to RH 9, so I can't look to see how to remove 
the warning.  If you wanted to research this, and report back, I'd be much 
obliged :).

*** This bug has been marked as a duplicate of 26428 ***

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 26517] - Compilation of jsvc fails, missing ; in home.c

2004-01-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=26517

Compilation of jsvc fails, missing ; in home.c





--- Additional Comments From [EMAIL PROTECTED]  2004-01-30 20:25 ---
Just to elaborate, as I ran into this 'make' error as well, while setting up
Tomcat (on Redhat Linux 9).  And after adding the semicolon I get the home.o
output file successfully.
Line 110 is part of the parse() function in home.c
static bool parse(home_data *data) {
...

if(sp != NULL)
*sp = '\0'; /* Semicolon added on line 110 :-) */
}
Now the next, perhaps separate bug, is that I get a compile error in the java.c
source file when I attempt to finish the make.  Here is the error in the output
gcc -g -O2 -DCPU=\"i386\" -DOS_LINUX -DDSO_DLFCN
-I/usr/local/java/j2sdk_nb/j2sdk1.4.2/include
-I/usr/local/java/j2sdk_nb/j2sdk1.4.2/include/linux -Wall -Wstrict-prototypes -c
java.c -o java.o
java.c: In function `java_init':
java.c:156: warning: implicit declaration of function `dso_error'

Thanks,
Francis J. Wildhaber
[EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]