google / open-vcdiff

An encoder/decoder for the VCDIFF (RFC3284) format
Apache License 2.0
187 stars 52 forks source link

Can't find zlib.h #35

Closed Steelskin closed 10 years ago

Steelskin commented 10 years ago

Original issue 35 created by jbeder on 2012-04-30T20:43:23.000Z:

What steps will reproduce the problem?

  1. Download open-vcdiff-0.8.3.tar.gz
  2. Open vsprojects/open-vcdiff.sln in Visual Studio 2010
  3. Allow it to upgrade the solution file
  4. Build all

What is the expected output? What do you see instead?

It can't find the header file zlib.h.

If you add, in each project, the include directory "../../src/zlib", then it builds correctly.

What version of the product are you using? On what operating system?

Open vcdiff 0.8.3 Visual Studio 2010 Windows 7 Please provide any additional information below.