> -----Original Message-----
> From: Johan Corveleyn [mailto:[email protected]]
> Sent: dinsdag 10 april 2012 14:22
> To: Daniel Shahaf
> Cc: Bert Huijben; Subversion Development
> Subject: Re: build probs on Windows with release build and conditionally
>
> But, but ... I re-run gen-make.py pretty often (especially after I've
> not built it for a while), so I certainly did in this case. Or do I
> need to manually "clean" something before rerunning gen-make.py?
>
> Bert, does the windows ra buildbot do a release build? The problem is
> only for release builds, not for debug builds, as I mentioned in my
> first post. The debug build works fine here.
The ra bot uses a release build with shared libraries
> Another possible difference: maybe the windows buildbot uses
> --disable-shared? I don't. I'll give it a try to see if that makes a
> difference.
And the local bot uses --disable-shared.
So yes, that would explain it.
Bert