Re: Extremely long build times



Nikos Bakolas escribió:
Brian Moelk wrote:
Or another typical culprit: anti-virus software.

We did all test builds on a machine without anti-virus software. We have even uninstalled the Tortoise SVN client, in case that was the cause of our problem.

Regards,
Nikos & Stavros
Check about your PLATFORM environment variable, in Delphi 2007 MS Build is used, I use a Media Center edition, and that variable is defined by default as "MCD" and you can find things like this on the .droj files

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<Version>7.0</Version>
<DCC_Define>DEBUG</DCC_Define>
<DCC_MapFile>3</DCC_MapFile>
</PropertyGroup>

It seems AnyCPU doesn't include MCD, so check for your value, in my system, setting PLATFORM to AnyCPU fixed the problem, the compilation was really, really slow and now everything works well.

I hope it helps.

Regards
--
José León
qadram software
VCL for PHP opensource project
http://www.qadram.com/vcl4php
C/Juan Ramón Jiménez, 15 Entlo. 2
03203 Elche ALICANTE (SPAIN)
T: +34 965 45 48 48
F: +34 965 45 48 48
M: +34 618 28 13 69
http://www.qadram.com
.