Simson L. Garfinkel
Simson L. Garfinkel
> also if you only need the library for cross-compilation why not use `make lib` instead of building everything ? Didn’t know it was an option.
@joachimmetz - what is the `make install` target to install just the library? Otherwise `make install` will cause everything to be made.
I have a PR that I think will build win32 with libewf, but the VM I was running it on wasn’t large enough, so I am still testing. https://github.com/simsong/bulk_extractor/pull/386
Okay, I was able to test #386 and it has a problem: ``` x86_64-w64-mingw32-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../src/be20_api -DUNICODE -D_UNICODE -D__MSVCRT_VERSION__=0x0601 -DWINVER=0x0500 -D_WIN32_WINNT=0x0500 -g --static -DUTC_OFFSET=+0000 -g -static-libstdc++...
Okay, https://github.com/simsong/bulk_extractor/pull/386 now compiles and runs. However, the `test_be.exe` does not run under wine because of a pathname issue. Working on it.
@jonstewart - does this matter anymore?
Closing this, as 2.0 has pretty good unicode support at this point. Adding Lightgrep would be better, if Lightgrep is still operaitonal.
I don't think that this is an issue.
"If it aint broke, don't fix it." It seems to be working, so let's just leave it.