On Friday 29 of May 2020 14:19:41 deloptes wrote:
Hi Slavek, you helped solving similar situation in tdelibs, perhaps you have some other great idea for following
When building amarok with -j4 it failed because not able to find amarokconfig.cpp (AFAIR)
Could be there some cmake magic you can apply?
regards
Hi deloptes,
I assume that amarokconfig.h is missing, not amarokconfig.cpp. I looked at the dependencies and at first glance I see the missing "DEPENDENCIES amarokcore-static" in amarok/src/engine/xine/CMakeLists.txt. You can add this dependency on your machine and check if the build will be ok?
Cheers