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: Building 2.2.7 tarball with VC6 ? |
|
Author |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Sun 06 Jan '08 21:22 Post subject: |
|
|
With the tarball from Apache, VC6 project files, workspace doesn't work. Acts like you never opened the file whenopening workspace file and project files say they were not created with Dev Studio. Was 2.2.6 the last for VC6? |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Sun 06 Jan '08 22:06 Post subject: |
|
|
It's a unix source, so you have run first "perl lineends.pl" in the toplevel of the source.
Steffen |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Sun 06 Jan '08 22:11 Post subject: |
|
|
gotcha and thanks
Gregg |
|
Back to top |
|
tdonovan Moderator
Joined: 17 Dec 2005 Posts: 611 Location: Milford, MA, USA
|
Posted: Mon 07 Jan '08 1:46 Post subject: |
|
|
Another way to do this is with the GNU zip and unzip utilities.
The commands to fix the line-endings in the .dsp project files are: Code: | zip.exe -R dsps.zip *.dsp
unzip.exe -a -o dsps.zip |
This way is only better when you retrieve the source code using Subversion from the Apache SVN repository.
In this case, lineends.pl clobbers the Subversion stuff because it converts everything, including the files Subversion needs to track changes.
Only the .dsp project files need to have their line-ends fixed. VC6 isn't fussy about the .c and .h files.
-tom- |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Wed 09 Jan '08 21:34 Post subject: |
|
|
And thanks again, I've used it on 2.3 dev as well. Works wonders.
Tom, I understand, but seems less work doing it Steffen's way and I just download tartballs mostly. SVN I'll save for a day in the future, though I understand the benefit of it. |
|
Back to top |
|
|
|
|
|
|