Closed AlexP11223 closed 6 years ago
looks like one of the culprits is bzip2
LINK : fatal error LNK1181: cannot open input file 'C:\Users\Alex\Downloads\libewf-20171104\msvscpp\Release\bzip2.lib'
I'll have a look when time permits. In the mean time, where did you get the bzip2 source from?
also know you're trying to compile the experimental version
From http://www.bzip.org/downloads.html
There is bzip2.dll
in Release but no .lib
, and the error says that it expects .lib
... Maybe it was supposed to be built as static lib?
Looks like it works after I set it to lib
in bzip2
project settings.
Try https://github.com/joachimmetz/bzip2, I had to make some patches to the bzip2 code.
Also note that bz2 support is not fully implemented. If you're looking for a more stable version of libewf see https://github.com/libyal/libewf-legacy
I don't think I need bzip2, it's just required for libewf build, as I understood from the docs.
bzip2 is supported (in theory, still need to see a sample file) in EWF2. If you don't need it I opt to use libewf-legacy instead
Any bzip2 related build issue will be addressed as part of https://github.com/libyal/libewf/issues/40
I am trying to build
libewf-20171104
in VS 2013 but I get errors about missing.lib
files: