Coder Social home page Coder Social logo

Compilation problems about macfuse HOT 4 CLOSED

theunreplicated avatar theunreplicated commented on August 19, 2024
Compilation problems

from macfuse.

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 19, 2024
I saw the EXACT error message you saw (and also probably have the same 
configuration: PPC G4 running OS X 
10.4.8)

I was running xcode 2.2.  When I upgraded that to 2.4, the compile worked. 
(Unfortunately, it's a gigabyte 
download from Apple. It would be nice to figure out if there's a workaround for 
2.2).  I noticed 0.9 was released 
but isn't available for download, so I tried compiling both 0.7 and 0.9 and 
both compile fine now.  

(Off topic: This may become a FAQ: What's the safe upgrade path?  Can I just 
replace the existing kernel module 
in place and reboot?)

Original comment by [email protected] on 28 Jan 2007 at 11:21

from macfuse.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 19, 2024
paul.fredrickson: No, 0.1.9 (*not* 0.9) wasn't "released". Until it's available 
for download, it isn't released. The 
"upcoming release" message(s) on the mailing and other information in the Wiki 
is all preliminary -- for 
heads-up purposes -- until there is an actual binary release. Before the source 
tree is tagged for the binary 
release, it's more volatile too.

As for a safe upgrade path, it would be best to install the latest binary 
release. If you want to keep up-to-date 
with the bleeding edge changes in the source tree, you will have to figure what 
you need to replace based on 
what source was changed. Rules of thumb (I'm ignoring some dependencies here):

* If fusefs/*.[ch] are changed, you need to replace the kext
* If fusefs/mount/* are changed, you need to replace mount_fusefs
* If fusefs/load/* are changed, you need to replace load_fusefs
* If libfuse/*.patch are changed, you need to recompiled the user-space library

Original comment by [email protected] on 29 Jan 2007 at 4:27

from macfuse.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 19, 2024
You do need Xcode 2.4. I've added this requirement to the HOWTO so that others 
don't trip over this.

Original comment by [email protected] on 29 Jan 2007 at 4:28

  • Changed state: Fixed

from macfuse.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 19, 2024
(Just ran into this problem myself.)

To deal with this under 2.2:

After failure on...

/usr/bin/gcc -E -P -x c -Wno-trigraphs \
/Users/bs/Documents/code/macfuse/fusefs/build/fusefs.build/Release/fusefs.build/
Info.plist \
-o 
/Users/bs/Documents/code/macfuse/fusefs/build/Release/fusefs.kext/Contents/Info.
plist

... you can cd to the relevant directory and rerun the command with an 
additional "-I." switch. Running "port 
install fusefs" a second time will now work. 

I'm not an Xcode guy, but I bet it's easy to add this switch to the project...

Original comment by [email protected] on 7 May 2007 at 1:06

from macfuse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.