From kde-windows Mon Oct 15 21:26:26 2007 From: Saro Engels Date: Mon, 15 Oct 2007 21:26:26 +0000 To: kde-windows Subject: Error building kdelibs openssl Message-Id: <4713DB02.4060909 () gmx ! de> X-MARC-Message: https://marc.info/?l=kde-windows&m=119248363310566 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