Closed udgover closed 8 years ago
You'll have to wait until the code migration is done, also it is not recommended to "live on HEAD" unless you're actively developing libpff. Also see: https://github.com/libyal/libpff/wiki/Building#read-first.
Thanks for your quick reply, as always!
I know that I shouldn't "live on HEAD" but since there is no source distribution package in downloads and package for libpff in all Debian based distribution are from 2012, I have to build packages directly from your github repository.
Anyway, if others packagers are dealing with the same issues, I temporary fixed the problem until your code migration by resetting to first commit before 2016-11-01 just after the git clone command in synclibs.sh thiw way:
cd ${LOCAL_LIB}-$$
git reset --hard `git rev-list -n 1 --before="2016-11-01" master`
cd ..
Looking forward to downloading your new release ;)
Looking forward to downloading your new release ;)
I see, working on it when time permits.
Since yesterday, it is impossible to compile libpff (and should be the same for most of libyal libraries). I did the usual following steps:
./synclibs.sh ./autogen.sh ./configure make
and I'm getting the following errors:
libcerror_error.c:24:27: fatal error: narrow_string.h: No such file or directory
include
After digging a bit, I found you committed yesterday the following includes in libcerror_error.c