Re: [LAD] Autotools and missing headers.

From: Gabriel M. Beddingfield <gabriel@email-addr-hidden>
Date: Sat Jun 20 2009 - 05:41:00 EEST

Hi Uli,

Ulrich Lorenz Schlüter wrote:
> thats not what I wanted but I'll make my mind up.

g++ can't find your headers (e.g. lv2_uri_map.h, lv2_saverestore.h, etc.).
Where are they installed? It would help if we could see what the g++ command
looked like when `make` ran it. That way we can see which -I and -D flags were set.

These lines are supposed to set up all your flags so that all the headers and
libraries are found:

     PKG_CHECK_MODULES(LV2CORE, lv2core, ,[AC_MSG_ERROR(Can't find liblv2core)])
     PKG_CHECK_MODULES(LV2_PLUGIN, lv2-plugin, ,[AC_MSG_ERROR(Can't find
liblv2-plugin)])

It appears that something with the lv2-plugin line is failing.

HTH,
Gabriel

_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev
Received on Sat Jun 20 08:15:02 2009

This archive was generated by hypermail 2.1.8 : Sat Jun 20 2009 - 08:15:02 EEST