jief666 / hdimount

Mount apple disk image (HFS, APFS, partitioned or not, compressed, encrypted) via Fuse
GNU General Public License v3.0
33 stars 2 forks source link

Currently able to compile? #2

Closed noperator closed 5 years ago

noperator commented 5 years ago

@jief666, are you currently able to get the wip branch to compile? I'm assuming fuse.cpp is the main executable. I'm attempting to compile on Linux x86_64 and am running into some dependency issues that make me wonder if it was intended for compilation on macOS, which doesn't make sense to me since the tool's purpose is to open encrypted sparsebundle files on Linux.

jief666 commented 5 years ago

I mostly compile on Os X, but yes, the target is Linux. Running on Os X allows me to mount disk images trough Os X at the same time and compare. I found quite a few bugs in Darling-dmg that way. It's perfectly possible that this branch doesn't compile. It's my work in progress branch and I focused more on bugs than cross compilation lately. I'm away with just a little laptop until the end of the month. I'll fix this then. You are welcome to post here and I'll try to help.

noperator commented 5 years ago

Thanks for clarifying. I'll wait until the end of the month. In the meantime, this solution is working for me: https://github.com/jief666/sparsebundlefs-lib/issues/1#issuecomment-420917434

jief666 commented 5 years ago

Hi, I tried a cross-compilation and it worked. You are welcome to tell me more about your issues. Jief