On 03/31/2012 07:00 PM, David C. Rankin wrote:
Is there a problem with:
amarok/amarok/src/mediadevice/riokarma/CMakeLists.txt
##### libamarok_riokarma-mediadevice (module) ###
tde_add_kpart( libamarok_riokarma-mediadevice AUTOMOC SOURCES riokarmamediadevice.cpp LINK amarok-shared ${KARMA_LIBRARIES} DESTINATION ${PLUGIN_INSTALL_DIR}
not finding ${KARMA_LIBRARIES}?
It looks like it is in amarok/amarok/src/mediadevice/riokarma/ConfigureChecks.cmake:
# libkarma pkg_search_module( KARMA karma-sharp ) if( NOT KARMA_FOUND ) tde_message_fatal( "libkarma is required, but was not found on your system" ) endif( )
but the CMake check is still failing??
Messages crossed in main.. I'll try comment and report back...