Hi,
> I tried to compile the Subcommander (1.2.2) and it
failed with the following
> errors:
> --------------
> subcommander.o(.text+0x7): In function `exit_ssl()':
>
/installs/subcommander-1.2.2/subcommander/subcommander.cpp:4
4: undefined
> reference to `EVP_cleanup'
>
subcommander.o(.text+0xd):/installs/subcommander-1.2.2/subco
mmander/subcommander.cpp:47:
> undefined reference to `ERR_free_strings'
>
> /usr/local/lib/libsvn_ra_dav-1.so: undefined reference
to `gss_import_name'
> /usr/local/lib/libsvn_ra_dav-1.so: undefined reference
to `gss_release_name'
> ....
> -----------
> etc.
>
> Any ideas what is missing?
Looks like it doesn't link with openssl.
The Quickest fix is to comment out the content of the
exit_ssl() function. It has no
practical use anyway. It's just a debugging help to remove
some noise when
looking for memory leaks.
> Thanks.
--
Martin
Subcommander 1.2.2, 2.0.0 Beta 1, http://subcommander.ti
gris.org
a cross platform Win32/Unix/MacOSX subversion GUI client
& diff/merge tool.
________________________________________________________
Bis 50 MB Dateianhänge? Kein Problem!
http://www.digitaledienste.web.de/freemail/club/lp/?lp=7
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe subcommander.tigris.org
For additional commands, e-mail: dev-help subcommander.tigris.org
|