Closed davidchisnall closed 8 years ago
The ${var} is valid pkg-config syntax, but the @var@ is not. I had LIBXO_var in places instead of XO_var. These are now fixed; also added -I and -L where missing. Fix is in 'develop' and will be in the next release.
Thanks, Phil
When configuring with a non-default prefix, the package-config file is not correctly set up (it retains a load of
${}
and@...@
values, and therpath
for thexo
binary is set so that it can't find the shared library (it looks in/usr/local/lib
).