mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[PR #712] [MERGED] Added Cygwin build options #1615
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1615
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/712
Author: @chrilith
Created: 2/2/2018
Status: ✅ Merged
Merged: 2/28/2018
Merged by: @ggtakec
Base:
master← Head:master📝 Commits (1)
88819afAdded Cygwin build options📊 Changes
2 files changed (+6 additions, -0 deletions)
View changed files
➕
.gitattributes(+1 -0)📝
configure.ac(+5 -0)📄 Description
Relevant Issue (if applicable)
Doesn't build on Cygwin
Details
libfuseis not available on Windows.When you try to compile
libfuseon Windows the result is:WinFSP provides an compatibility layer to FUSE using version number
2.8, this is why I added a specific target configuration for Cygwin toconfigure.ac. Also, to use the non-standard calls used in thes3fscode, the_GNU_SOURCEflag is required.Last change is the addition of a
.gitattributesfile. Indeed,autogen.shmust be in Unix format to be executed and when using Windows the file is changed to Windows line endings. hence the addition.Next step is to have a working example for it. I wasn't able to mount a S3 bucket.
I started a discussion here: https://groups.google.com/forum/#!topic/winfsp/xXe6M_MoW8w
I someone care to help :)
Thanks!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.