I found a patch for iconv at Apache :: VC11 iconv LNK2011 errors
Apache :: VC11 iconv LNK2011 errors
To get iconv build change the following two lines in
srclib\apr-iconv\build\modules.mk.win : $(SILENT)cl $(ALL_CFLAGS) /Fo$*.obj
/Yciconv.h /c $*.c To: $(SILENT)cl $(ALL_CFLAGS) /Fo$
No. I cleanup the solution before building with Visual Studio 2013 and I still
see the same errors.
The additional error that I get is:
3)
Creating library ..\Release\iconv\adobe-stdenc.lib and object
..\Release\iconv\adobe-stdenc.exp^M
adobe-stdenc.obj : error LNK2011: precompiled object not li
Let me try that.
BTW, I have also used the new sources httpd-2.4.10, converted the project in
VS2013 and built it and I see the same errors. I have built latest pcre, apr,
apr-iconv, apr-util, openssl.
Sandeep.
On Thursday, July 24, 2014 5:05 PM, Hendrik Schmieder
wrote:
Sandeep Thakk
Sandeep Thakkar schrieb:
Hi
I could successfully built httpd-2.4.7 on WIndows 7 32bit with Visual
Studio 2010 with the help of few thread in mailing lists. But, now, we
want to build it on another Windows 7 32bit machine, where we have
Visual STudio 2013 installed. Hence. I just opened Apache.sl
Hi
I could successfully built httpd-2.4.7 on WIndows 7 32bit with Visual Studio
2010 with the help of few thread in mailing lists. But, now, we want to build
it on another Windows 7 32bit machine, where we have Visual STudio 2013
installed. Hence. I just opened Apache.sln in VS2013, let the con