Displaying 3 results from an estimated 3 matches for "perhaph".
Did you mean:
perhaps
2019 Jul 22
0
Re: Missing hivex.h error when compiling on macOS 10.14 (Mojave)
...d and why it wasn't created?
lib/hivex.h is generated by the OCaml generator, see
generator/generator.ml. However, the files generated by that tool are
statically shipped in the release tarballs to avoid requiring OCaml to
build hivex.
It looks to me you are not building a release tarball -- perhaphs you
are building some autogenerated source tarball from github? If so,
do not use them.
--
Pino Toscano
2000 Oct 30
2
Minor fixes for openssh-SNAP-20001028
I've attached a patch for openssh-SNAP-20001028 which fixes the
following two problems:
1) I fixed fixpaths to complain instead of failing silently if it
can't write the output file.
2) I changed log-server.c to use av0 as the first argument to
openlog(). I also made sure it called openlog() before the TCP
wrapper stuff, because libwrap calls syslog() and winds up using
the
2019 Jul 21
2
Missing hivex.h error when compiling on macOS 10.14 (Mojave)
I am attempting to compile Hivex (v1.3.18) and am getting a "handle.c:47:10: fatal error: 'hivex.h' file not found" error. I see that hivex.h is not included in the source and I suspect it is created during the configure phase. Full build log below. Any ideas of how this file is created and why it wasn't created? I was able to compile it before on earlier versions of macOS