On 01/15/2014 08:41 PM, Darrell Anderson wrote:
but for some reason cmake doesn't find it. I'm too dense to find out where/why it isn't being use. Where do I look?
I vaguely recall encountering the same failure about tree.h. After I found the patches I previously attached I then was able to compile wv2.
Head to this URL:
http://snapshot.debian.org/package/wv2/0.4.2.dfsg.1-10/
Download the file in the first link, which is a tar.gz.
Open the tar.gz and notice the directory of patches. Use those patches to build wv2.
That should resolve wv2 concerns.
Darrell
Will do, I also just built it with:
cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_SKIP_RPATH=ON \ -DCMAKE_INSTALL_PREFIX=/usr \
-DLIBGSF_INCLUDE_DIR="/usr/include/libgsf-1;/usr/include/glib-2.0;/usr/lib/glib-2.0/include;/usr/include/libxml2"
So it is just a cmake screwup somewhere.....