mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #2651] Compilation error on Windows #1268
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#1268
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?
Originally created by @Mushie2022 on GitHub (Apr 1, 2025).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2651
Additional Information
Version of s3fs being used (
s3fs --version)V1.95
Version of fuse being used (
pkg-config --modversion fuse,rpm -qi fuseordpkg -s fuse)Kernel information (
uname -r)3.5.7-2644508f.x86_64
GNU/Linux Distribution, if applicable (
cat /etc/os-release)Windows 11
How to run s3fs, if applicable
[] command line
[] /etc/fstab
s3fs syslog messages (
grep s3fs /var/log/syslog,journalctl | grep s3fs, ors3fs outputs)Details about issue
make all-recursive
make[1]: Entering directory '/home/I011291/s3fs-fuse'
Making all in src
make[2]: Entering directory '/home/I011291/s3fs-fuse/src'
g++ -DHAVE_CONFIG_H -I. -I.. -I/home/I011291/s3fs-fuse/WinFsp/inc/fuse -I/usr/include -I/usr/include/libxml2 -DUSE_OPENSSL_30 -I/usr/include -MT s3fs.o -MD -MP -MF .deps/s3fs.Tpo -c -o s3fs.o s3fs.cpp
In file included from s3fs.cpp:39:
s3fs.h:26:10: fatal error: fuse.h: No such file or directory
26 | #include <fuse.h>
| ^~~~~~~~
compilation terminated.
make[2]: *** [Makefile:734: s3fs.o] Error 1
make[2]: Leaving directory '/home/I011291/s3fs-fuse/src'
make[1]: *** [Makefile:424: all-recursive] Error 1
make[1]: Leaving directory '/home/I011291/s3fs-fuse'
make: *** [Makefile:363: all] Error 2
@Mushie2022 commented on GitHub (Apr 2, 2025):
I've installed WinFsp in develop mode and copied it into s3fs-fuse folder.
@Mushie2022 commented on GitHub (Apr 7, 2025):
Add required includes