Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upOSXFUSE 2.3.4 has no ppc compiled in #12
Comments
This comment has been minimized.
This comment has been minimized.
|
For now PowerPC support is only present in the Mac OS X 10.5 binaries of OSXFUSE. See the release notes of OSXFUSE 2.3.3 at https://groups.google.com/forum/#!msg/osxfuse-group/3h7g4Q1Bq7E/pI087glpVGgJ. From a developer's point of view this is certainly not optimal. The next release will contain PowerPC binaries for 10.6 and 10.7, too. This requires some changes to the build process. In the meantime you could replace the installed OSXFUSE.framework and libosxfuse with their 10.5 counterparts to get PowerPC binaries on 10.6 and 10.7. |
This comment has been minimized.
This comment has been minimized.
|
Why would you include PowerPC binaries for 10.6 and 10.7? 10.7 doesn't even have Rosetta to run PowerPC code with. |
This comment has been minimized.
This comment has been minimized.
|
A developer who is writing a file system that is supposed to run in Intel and PowerPC Macs needs to link the file system binary against For the average user it does not make much of a difference if PowerPC code is included on Snow Leopard/Lion or not. The additional code requires less than a megabyte of disk space. By the way OSXFUSE won't work on Rosetta at all. File systems containing only PowerPC code won't work on Intel Macs running Leopard or Snow Leopard, even if Rosetta is installed. |
This comment has been minimized.
This comment has been minimized.
|
OSXFUSE 2.3.9 comes with PowerPC user space libraries. |
I'm currently linking iTunesFS without PowerPC support, because OSXFUSE 2.3.4 misses ppc from the list of architectures (although it's announced as a feature on the website):
znek@zoidberg:(
)$ lipo -info /Library/Frameworks/OSXFUSE.framework/OSXFUSE)$ otool -L /Library/Frameworks/OSXFUSE.framework/OSXFUSEArchitectures in the fat file: /Library/Frameworks/OSXFUSE.framework/OSXFUSE are: i386 x86_64
znek@zoidberg:(
[...]
/usr/local/lib/libosxfuse_i64.2.dylib (compatibility version 10.0.0, current version 10.3.0)
znek@zoidberg:(~)$ lipo -info /usr/local/lib/libosxfuse_i64.2.dylib
Architectures in the fat file: /usr/local/lib/libosxfuse_i64.2.dylib are: i386 x86_64