cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Problem with Makefile. VC8

From: Karandeep Malik <karandeepmalik_at_gmail.com>
Date: Thu, 17 Apr 2008 15:07:00 +0530

On Thu, Apr 17, 2008 at 12:58 PM, Karandeep Malik
<karandeepmalik_at_gmail.com> wrote:
>
> On Wed, Apr 16, 2008 at 9:10 PM, Lars Nilsson <chamaeleon_at_gmail.com> wrote:
> >
> > On Wed, Apr 16, 2008 at 11:13 AM, Karandeep Malik
> > <karandeepmalik_at_gmail.com> wrote:
> > > I tried nmake with following command, to make a release dll with ssl,
> > > Windows SSPI and ZLIB.
> > >
> > > nmake /A /p /d /f Makefile.vc8 CFG=release-ssl-dll-zlib-dll
> > > Before doing so I did supply the openssl and zlib path
> > >
> > > And I got the following error:-
> > >
> > >
> > > Wed, Apr 16 2008 20:32:17 release-ssl-dll-zlib-dll
> > > release-ssl-dll-zlib-dll\base64.obj
> > > target does not exist
> > > Mon, Nov 05 2007 15:15:10 .\base64.c
> > > cl.exe /O2 /DNDEBUG /MD /DUSE_SSLEAY /I
> > > "D:/openssl/openssl-0.9.8g/inc32" /I
> > > "D:/openssl/openssl-0.9.8g/inc32/openssl" /DHAVE_ZLIB
> > > _H /DHAVE_ZLIB /DHAVE_LIBZ /I "D:/TOOLBOX/wnti32/zlib/1.2.3"
> > > /DCURL_STATICLIB /I. /I../include /nologo /W3 /EHsc /DWIN32 /FD /c
> > > /DBUILDING
> > > _LIBCURL /DUSE_WINDOWS_SSPI /I"C:\Program Files\Microsoft SDK"\include
> > > /Fo"release-ssl-dll-zlib-dll\base64.obj" .\base64.c
> > > NMAKE : fatal error U1077: 'C:\apps\MVS8\VC\bin\cl.exe' : return code
> > > '0xc0000135'
> > > Stop.
> > >
> > > Any ideas , what could be the problem ?/
> >
> > Did you invoke the nmake command from a regular command prompt, or the
> > VS2005 Command Prompt, which sets up additional paths required for
> > command line use of VC++?
> >
> > Lars Nilsson
> >
>
> I ran it from VS.NET2005 command prompt.
>

The ZLIB path that I had supplied was wrong earlier and there were
problems with my Visual studio Environment Variables. Reinstalling
VS.NET and specifying the right ZLIB source path and the right name of
ZLIB in Makefile, did the trick. Now, it runs absolutely fine. Well,
thanks for the help.
Received on 2008-04-17