Hi, In Tigertree.c, I found the following syntax error, in an if-elif-else block:
"tigertree.c", line 89: warning: #elif must be followed by a constant expression --- tigertree.c Wed Jan 14 22:06:43 2004 +++ tigertree_orig.c Wed Jan 14 22:06:18 2004 @@ -86,7 +86,7 @@ # define USE_BIG_ENDIAN 1 #elif G_BYTE_ORDER == G_LITTLE_ENDIAN # define USE_LITTLE_ENDIAN 0 -#elif +#else #error Byteorder not supported! #endif Note that the final #elif in the block must be replaced with an #else. My compiler treated this as a warning, not a hard error, so I believe that it's not a critical problem, as the compiler is probably doing the right thing, even though the syntax is wrong. But it should be corrected in the next release if possible. Regards, --Carl __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Gtk-gnutella-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel
