On 7 January 2016 at 17:04, Andrew Deryabin wrote: > > > 08.01.2016 01:59, Dennis Schulmeister пишет: >> Hi guys, >> >> Another tiny thing, maybe you already now this. When I tried to compile >> MusE on my Fedora 23 box the cmake file couldn't detect ladspa.h though >> it was installed. It seems that the ladspa package on Fedora doesn't >> install a *.pc file which makes the cmake built in test fail. >> >> I'm not sure how to deal with this correctly. I just commented the >> check and happily compiled. :-) > It's strange, because ladspa never had .pc file. Only header was > provided. And cmake searches for it in default compiler include paths. > Here is the code: > > CHECK_INCLUDE_FILE(ladspa.h HAVE_LADSPA_H) > if(NOT HAVE_LADSPA_H) > message(FATAL_ERROR "** ERROR: header file ladspa.h is required, > but was not found.") > endif(NOT HAVE_LADSPA_H) > > Is this error you are getting? If so, then can you post the path where > ladspa.h is installed on fedora? >
Hello everyone. Happy new year! I would be really surprised if the cmake stops detecting ladspa.h on Fedora. I'll give it a shot. Back in the day when I was developing for Muse, I remember writing Muse's cmake files mainly on Fedora, and I was also the Fedora package maintainer for Muse (hmm I think I still am). Sounds interesting. It could be some missing build dependency (some cmake subpackage or something), Cheers, Orcan ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 _______________________________________________ Lmuse-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lmuse-developer
