On Fri, 8 Jan 2016 02:04:00 +0400
Andrew Deryabin <[email protected]> wrote:

> It's strange, because ladspa never had .pc file. Only header was 
> provided. And cmake searches for it in default compiler include paths.

Makes sense.

> 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?

Yes.

> If so, then can you post the path
> where ladspa.h is installed on fedora?

/usr/include/ladspa.h

But never mind. Just tried again and now it is found ...

Dennis

------------------------------------------------------------------------------
_______________________________________________
Lmuse-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lmuse-developer

Reply via email to