On 10.03.2011 13:15, asif saeed wrote:
> Hi,
>
> I am a newbie and trying to build the solution that comes bundled with the
> FLTK tar.gz file. Selecting the Build option does not build the solution and
> results in several errors which are given below:
>
> 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...
  - remove gzio.c
  - add gzclose.c, gzlib.c, gzread.c, gzwrite.c, infback.c

Then try again.

> I do appreciate any help in this respect.

HTH. Please report if this worked for you. This will be fixed in one
of the next snapshots (but maybe not yet tomorrow).

Albrecht
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to