Andreas Pakulat schrieb:
> Hi,
> 
> I cannot build kdepimlibs here as it requires sasl2, but the binary
> package for that doesn't install any sasl2.lib file. Hence cmake doesn't
> find the sasl2 library. Are the sasl2-packages broken?
Yep, I think so.
As a fast workaround, do the following steps:
take the libsasl2.def from this mail and save it to \lib,
from your kdeenv go into \lib and call

lib /DEF:libsasl2.def /MACHINE:X86 /NAME:sasl2.dll /OUT:sasl2.lib

then the .lib should have been generated.
I will include it into the sasl package asap.
> 
> Andreas
> 
regards,
Patrick

LIBRARY sasl2.dll
EXPORTS
auxprop_plugin_info
getopt
getpass
getsubopt
optarg DATA
opterr DATA
optind DATA
prop_clear
prop_dispose
prop_dup
prop_erase
prop_format
prop_get
prop_getnames
prop_new
prop_request
prop_set
prop_setvals
sasl_auxprop_add_plugin
sasl_auxprop_getctx
sasl_auxprop_request
sasl_auxprop_store
sasl_canonuser_add_plugin
sasl_checkapop
sasl_checkpass
sasl_churn
sasl_client_add_plugin
sasl_client_init
sasl_client_new
sasl_client_plugin_info
sasl_client_start
sasl_client_step
sasl_decode
sasl_decode64
sasl_dispose
sasl_done
sasl_encode
sasl_encode64
sasl_encodev
sasl_erasebuffer
sasl_errdetail
sasl_errstring
sasl_getprop
sasl_global_listmech
sasl_global_utils DATA
sasl_idle
sasl_listmech
sasl_mkchal
sasl_rand
sasl_randcreate
sasl_randfree
sasl_randseed
sasl_server_add_plugin
sasl_server_init
sasl_server_new
sasl_server_plugin_info
sasl_server_start
sasl_server_step
sasl_set_alloc
sasl_set_mutex
sasl_set_path
sasl_seterror
sasl_setpass
sasl_setprop
sasl_user_exists
sasl_utf8verify
sasl_version
sasl_version_info
_______________________________________________
Kde-windows mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-windows

Reply via email to