Daniel Shahaf wrote:
> In the SASL source distribution, the libsasl.dll is found inside the 'lib'
> directory. So other people may have passing --with-sasl=path/to/sasl-src/,
> while you're passing the path to the installed SASL.
Ah, yes, I see. Actually, now that I'm reading your message, I remember
that I had the same issue with include. The installation places the
headers files in /include/sasl while the src ditribution keeps them in
include. Because I don't wanted to change the subversion source I just
moved the headers in the installation folder (and as result I never saw
a TSVN exclamation mark that I changed something in opposite to
win-test.py and so I forgot :(). Since make_gen.py is actually not very
consequent when setting up a windows environment (eg. http, apr, openssl
are source distributions while bdb, svn-intl are installation folders)
it wouldn't help much to apply my patch. I try to remember that
--with-sasl should point to the src distribution.
The nice way I guess would be to alter gen_make.py arguments to use
with-sasl-src, with-http-src etc. where it fits.
Regards,
jens
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-06-14 22:14:07 CEST