Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: Compile an 1.3.x version of apache under windows xp |
|
Author |
|
phate867
Joined: 10 Apr 2013 Posts: 5 Location: IT
|
Posted: Wed 10 Apr '13 11:39 Post subject: Compile an 1.3.x version of apache under windows xp |
|
|
Hello,
for study purposes I need to compile this old version of apache.
Problem is that documentation refer to vc6 version of visual c++, which has been discontinued and is not downloadable anymore.
I tried to compile with visual studio 2005 on but I just can't open the project as it gives me an error.
I tried though command line too but it just doesn't work either.
I looked at this post http://www.apachelounge.com/viewtopic.php?t=5002 and suggested links, but I think they refer to newer 2.x versions...indeed I block already at:
Quote: | ...
now open a command line from VC
Code: | cd \build\2.3.16-beta
srclib\apr\build\lineends.pl |
|
I don't even have a lineedns.pl file!
Do you have any good guide or tutorial to achieve this task?
If you need further information about errors just ask. Thank you so much in advance! |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Wed 10 Apr '13 20:25 Post subject: |
|
|
It looks like the last version that will build from the command line would be 1.3.27, the last -win32 source version I see in the archives ... exporting from svn won't help either.
So lineends:
http://svn.apache.org/viewvc/apr/apr/trunk/build/lineends.pl?view=co
If when building you get RC errors, you'll need to delete the .sln & all .vcproj files and run cvtdsp
cvtdsp.pl -2005 the re-import/convert.
http://svn.apache.org/viewvc/apr/apr/trunk/build/cvtdsp.pl?view=co
run them both from the top source directory
c:\apache_1.3.x\
There's still no guarantee it will build on the newer vc versions ... it should but I've never done it. |
|
Back to top |
|
phate867
Joined: 10 Apr 2013 Posts: 5 Location: IT
|
Posted: Thu 11 Apr '13 23:08 Post subject: |
|
|
I managed to find a vc++ 6 version, I compiled with it and just went fine thanks anyway! |
|
Back to top |
|
|
|
|
|
|