Hi,
Sorry for writing a bug report here, but you have disabled the SF ticketing system...
There is a problem with the project() command used in the CMAKE files, especially when CMAKE > 3.0 is used project() CMP0048 policy
The second usage of the project() command if the -DBUILD_EXAMPLES=ON is used, removes any previous variable settings, thus at the end of the compilation libsoxr remains without a version (actually with version string "..") on the pkg-config level.
This way the configure scripts of the applications that use libsoxr and that utilize pkg-config, fail.....
Hi,
Sorry for writing a bug report here, but you have disabled the SF ticketing system...
There is a problem with the project() command used in the CMAKE files, especially when CMAKE > 3.0 is used project() CMP0048 policy
The second usage of the project() command if the -DBUILD_EXAMPLES=ON is used, removes any previous variable settings, thus at the end of the compilation libsoxr remains without a version (actually with version string "..") on the pkg-config level.
This way the configure scripts of the applications that use libsoxr and that utilize pkg-config, fail.....
I've reported this bug in the Gentoo bug #657300 reporting system where i proposed a patch....
Since I cannot attach files here, I am just pasting the patch's code... though I am sure you can find a better way to fix this...
Thanks for your attention