Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

Build fixes and implement an exit method #7

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

baruch
Copy link

@baruch baruch commented Nov 5, 2016

There are several build issue fixes:

  • Eliminate warning about an old style array
  • Fix incorrect target choice between OSX and Linux

Also implement an exit function to allow the program to exit cleanly.

For some reason the build with dub tries to use the osx library on
Linux, reordering avoids this though probably breaks it on OSX.
According to dub issue dlang/dub#984 this is
the cause for the failure to compile and that an error should have been
emitted but currently no error is given.
This will exit the fuse_main cleanly and unmount the filesystem. This
only works for a foreground process currently.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant