I get the following error when building the current kdelibs: Linking CXX shared module ../../bin/kcm_crypto.dll Cannot export ⌂SSLEAY32_NULL_THUNK_DATA: symbol not found The problem is that there cmake uses the wrong debug version of the 'ssleay32.dll.a' - which should be the file itself. cmake instead uses 'ssleay32MDd.lib' which is definitely wrong. The workaround is to just copy the ssleay32.dll.a and rename the copy to 'ssleay32d.dll.a'. I don't know how this behaviour should be changed - either by adding a second file into the packages or by changing cmakes behaviour. (this is just to make this searchable with google) SE _______________________________________________ Kde-windows mailing list Kde-windows@kde.org https://mail.kde.org/mailman/listinfo/kde-windows