On Nov 9, 1:03 am, Hardy <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am new to  macfuse so please bear with me. I have an idea for
> another FUSE based file system, but of course need to understand the
> existing code first and get the development environment up and
> running.
> I have Mac OS X 10.5.5. and XCode 3.1.1 installed.

To develop MacFUSE-based file systems, you DO NOT need to compile
MacFUSE itself. Use a release or developer build of MacFUSE available
from the official website, and you are good to go.

> I was toying with the script a little and when explicitly setting the
> '-sdk /Developer/SDKs/MacOSX10.5.sdk/' at the xcodebuild command line
> got the build going, but it bailed out later on because of another
> error. Before I keep fiddling around more I wanted to basically make
> sure that things are actually supposed to work.

None of this is required on your part. None of this is supported
either. (That is, developers are welcome to experiment with the code
base, but none of it is guaranteed to build etc.)

> I also tried to to just compile procfs without building the core
> first. I've installed the MacFuse binary package so I thought I might
> be able to build an example filesystem without compiling the core. But
> I ran into problems there as well.

OK. But whatever those problems might be, they are unlikely to be
fixed by building MacFUSE yourself. Compiling MacFUSE yourself is
unnecessary and an academic exercise at best for most people. Before
there were developer builds of MacFUSE available, at least it made
more sense because developers *had* to build MacFUSE themselves to
test against prerelease code. Now that developer releases are
available (and are very frequent), that need is no longer there.

> Any suggestions on where to go from here?

Install the developer binary release. That's the best option.

> Also, I could not see the code for DocFS and PicasaFS. Where can I
> find the source code for these filesystems. My filesystem would also
> make HTTP requests and I was hoping to learn from either of these two
> web based filesystems.

DocsFS and PicasaFS are not open source.

Amit
--~--~---------~--~----~------------~-------~--~----~
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