Created attachment 211342 [details] patch As usual, C++11 compiler is necessary. Another issue is that ENODATA is not defined on GCC systems. Include boost/cerrno.hpp (boost is already indirect dependency) to have this macro.
Looks good to me. Please commit.
A commit references this bug: Author: pkubaj Date: Tue Feb 4 14:40:42 UTC 2020 New revision: 525170 URL: https://svnweb.freebsd.org/changeset/ports/525170 Log: sysutils/kio-fuse: fix build on GCC architectures As usual, C++11 compiler is necessary. Another issue is that ENODATA is not defined on GCC systems. Include boost/cerrno.hpp (boost is already indirect dependency) to have this macro. PR: 243870 Approved by: adridg (maintainer) Changes: head/sysutils/kio-fuse/Makefile head/sysutils/kio-fuse/files/patch-kiofusevfs.cpp