[muscle] MuscleSupport.h on intel Mac
- From: Justin Hammond <justin@xxxxxxxx>
- To: muscle@xxxxxxxxxxxxx
- Date: Wed, 3 Jan 2007 05:44:48 +0800
Hi,
Not sure if this is in the latest code or not, but Muscle wont
compile in intel based mac's due to a macro. Below patch fixes this:
MuscleSupport.h 2006/01/26 15:30:22 3021
MuscleSupport.h 2007/01/01 14:30:31 3063
@@ -50,7 +50,8 @@
/* If we are in an environment where known assembly is available,
make a note of that fact */
#if defined(__GNUC__)
-# if (defined(__PPC__) || defined(__APPLE__))
+# if (defined(__PPC__))
# define MUSCLE_USE_POWERPC_INLINE_ASSEMBLY 1
# elif defined(__i386__)
# define MUSCLE_USE_X86_INLINE_ASSEMBLY 1
I also believe that this will have problems on 64bit X86 platforms as
well, but I don't have a box to test on, so no patch :(
Justin
- Follow-Ups:
- [muscle] Re: MuscleSupport.h on intel Mac
- From: Jeremy Friesner
Other related posts:
- » [muscle] MuscleSupport.h on intel Mac
- » [muscle] Re: MuscleSupport.h on intel Mac
- » [muscle] Re: MuscleSupport.h on intel Mac
- » [muscle] Re: MuscleSupport.h on intel Mac
- » [muscle] Re: MuscleSupport.h on intel Mac
- » [muscle] Re: MuscleSupport.h on intel Mac
- » [muscle] Re: MuscleSupport.h on intel Mac
- » [muscle] Re: MuscleSupport.h on intel Mac
- [muscle] Re: MuscleSupport.h on intel Mac
- From: Jeremy Friesner