rhubarbpieguy,
For a 0.67 poppler release after the cmake command has been run (I don't think it matters if the make step was later run and whether or not the build was actually successful, but you have to do the cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTESTDATADIR=$PWD/testfiles -DENABLE_XPDF_HEADERS=ON .. step) take a look at the resulting build/CMakeCache.txt file. Do you see any //usr directories mentioned in there? Can you post your CMakeCache.txt for us to look at, or email it to me, if you wish. Another thing to try (as above, do this after cmake was run, but you don't have to do the make step), after changing to the build dir (cd build), do a: find . -type f -print|sort|xargs grep //usr to search for all instances of //usr in files within the build directory. Mike -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
