[Gridflow-dev] [PD-announce] GridFlow 0.9.1

marius schebella marius.schebella at gmail.com
Sat Apr 26 15:55:53 EDT 2008


Mathieu Bouchard wrote:
> On Fri, 25 Apr 2008, marius schebella wrote:
> 
>> /usr/lib/gcc/i686-apple-darwin9/4.0.1/include/xmmintrin.h:35:3: error: 
>> #error "SSE instruction set not enabled"
>> /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:216: 
>> error: ?__m128? does not name a type
>> /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:217: 
>> error: ?__m128i? does not name a type
>> /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:218: 
>> error: ?__m128d? does not name a type
> 
> I don't know at all about those four errors. I have never seen anything 
> like that before, and it does not happen within GridFlow's source, it 
> comes from OSX builtins that GridFlow is trying to use.

Hi matju,
I gave it another try and added a flag -msse (although I am not really 
sure what I was doing) and got rid of the error, but not of errors in 
general, so I am not sure, if the -msse did something good at all. are 
there sse instructions in the code and I have to explicitely pass 
-msse?? Can you check my compile flags and see if they are correct? I 
wonder if the -mtune=pentium and -march=pentium are correct at all? 
maybe config discovered a wrong architecture? is intel chip pentium 
compatible?
sorry to bother you with another printout.
marius.

g++ -I/Users/marius/devel/pd-rsync/pd-extended/pd/src -I/sw/include 
-I/usr/local/include -I/Users/marius/include -I. -xc++ 
-fno-operator-names -fno-omit-frame-pointer -I/usr/X11R6/include 
-falign-functions=16 -DMACOSX -mtune=pentium -march=pentium -msse -Wall 
-Wno-unused -Wunused-variable -g -fPIC -I. -O2 -funroll-loops 
-xobjective-c++ -c format/quartz.m.fcs -o format/quartz.o
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:217: 
error: ‘__m128i’ does not name a type
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:218: 
error: ‘__m128d’ does not name a type
format/../gridflow.h.fcs:211: error: conflicting declaration ‘typedef 
void (* Method)(struct FObject*, int, struct t_atom2*)’
/usr/include/objc/runtime.h:38: error: ‘Method’ has a previous 
declaration as ‘typedef struct objc_method* Method’
format/quartz.m.fcs: In function ‘objc_object* -[GFView 
imageHeight](GFView*, objc_selector*)’:
format/quartz.m.fcs:58: error: invalid conversion from ‘int’ to 
‘objc_object*’
format/quartz.m.fcs: In function ‘objc_object* -[GFView 
imageWidth](GFView*, objc_selector*)’:
format/quartz.m.fcs:59: error: invalid conversion from ‘int’ to 
‘objc_object*’
format/quartz.m.fcs: In function ‘void GFView_display(GFView*)’:
format/quartz.m.fcs:111: error: cannot convert ‘objc_object*’ to 
‘CGFloat’ in initialization
format/quartz.m.fcs:111: error: cannot convert ‘objc_object*’ to 
‘CGFloat’ in initialization
format/quartz.m.fcs: In function ‘void* 
FormatQuartz_allocator(BFObject*, t_symbol*, int, t_atom2*)’:
format/quartz.m.fcs:216: error: no matching function for call to 
‘FormatQuartz::FormatQuartz(BFObject*&, t_symbol*&, int&, t_atom2*&)’
format/quartz.m.fcs:117: note: candidates are: FormatQuartz::FormatQuartz()
format/quartz.m.fcs:117: note: 
FormatQuartz::FormatQuartz(const FormatQuartz&)
format/quartz.m.fcs: In function ‘void FormatQuartz_startup(FClass*)’:
format/quartz.m.fcs:217: warning: unused variable ‘pool’
make: *** [format/quartz.o] Error 1



More information about the Gridflow-dev mailing list