logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: Workspace build Apache 2.4 in VS16
Author
Enchanter



Joined: 06 Aug 2019
Posts: 2

PostPosted: Tue 06 Aug '19 11:16    Post subject: Reply with quote

You was able to build Apache 2.4 in VS16?
Do you only use the commandline build or is a workspace *dsw for VS2019 available anywhere?
I try to use the IDE but VS2019 is not able to convert the *.dsp files.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Tue 06 Aug '19 16:04    Post subject: Reply with quote

A long while ago I did this (see the code section)

sure the trick is using lineends.pl
and cvtdsp.pl

Code:

unpack httpd-2.4.3.tar.gz to C:\build\2.4.3
unpack httpd-2.4.3-deps.tar.gz to C:\build\2.4.3
unpack apr-iconv-1.2.1.tar.gz to C:\build\2.4.3\srclib\apr-iconv
unpack openssl-1.0.1c.tar.gz and C:\build\2.4.3\srclib\openssl
unpack zlib-1.2.7.tar.gz C:\build\2.4.3\srclib\zlib
unpack pcre-8.20.zip C:\build\2.4.3\srclib\pcre


command line
cd C:\build\2.4.3
srclib\apr\build\lineends.pl
srclib\apr\build\cvtdsp.pl -2005


cd srclib\zlib
nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF -I." OBJA="inffas32.obj match686.obj"
MT -manifest zlib1.dll.manifest -outputresource:zlib1.dll;2

cd ..\..\srclib\openssl
perl Configure VC-WIN32 --prefix=/Apache24 --openssldir=/Apache24/conf disable-idea
ms\do_nasm
nmake /f ms\ntdll.mak


Open Apache.dsw with VS8/VS9 and answer "Yes to All" to the "convert projects" question
Select relase win32

Now build InstallBin
Back to top
Enchanter



Joined: 06 Aug 2019
Posts: 2

PostPosted: Tue 06 Aug '19 18:06    Post subject: Reply with quote

Got it, thx for the overview.
I missed cvtdsp.pl and had probs with apr.
Youre landet here? RTFM hard and often! Try and error with this overview. Wink
Back to top


Reply to topic   Topic: Workspace build Apache 2.4 in VS16 View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads