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?
>
> Dennis
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Lmuse-developer mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/lmuse-developer
--
Regards,
Andrew
------------------------------------------------------------------------------
_______________________________________________
Lmuse-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lmuse-developer