On 10.03.2011 14:13, Albrecht Schlosser wrote: >> 1>c1 : fatal error C1083: Cannot open source file: >> '..\..\zlib\gzio.c': No >> such file or directory >> 8>LINK : fatal error LNK1181: cannot open input file > > This one is the culprit. Sorry, the current snapshot(s) don't have > working VisualC project files. You can use one from before Feb. 27, 2011 > (the trailing number should be < 8481), or try this: > > Note: I don't have VS2010 available here, so this is off the top of my > head, and you should adjust it as needed. > > Open the zlib project, and in this project...
The zlib project is called "fltkzlib" in the VisualC2010 project. > - remove gzio.c > - add gzclose.c, gzlib.c, gzread.c, gzwrite.c, infback.c > > Then try again. Tried it myself, and it works as expected. > ... This will be fixed in one > of the next snapshots (but maybe not yet tomorrow). Well, it *is* fixed now in the subversion repository, and it *will* be in the next snapshot in a few hours. :-) Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

