Am 6/28/2010 10:38 PM, schrieb Daniel Shahaf:
[...]
Wow.
NICE.
You're the first person I know of to be able to build Subversion on
Windows without fighting with it for days/weeks before... (and you even
have a working debug environment)
How did you do that?
If I had known this, I hadn't tried. Well, it was quite some fight, and
I don't remember all the gory details.
I remember that I had to add a lot of library paths and lib-files to the
projects manually and that it somehow helped
to use the static libraries wherever available. After grep-ing for a
while to find all object and lib files which
could resolve all those unresolved symbols, I still got a problem with
_inflate_fast from zlib. I built zlib again
this time using masm and finally I could link svn.exe (didn't try to
build any other executable).
In the debugger I had to learn that the command parameters I specified
were not passed to the program, so I replaced
argc/argv with self-defined variables containing the right stuff.
[...]
Firstly, could you please file an issue in our tracker, so we don't
forget it?
I did not know the correct initial assignee, so I just assigned it to
you - #3666
Secondly, could you share a script that produces your example
repository? (it's easier for us to consume that way)
I'm not familiar with your issue tracker, so it's inline, not an
attachment. Sorry.
If you'd like to write a patch for this, you're more than welcome to
do so. Our patch guidelines are here:
http://subversion.apache.org/docs/community-guide/general.html#patches
Not sure how to deal with this problem, see the issue...
Bye
Patrick