Here's a 'svn diff' of the lines that you need to remove from
project.pbxproj. You can do the same from within Xcode.
$ svn diff
Index: core/10.5/fusefs/fusefs.xcodeproj/project.pbxproj
===================================================================
--- core/10.5/fusefs/fusefs.xcodeproj/project.pbxproj (revision 1686)
+++ core/10.5/fusefs/fusefs.xcodeproj/project.pbxproj (working copy)
@@ -551,7 +551,6 @@
baseConfigurationReference = 54A06B920C9DE6060045DC0D /*
MacFUSE.xcconfig */;
buildSettings = {
ARCHS = (
- x86_64,
i386,
ppc,
);
@@ -613,7 +612,6 @@
baseConfigurationReference = 54A06B920C9DE6060045DC0D /*
MacFUSE.xcconfig */;
buildSettings = {
ARCHS = (
- x86_64,
i386,
ppc,
);
- Erik
Vinh Nguyen wrote 2010-06-19 19.51:
Thanks for your response. How exactly could I disable x86_63 in xcode
temporarily? I don't see this option looking through the preference
of xcode.app. Thanks.
Vinh
On Sat, Jun 19, 2010 at 10:21 AM, Erik Larsson<[email protected]> wrote:
Hi,
The xcode project is configured to compile 64-bit code into the kernel
extension by default. However, the 64-bit code does not compile at the
moment since the implementation is not there yet.
If you disable x86_64 in the xcode project (i.e. compile only for i386 and
ppc), the kernel extension will compile.
Regards,
- Erik
Vinh Nguyen wrote 2010-06-19 01.31:
Hi,
I'm trying to compile the latest version (per recommendation). I run
into this error:
setenv YACC /Developer/usr/bin/yacc
setenv ZERO_LINK NO
setenv i386 YES
/bin/sh -c /Users/vinh/Downloads/macfuse-read-only/core/10.5/
fusefs/build/fusefs.build/Release/fusefs.fs.build/
Script-54C6DE890B5F7315002D9FD9.sh
=== BUILD AGGREGATE TARGET All OF PROJECT fusefs WITH CONFIGURATION
Release ===
Check dependencies
** BUILD FAILED **
The following build commands failed:
fusefs:
CompileC build/fusefs.build/Release/fusefs.build/Objects-
normal/x86_64/fuse_vfsops.o /Users/vinh/Downloads/macfuse-read-only/
core/10.5/fusefs/fuse_vfsops.c normal x86_64 c com.apple.compilers.gcc.
4_2
(1 failure)
MacFUSEBuildTool(smalldist) failed: xcodebuild cannot build
configuration Release.
I don't think I have the 64 bit version:
$ system_profiler SPSoftwareDataType
Software:
System Software Overview:
System Version: Mac OS X 10.6.3 (10D573)
Kernel Version: Darwin 10.3.0
Boot Volume: Macintosh HD
Boot Mode: Normal
Computer Name: vqnmb
User Name: Vinh Nguyen (vinh)
Secure Virtual Memory: Enabled
64-bit Kernel and Extensions: No
Time since boot: 7 days 15:47
Suggestions? Thanks.
Vinh
--
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.
--
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.