DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2174 Version: 1.1.3 Commented out the #warning, and got these errors later on. Problem here is the native SGI 'c' compiler really is a c compiler in that '//' is not a valid commenting style. So I guess '.c' files, and the '.h' files they include, really need to follow c compiler conventions. Apparently this is a good reason to keep the ".H" vs ".h" naming conventions.. --- snip Compiling scandir.c... "flstring.h", line 60: warning(1014): extra text after expected end of preprocessing directive # endif // !__WATCOMC__ ^ "../FL/fl_utf8.h", line 1: error(1166): expected a declaration // "$Id: $" ^ "../FL/fl_utf8.h", line 6: warning(1012): parsing restarts here after previous syntax error // This library is free software; you can redistribute it and/or ^ --- snip Link: http://www.fltk.org/str.php?L2174 Version: 1.1.3 _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
