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: Open .sln in vs2008 gives files are corrupted
Author
sekhar484



Joined: 09 Nov 2011
Posts: 20

PostPosted: Tue 09 Apr '13 8:05    Post subject: httpd 2.4.4 compile problem in vs2008 Reply with quote

Hi,

I downloaded apache 2.4.4 sorce in windows7 and when i tried to open .sln in vs2008 it is giving that project files are corrupted..
can anyone tell me what is the problem.
Back to top
glsmith
Moderator


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

PostPosted: Tue 09 Apr '13 8:56    Post subject: Reply with quote

there is no .sln in the source, if you have one, start over by deleting it and all .vcproj files.

then at the command line
C:\build\httpd-2.4.4> srclib\apr\build\lineends.pl
C:\build\httpd-2.4.4> srclib\apr\build\cvtdsp.pl -2005
Back to top
sekhar484



Joined: 09 Nov 2011
Posts: 20

PostPosted: Thu 02 May '13 14:39    Post subject: Compiling Apache 2.4.4 Problem in vs2008 and windows7 Reply with quote

Hi i am getting error while building httpd-2.4.4 in vs2008. If any one faced this error and solved
can please tell me what is the problem and am i .


1. Downloaded httpd-2.4.4.tar.bz2 and extracted to httpd-2.4.4

2. I placed apr,aprutil,apriconv libraries and pcre binary in srclib folder

3. In Visual Studio 2008 Command Prompt:

"C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\vcvars32.bat"

cd C:\path\to\httpd-2.4.4

perl srclib\apr\build\lineends.pl

perl srclib\apr\build\cvtdsp.pl -2005


4. After that i opened Apache.dsw in visual studio 2008 and when i build libhttpd project or installBin Project
i am getting errors like..

Admin note:
Build log removed, see forum rules, use pastebin. The error line is sufficient:

...
...
LINK : fatal error LNK1181: cannot open input file 'Debug\buildmark.obj'
6>Build log was saved at "file://c:\Users\shekar.cheedella\Desktop\Apache 2.4.4 source\httpd-2.4.4-original\httpd-2.4.4\Release\BuildLog.htm"
6>libhttpd - 1 error(s), 8 warning(s)
========== Build: 5 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


5. Am i missing any steps can any one help me for successfull build.
Back to top


Reply to topic   Topic: Open .sln in vs2008 gives files are corrupted View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads