[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: [Patch] Allow x64 compilation on windows

From: Bert Huijben <bert_at_vmoo.com>
Date: 2007-09-29 22:53:14 CEST

> -----Original Message-----
> From: D.J. Heap [mailto:djheap@gmail.com]
> Sent: zaterdag 29 september 2007 17:41
> To: Bert Huijben
> Cc: dev@subversion.tigris.org
> Subject: Re: [Patch] Allow x64 compilation on windows
>
> On 9/28/07, D.J. Heap <djheap@gmail.com> wrote:
> [snip]
> >
> > I'll try to get setup to build and test this over the weekend -- if I
> > don't see any issues and no one objects, I'll commit it in a few days.
>
>
> There is one issue that I think needs to be fixed -- the final
> binaries are being put in x64\Release rather than just Release which
> means the tests can't find them. Putting them back manually let me
> run the tests to completion.

I fixed this issue in the attached patch.

(In my own subversion build for Sharpsvn I had used a similar patch which
moved the intermediate files also to an x64 subdirectory to build x64 and
win32 versions in the same working copy; but I forgot about the test
framework requirements.)

> Can you tweak the patch to keep the binaries in the Release
> subdirectory so the tests can find them?

The attached patch removes the following block from the previous patch (and
is now against trunk@ 26851 instead of trunk@26726)

--- build/generator/vcnet_vcproj.ezt (revision 26726)
+++ build/generator/vcnet_vcproj.ezt (working copy)
@@ -10,7 +10,7 @@
         <Configurations>
 [for platforms][for configs] <Configuration
                         Name="[configs.name]|[platforms]"
-
OutputDirectory="..\..\..\[configs.name]\[target.output_dir]"
+ OutputDirectory="..\..\..\[is platforms
"Win32"][else][platforms]\[end][configs.name]\[target.output_dir]"
 
IntermediateDirectory="..\..\..\[configs.name]\[target.intermediate_dir]"
                         ConfigurationType="[target_type]"[is configs.name
"Release"]
                         WholeProgramOptimization="FALSE"[end]>

        Bert

>
> Thanks!
>
> DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Sat Sep 29 22:53:29 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.