jetwhiz / encfs4win

Windows port of EncFS
https://encfs.win
Other
399 stars 41 forks source link

Q: Cross-platform compilation? #118

Closed jon-blum closed 5 years ago

jon-blum commented 5 years ago

Environment

Description

I've been working on a tweaked version of encfs4win, integrated with our company's access-control system. Now they want me to port it to Mac and Linux versions. I've noticed there are still some #ifdef clauses in the code referring to Win32 and linux, but I'm not sure whether these are just holdovers from the EncFS codebase. My question is -- has encfs4win been successfully built and tested on either Linux or OSX, or would I be safer just porting my integration changes back into ordinary EncFS?

jetwhiz commented 5 years ago

Hi @jon-blum

As-is I don't believe encfs4win would port directly to Mac and Linux, since there are a few Windows-specific components and changes that are relatively pervasive throughout the code (mostly dealing with variables and libraries available). It would likely be possible to make the codebase work directly on Linux and Mac, though keeping this support has not been a priority since there is a native version available for these versions.

Have you attempted to make any modifications to try building the encfs4win codebase on Linux?

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.