> I done this and most of them compiled. But I still have 15 > that failed. Here is the entire list of errors:
Actually - most of those seem to be consequences of the first error, so I think you are pretty much there now. > 1>------ Build started: Project: pixmap_browser, > Configuration: Debug Win32 ------ > 2>------ Build started: Project: fluid, Configuration: Debug > Win32 ------ > 3>------ Build started: Project: sudoku, Configuration: Debug > Win32 ------ > 1>Linking... > 4>------ Build started: Project: file_chooser, Configuration: > Debug Win32 ------ > 3>Linking... > 2>Linking... > 4>Linking... > 1>fltkd.lib(Fl_Preferences.obj) : error LNK2019: unresolved > external symbol __imp__gethostn...@8 referenced in function > "public: static char const * __cdecl Yup... This is a bug in the version of Fl_Preferences.cxx that found it's way into that tarball. Either get the previous tarball, or edit Fl_Preferences.cxx and comment out all the lines that reference "gethostname" and rebuild. Not a correct fix, but good enough for now (you do not need that functionality anyway, and it will be fixed in the next tarball, I stongly hope!) -- Ian SELEX Galileo Ltd Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

