On Jan 9, 2008 3:57 PM, jameswfrost <[EMAIL PROTECTED]> wrote: > > Hi, > > I updated my copy of MacFUSE today to 10.5-1.3.1, and I also checked > out a copy of the source as I was interested in created an Obj-C-based > filesystem. I attempted to build SpotlightFS, but came upon an error, > as follows: > > ld: in /Developer/SDKs/MacOSX10.4u.sdk/usr/local/lib/libstdc++. > 6.dylib, file is not of required architecture > collect2: ld returned 1 exit status
It looks like it is trying to link against another copy of stdc++ that you might have installed in /usr/local/lib? Anyway, having /usr/local/lib as a library search path is no longer needed if you use MacFUSE.framework. I had removed that from the project file and it doesn't appear at all in the xcode gui, but I still found a couple of references to it in the project.pbxproj for some reason. I removed those by hand and checked in the updated project file. Can you svn update and try again? > > Is anyone able to tell me what the problem is, here? HelloFS and > LoopbackFS build fine. I'm running 10.5.1 on a MacBook, and am just > opening the SpotlightFS project and clicking Build. I can provide more > information if required :) I might need if it doesn't work now, but let's try this first. Please let me know the outcome. ted > > Thanks, > > James Frost >> > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "macfuse-devel" 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-devel?hl=en -~----------~----~----~----~------~----~------~--~---
