That's pretty weird. It works fine for me. Perhaps __FreeBSD__=10 isn't getting defined for you? I left it out of the explicit arguments for libfuse because libfuse normally picks that up from fusefs via pkg-config. Maybe you have a problem with that? Try running `pkg-config --cflags fuse`. It should give you something like -D__FreeBSD__=10 -D_FILE_OFFSET_BITS=64 -I/opt/local/include/fuse On May 3, 2007, at 11:21 PM, Jordan K. Hubbard wrote:
My bigger question is how people are managing to use anything depending on fuse at all, at the moment. On 10.4.9, I get the following build error for libfuse:
/opt/local/var/db/dports/build/ _User_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/fuse_knote.h: 17: error: redefinition of 'struct klist' /opt/local/var/db/dports/build/ _Users_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/fuse_knote.h: 19: error: redefinition of 'struct filterops' /opt/local/var/db/dports/build/ _Users_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/fuse_knote.h: 26: error: redefinition of 'struct kqtailq' /opt/local/var/db/dports/build/ _Users_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/fuse_knote.h: 28: error: redefinition of 'struct knote'
I've just been assuming that the fuse stuff is broken right now (don't even ask how it horks up on Leopard - not even close to building there). Are others getting better results with fuse and Tiger?
-- Kevin Ballard http://kevin.sb.org eridius@macports.org http://www.tildesoft.com