Dister Kemp | 26 Oct 2007 16:21
Picon

Some build questions...


Hi team,

    I am trying to build Mahogany from source on a Windows XP with
MS Visual Studio 6 (yea I have to stick with it for other project reasons)
I looked at the trunk and found that the M has shifted to VS7 and above.

I would like to get this compiled under VS 6. So I gave prjconvertor
which converts .sln/.vcproj to .dsw/.dsp, a shot and it did create
.dsw/.dsp files but on trying to open them with Visual Studio 6,
VS cribbed saying M.dsp is corrupted and long story short, I was
unable to get the M project load.

So my question is, anybody out there who still maintain .dsw/.dsp
for M and if not, what would be the way forward here. I heard of manual
conversion of .sln/.vcproj to .dsw/.dsp. Would someone here throw
some light on the same?

Appreciate your help.
Thanks
Dister.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Mahogany-Developers mailing list
Mahogany-Developers <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mahogany-developers
Vadim Zeitlin | 26 Oct 2007 17:59
Favicon

Re: Some build questions...

On Fri, 26 Oct 2007 19:51:20 +0530 Dister Kemp <dister.kemp <at> gmail.com> wrote:

DK>     I am trying to build Mahogany from source on a Windows XP with
DK> MS Visual Studio 6 (yea I have to stick with it for other project reasons)
DK> I looked at the trunk and found that the M has shifted to VS7 and above.

 Hello,

 Yes, and this happened quite some time ago so I'm afraid it might require
some effort to make it compile with VC6. Is there really no way for you to
use VC7 or maybe mingw32/cygwin?

DK> VS cribbed saying M.dsp is corrupted and long story short, I was
DK> unable to get the M project load.

 Could it be just the EOL problem again? Check that the .dsp file has DOS
line terminations ("\r\n").

DK> So my question is, anybody out there who still maintain .dsw/.dsp
DK> for M and if not, what would be the way forward here.

 Maybe the conversion doesn't work because of the custom build steps. You
could try removing them and trying again.

 Otherwise the only solution I see is to take the latest M.dsp from the
svn, do a diff for M.vcproj between then and now and manually apply it to
the .dsp file.

 Good luck (although it would be really good if you could avoid VC6
all together :-) and if you have any questions/problems, please don't
hesitate to ask here.
VZ

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

Gmane