I am trying to build Subversion from source code. I am done Configuring subversion using this command.
C:\SVN\src-trunk>gen-make.py -t vcproj --vsnet-version=2008 --with-berkeley-db=C
:\SVN\bdb --with-httpd=C:\SVN\httpd-2.2.16 --with-neon=C:\SVN\Neon --with-serf=C
:\SVN\serf --with-sqlite=C:\SVN\sqlite\sqlite-amalgamation-3080402 --with-zlib=C
:\SVN\zlib --with-openssl=C:\SVN\openssl-0.9.8s
This command has created a subversion_vcnet.sln also. Now i am trying to build this sln project using this command.
C:\SVN\src-trunk>msbuild subversion_vcnet.sln /t:__ALL_TESTS__ /p:Configuration=
Release
This command gives me following error:
LINK : fatal error LNK1181: cannot open input file 'zlib.lib'
How to solve this error?