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

marius schebella marius.schebella at gmail.com
Fri Apr 25 16:53:41 EDT 2008


Mathieu Bouchard wrote:
> On Thu, 17 Apr 2008, marius schebella wrote:
> 
>> I did export the C_INCLUDE_PATH, but that did not really help. below 
>> is the list of errors I'm getting: I cannot promise, that I will try 
>> very hard to get it compiled, because I got some other things to do, 
>> but if you have some ideas what to do next, I will probably try. marius.
> 
>> [puredata] PureData (or DesireData): 
>> -----------------------------------------> missing (gcc: error: 
>> ?PD_VERSION? was not declared in this scope)
>> [desiredata] DesireData: 
>> -----------------------------------------------------> missing (gcc: 
>> error: ?gobj_subscribe? was not declared in this scope)
> 
> What ./configure reports directly is not sufficient. You will probably 
> find the answer by opening config.log and searching for "puredata".
> 
>  _ _ __ ___ _____ ________ _____________ _____________________ ...
> | Mathieu Bouchard - tél:+1.514.383.3801, Montréal QC Canada

hi matju,
got another error, how can I fix it?
thanks, marius.

g++ -I/sw/include -I/usr/local/include 
-I/Users/marius/devel/pd-rsync/pd-extended/pd/src 
-I/Users/marius/include -I. -xc++ -fno-operator-names 
-fno-omit-frame-pointer -I/usr/X11R6/include 
-I/sw/lib/ruby/1.8/i686-darwin -falign-functions=16 -mtune=pentium 
-march=pentium -DMACOSX -Wall -Wno-unused -Wunused-variable -g -fPIC -I. 
-DUSE_RUBY -O2 -funroll-loops -xobjective-c++ -c format/quartz.m.fcs -o 
format/quartz.o
In file included from 
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:29,
                  from 
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverServices.h:32,
                  from 
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:125,
                  from 
/System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20,
                  from 
/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:21,
                  from 
/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:20,
                  from 
/System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:8,
                  from 
/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:107,
                  from 
/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12,
                  from format/quartz.m.fcs:40:
/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
format/quartz.m.fcs: In function ‘objc_object* -[GFView 
imageHeight:width:](GFView*, objc_selector*, int, int)’:
format/quartz.m.fcs:63: error: ‘gfpost’ was not declared in this scope
format/quartz.m.fcs: In function ‘void GFView_display(GFView*)’:
format/quartz.m.fcs:111: warning: instance variable ‘imheight’ is 
@protected; this will be a hard error in the future
format/quartz.m.fcs:111: warning: instance variable ‘imwidth’ is 
@protected; this will be a hard error in the future
format/quartz.m.fcs: At global scope:
format/quartz.m.fcs:138: error: no ‘Ruby FormatQuartz::call_wrap(int, 
Ruby*, Ruby)’ member function declared in class ‘FormatQuartz’
format/quartz.m.fcs: In member function ‘Ruby 
FormatQuartz::call_wrap(int, Ruby*, Ruby)’:
format/quartz.m.fcs:138: error: ‘struct FormatQuartz’ has no member 
named ‘call’
format/quartz.m.fcs: At global scope:
format/quartz.m.fcs:138: error: no ‘void FormatQuartz::call(int, Ruby*)’ 
member function declared in class ‘FormatQuartz’
format/quartz.m.fcs:152: error: ISO C++ forbids declaration of 
‘FormatQuartz_call’ with no type
format/quartz.m.fcs: In member function ‘void 
FormatQuartz::initialize(int, Ruby*, t_symbol*)’:
format/quartz.m.fcs:211: error: ‘gfpost’ was not declared in this scope
format/quartz.m.fcs: At global scope:
format/quartz.m.fcs:217: error: invalid use of non-static member 
function ‘Ruby FormatQuartz::call_wrap(int, Ruby*, Ruby)’
format/quartz.m.fcs:217: error: converting from ‘Ruby 
(FormatQuartz::)(int, Ruby*, Ruby)’ to ‘Ruby (*)(...)’
format/quartz.m.fcs: In function ‘void FormatQuartz_startup(Ruby)’:
format/quartz.m.fcs:218: warning: unused variable ‘pool’
format/quartz.m.fcs: In function ‘int FormatQuartz_call(FormatQuartz*)’:
format/quartz.m.fcs:152: warning: control reaches end of non-void function
make: *** [format/quartz.o] Error 1
nyc-calling:gridflow-0.9.1 marius$



More information about the Gridflow-dev mailing list