DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR Pending] Link: http://www.fltk.org/str.php?L2521 Version: 1.3.0 Fix Version: 1.3-current (r8298) Brian, thanks for testing again. svn r8304 had already all fixes from the latest zip file and some more. You shouldn't have overwritten this with the zip file to test it :-( Anyway, I applied your change regarding fltkdlld.dll. I also changed it in Greg's postbuild instructions. This is in svn r8307. In r8308 I removed lots of (obviously pre-generated) dependencies from fltkdll.dsp. We didn't have them in our previous versions, and I *hope* that this will fix your "X11" warnings. It looks as if VC6 tries to verify/generate dependencies in this step, and maybe it is confused by the included dependencies - but maybe not... Could you please check r 8308 (or later) if this works for you? To do that, you should run from the FLTK root dir: svn revert -R . (note the trailing dot '.') svn up The former resets all local changes, the latter updates your working copy to the latest svn rev. Please do a "clean solution" before you start another "build solution". If this doesn't work better, you could also try r8307 (go back one rev.). You can do this with svn up -r8307 If you still get the warnings, maybe a fresh checkout could help. Note that you can select a specific revision, e.g. 8307 by using "-r n" with svn co as well: svn co <URL> -r 8307 path Note that (MinGW) 'make clean' or 'make distclean' doesn't remove all VisualC intermediate files. TIA, Albrecht Link: http://www.fltk.org/str.php?L2521 Version: 1.3.0 Fix Version: 1.3-current (r8298) _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
