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=26517>. 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]
