djmount - http://djmount.sourceforge.net/ - is a fuse filesystem for
UPnP.

using the current MacFUSE on 10.5.5, i do the usual:

    ./configure CFLAGS=-D__FreeBSD__=10 --prefix=/usr/local --with-
external-libupnp

and get a clean configure.

when i compile, i see that djmount has helpfully set -
DFUSE_USE_VERSION=22 which causes fuse_common.h to error out with

    #error On FreeBSD API version 25 or greater must be used

until we get to the fuse_main.c where all kinds of fs-related compile
errors show up (no sys/statfs.h, unknown fields, excess elements,
et&c).

so, anyone ever taken a look at this one?

thanks!

/mtr
ps: there's also an include ordering bug in djmount/cache.c, but this
isn't related to fuse.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MacFUSE" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/macfuse?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to