orocos-bayesian-filtering icon indicating copy to clipboard operation
orocos-bayesian-filtering copied to clipboard

correct pkgconfig include directory?

Open josch opened this issue 6 years ago • 1 comments

Hi,

in the orocos-bfl.pc it says:

includedir=${prefix}/include

But with that value, the examples will not build outside of the source directory because they are not including the bfl component in the header include path. So my question is:

Is the source code shown in the example directory supposed to be real-world code examples?

If yes, they should either either:

  • add the bfl path component to the include path so that the example code better represents real-world usage examples of the orocos-bfl library or
  • the pkgconfig has to change to say: includedir=${prefix}/include/bfl

josch avatar Apr 02 '18 14:04 josch