On 03/31/2012 06:07 PM, David C. Rankin wrote:
On 03/31/2012 05:58 PM, Serghei Amelian wrote:
If i'm not wrong, mono provide dll files too. Seems that amarok use mono version of libkarma.
Your not -- I just found it:
http://bobcopeland.com/karma/banshee/
Good reference...
Build still fails with CMake error:
18:47 archangel:/dat_e/bld/libkarma> ls -l /usr/lib/karma-sharp/ total 12 -rwxr-xr-x 1 root root 8192 Mar 31 18:43 karma-sharp.dll -rwxr-xr-x 1 root root 79 Mar 31 18:43 karma-sharp.dll.config
18:47 archangel:/dat_e/bld/libkarma> pkg-config --libs karma-sharp -r:/usr/lib/karma-sharp/karma-sharp.dll
18:49 archangel:/dat_e/bld/libkarma> cat /usr/lib/karma-sharp/karma-sharp.dll.config <configuration> <dllmap dll="karma" target="libkarma.so.0" /> </configuration>
<snip> -- checking for one of the modules 'dbus-1' -- checking for one of the modules 'dbus-tqt' -- Looking for ifp.h -- Looking for ifp.h - found -- Looking for ifp_init in ifp -- Looking for ifp_init in ifp - found -- checking for one of the modules 'libusb' -- checking for one of the modules 'libnjb' -- checking for one of the modules 'libmtp' CMake Error at cmake/modules/TDEMacros.cmake:23 (message): #################################################
riokarma support is not buildable, it needs to link to karma-sharp.dll
################################################# Call Stack (most recent call first): amarok/src/mediadevice/riokarma/CMakeLists.txt:12 (tde_message_fatal)
What gives?