libyal / libfvde

Library and tools to access FileVault Drive Encryption (FVDE) encrypted volumes
GNU Lesser General Public License v3.0
337 stars 33 forks source link

configure: error: conditional "HAVE_WINCRYPT" was never defined #18

Closed gregfreemyer closed 7 years ago

gregfreemyer commented 7 years ago

I'm trying to build libfvde inside the openSUSE build system. I suspect it is attempting to do a WIndows cross compile.

https://build.opensuse.org/package/show/home:gregfreemyer:Tools-for-forensic-boot-cd/libfvde

If you look at the build log you see the ./confgure process ends with:

[ 68s] checking for stdarg.h... (cached) yes [ 68s] checking for varargs.h... (cached) no [ 68s] checking that generated files are newer than configure... done [ 68s] configure: error: conditional "HAVE_WINCRYPT" was never defined. [ 68s] Usually this means the macro was only invoked conditionally. [ 68s] error: Bad exit status from /var/tmp/rpm-tmp.4S1VF9 (%build)

I'm attempting the very basic ./configure statement "./configure " and "./configure--disable-winapi"

Let me know if there is something I'm doing wrong.

Thanks

joachimmetz commented 7 years ago

I'll have a look when time permits.

joachimmetz commented 7 years ago

This is likely fixed by https://github.com/libyal/libfvde/commit/04e8b4c5e24af4468e0180cdf8d561aa3ed2d0f8

gregfreemyer commented 7 years ago

Indeed it is fixed.

Thanks

On Sun, Sep 18, 2016 at 6:15 AM, Joachim Metz notifications@github.com wrote:

This is likely fixed by 04e8b4c https://github.com/libyal/libfvde/commit/04e8b4c5e24af4468e0180cdf8d561aa3ed2d0f8

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/libyal/libfvde/issues/18#issuecomment-247839277, or mute the thread https://github.com/notifications/unsubscribe-auth/AA2m0RghqfUx2G6DXY1R9QsZX_avuFOOks5qrQ9HgaJpZM4J9TS4 .