Dear list,

I am tracking a problem with extended attributes (reading and writing
of appledouble files) that now only occurs in Tiger. (On Leopard
everything is fine). To start with a working example implementation
for Tiger I tried to port Loopback FS to Tiger but I cannot link it.

What I did is:
- installed the Tiger version of MacFUSE on my Tiger test system
- modified loopbackfs to use the 10.4u sdk and to have 10.4 as the
deployment target
- replaced all occurences of NSFilemanager 10.5 methods with 10.4
compatible ones
- removed all extended attribute implementations (because  i want
appledouble files)

At my first compile attempt it could not find the framework. Somehow
XCode did not seem to look in Library/Frameworks (actually I would
assume XCode to look there by default), so I added this framework
location.
Now this is no longer the problem but the building stops with a
linking error:

/usr/bin/ld: /Library/Frameworks/MacFUSE.framework/MacFUSE load
command 13 unknown cmd field

And I have no idea where this comes from. I even set up a clean new
cocoa XCode project in Tiger and moved all code in with the same
result.

Any suggestions on why this fails would be appreciated.

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

Reply via email to