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: Compiling Apache HTTP Server with Visual Studio 2010
Author
kev670



Joined: 13 Mar 2014
Posts: 3
Location: Ireland, Cork

PostPosted: Thu 13 Mar '14 13:54    Post subject: Compiling Apache HTTP Server with Visual Studio 2010 Reply with quote

I want to build Apache in Visual Studio 2010 on Windows 7, but I am having trouble even opening the project. I'm running windows 7 and downloaded the Apache source code for version 2.2.26 from http://httpd.apache.org/download.cgi#apache22

When i unzip the contents there is a file, Apache.dsp which launches Visual Studio, but instead of opening the different projects I get an error. It first says it needs to convert the project for this version of Visual studio, but then I get an error "cannot load the project due to a corrupt project file"

Since then I've tried visual studio 2008 and 2006 c++ express edition's and a different computer, all of which give me the same error when I try to open the project. Has anyone gotten Apache up and going in Visual studio 2010 on Windows 7 and if so could you share how you did it. I've searched for documentation, but can't seem to find any that solves my problem.

I've also read apache's own guide found here http://httpd.apache.org/docs/2.2/platform/win_compiling.html which didn't give me much help.

If this is impossible or not advisable could you suggest a different approach. Thank you.
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Thu 13 Mar '14 18:42    Post subject: Re: Compiling Apache HTTP Server with Visual Studio 2010 Reply with quote

kev670 wrote:
"cannot load the project due to a corrupt project file"


This happens when trying to build from unix source files. See the section about building from unix source files in the 2.4 guide

http://httpd.apache.org/docs/2.4/platform/win_compiling.html
Back to top
kev670



Joined: 13 Mar 2014
Posts: 3
Location: Ireland, Cork

PostPosted: Fri 14 Mar '14 1:32    Post subject: Reply with quote

Thanks very much for pointing that out... The aim of the project is to compile mod_shib into apache. How difficult do you think this will be? I don't have a lot of experience with apache in general, are there any resources you could point me to, thanks again for that post. I am going to try it over the weekend
Back to top


Reply to topic   Topic: Compiling Apache HTTP Server with Visual Studio 2010 View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads