> Compiling editor.cxx... > editor.cxx:58: error: `FL_PATH_MAX' was not declared in this scope > editor.cxx:59: error: `FL_PATH_MAX' was not declared in this scope > editor.cxx: In function `void load_file(const char*, int)': > editor.cxx:491: error: `filename' was not declared in this scope > editor.cxx:491: warning: unused variable 'filename' > (etc...)
The file has been changed to use FL_PATH_MAX rather than hard-coded lengths for strings, but was not including the necessary header <FL/filename.H> to get that to work. I suspect that on some hosts, <FL/filename.H> may be included indirectly via one of the other headers, but on WIN32 that was not working so I have included it explicitly. I don't *think* that will have any side effects.... Please test. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
