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: Trying to compile source code of Apache 2.4.41 ?
Author
ghjayanth



Joined: 05 Sep 2019
Posts: 1
Location: Bangalore, India

PostPosted: Thu 05 Sep '19 14:31    Post subject: Failed to load Apache v2.4.41 projects Reply with quote

Dear All,

I am trying to compile source code of Apache 2.4.41 on my windows x64 machine using VS2015. Unfortunately I am getting an error saying "Cannot load the project due to a corrupt project file".

I have compiled and used the following dependencies:
apr-1.7.0
apr-util-1.6.1
apr-iconv-1.2.2
zlib-1.2.11
libxml2-v2.9.9
lua-5.3.5
nghttp2-1.39.2
libexpat-R_2_2_7
openssl-1.1.1c
pcre-8.43

All the above compiled dependencies are placed under "httpd-2.4.41\srclib" except libexpat. I have placed libexpat under "httpd-2.4.41\srclib\apr-util\xml"

After compiling the above dependencies, I ran "httpd-2.4.41\srclib\apr\build\lineends.pl" and "httpd-2.4.41\srclib\apr\build\cvtdsp.pl -5" commands in windows command prompt (Latest version of PERL is installed).

After this, I am trying to open the "httpd-2.4.41\Apache.dsw" project in VS2008 which is leading me to "Cannot load the project due to a corrupt project file" error.
VS2008 is used to convert .dsw to solution file.

Please help me in fixing the issue. [/url]
Back to top
James Blond
Moderator


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

PostPosted: Thu 05 Sep '19 15:34    Post subject: Reply with quote

You need to convert the project files for that see https://www.apachelounge.com/viewtopic.php?t=8330

also what might help is https://www.apachelounge.com/viewtopic.php?t=6462

If you still have a question ask again
Back to top


Reply to topic   Topic: Trying to compile source code of Apache 2.4.41 ? View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads