Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make dislocker fail on 10.9.5 #48

Closed
drento opened this issue Aug 21, 2015 · 2 comments
Closed

make dislocker fail on 10.9.5 #48

drento opened this issue Aug 21, 2015 · 2 comments

Comments

@drento
Copy link

drento commented Aug 21, 2015

clang -Wall -Werror -Wextra -Qunused-arguments -DPROGNAME="dislocker" -DVERSION="0.4.1" -D_FILE_OFFSET_BITS=64 -DAUTHOR=""Romain Coltel"" -D__OS="Darwin" -D__ARCH="x86_64" -D__ARCH_X86_64 -D__DARWIN -I. -I/usr/local/include -fstack-protector -fPIC -D_FORTIFY_SOURCE=2 -O1 -c -o dislocker.o dislocker.c
In file included from dislocker.c:28:
In file included from ./accesses/accesses.h:27:
In file included from ./dislocker.h:29:
./encommon.h:34:10: fatal error: 'polarssl/aes.h' file not found

include "polarssl/aes.h"

     ^

1 error generated.
make: *** [dislocker.o] Error 1

==> Downloading https://github.com/Aorimn/dislocker/archive/v0.4.tar.gz
Already downloaded: /Library/Caches/Homebrew/dislocker-0.4.0.tar.gz
==> make -C src

include "polarssl/aes.h"

     ^

1 error generated.
make: *** [dislocker.o] Error 1
make: *** Waiting for unfinished jobs....

I have to admit this is all very new to me, I have not used terminal much in Mac OS X. I need to be able to access a Bitlocker encrypted USB drive to alter a PDF file (legitimately with a password). I installed polarssl and homebrew.

@Aorimn
Copy link
Owner

Aorimn commented Oct 3, 2015

Hi, sorry for being this late.

Is the version from the develop branch working for you?

@Aorimn
Copy link
Owner

Aorimn commented Jan 3, 2016

FYI, the new released version should fix this issue.

@Aorimn Aorimn closed this as completed Jan 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants