Displaying 2 results from an estimated 2 matches for "libhivex_la".
2013 Oct 16
2
[Hivex] OS X and iconv
...ly linked shared library i386
libiconv.dylib (for architecture ppc): Mach-O dynamically linked shared library ppc
Make complains, though it could stand to complain with more violence to the build:
[snip]
Making all in tools
make[3]: Nothing to be done for `all'.
CC libhivex_la-handle.lo
CC libhivex_la-node.lo
CC libhivex_la-offset-list.lo
CC libhivex_la-utf16.lo
CC libhivex_la-util.lo
CC libhivex_la-value.lo
CC libhivex_la-visit.lo
CC libhivex_la-write.lo
CCLD libhivex.la
ld...
2019 Jul 21
2
Missing hivex.h error when compiling on macOS 10.14 (Mojave)
.../Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(xsize.o) has no symbols
Making all in generator
make[2]: Nothing to be done for `all'.
Making all in lib
Making all in tools
make[3]: Nothing to be done for `all'.
CC libhivex_la-handle.lo
handle.c:47:10: fatal error: 'hivex.h' file not found
#include "hivex.h"
^~~~~~~~~
1 error generated.
make[3]: *** [libhivex_la-handle.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
mdscentral-6:hive...