Hi everyone,
i am working on a project where we would like to try to use syphon to transfer texture to another program. However, I am having difficulties trying to compile just the example.
Just to make sure that there is nothing strange with my setup, I took a empty example to make sure that things are compiling, then just add the addon to the project keeping my testapp the same, and still i get compiling error.
The error that I am getting are:
CompileC build/openFrameworks.build/Debug/openFrameworks.build/Objects-normal/i386/SyphonNameboundClient.o ../../../addons/ofxSyphon/libs/Syphon/lib/osx/SyphonNameboundClient.m normal i386 objective-c com.apple.compilers.gcc.4_0
cd /Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon
setenv LANG en_US.US-ASCII
/Developer/usr/bin/gcc-4.0 -x objective-c -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -isysroot /Developer/SDKs/MacOSX10.6.sdk -mfix-and-continue -Wno-protocol -Wno-deprecated-declarations -mmacosx-version-min=10.6 -gdwarf-2 -I/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/build/openFrameworks.build/Debug/openFrameworks.build/openFrameworksDebug.hmap -F/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/bin -F/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/libs/Syphon/lib/osx -I/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/bin/include -I../../../libs/poco/include -I/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/build/openFrameworks.build/Debug/openFrameworks.build/DerivedSources/i386 -I/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/build/openFrameworks.build/Debug/openFrameworks.build/DerivedSources -include /var/folders/bU/bUrfyZTqEwSOhHZ0EcfARU+++TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/Carbon-blsvybkwvqucdwgfxthkhcybsqnc/Carbon.h -c /Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/libs/Syphon/lib/osx/SyphonNameboundClient.m -o /Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/build/openFrameworks.build/Debug/openFrameworks.build/Objects-normal/i386/SyphonNameboundClient.o
In file included from /Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/libs/Syphon/lib/osx/Syphon.framework/Headers/Syphon.h:32,
from /Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/libs/Syphon/lib/osx/SyphonNameboundClient.h:48,
from /Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/libs/Syphon/lib/osx/SyphonNameboundClient.m:30:
/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/libs/Syphon/lib/osx/Syphon.framework/Headers/SyphonClient.h:49: error: syntax error before '^' token
/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/libs/Syphon/lib/osx/Syphon.framework/Headers/SyphonClient.h:61: error: syntax error before '^' token
/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/libs/Syphon/lib/osx/Syphon.framework/Headers/SyphonClient.h:61: error: 'type name' declared as function returning a function
CompileC build/openFrameworks.build/Debug/openFrameworks.build/Objects-normal/i386/ofxSyphonClient.o ../../../addons/ofxSyphon/src/ofxSyphonClient.mm normal i386 objective-c++ com.apple.compilers.gcc.4_0
cd /Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon
setenv LANG en_US.US-ASCII
/Developer/usr/bin/gcc-4.0 -x objective-c++ -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -isysroot /Developer/SDKs/MacOSX10.6.sdk -mfix-and-continue -fobjc-call-cxx-cdtors -Wno-protocol -Wno-deprecated-declarations -Wno-invalid-offsetof -mmacosx-version-min=10.6 -gdwarf-2 -I/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/build/openFrameworks.build/Debug/openFrameworks.build/openFrameworksDebug.hmap -F/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/bin -F/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/libs/Syphon/lib/osx -I/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/bin/include -I../../../libs/poco/include -I/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/build/openFrameworks.build/Debug/openFrameworks.build/DerivedSources/i386 -I/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/build/openFrameworks.build/Debug/openFrameworks.build/DerivedSources -D__MACOSX_CORE__ -lpthread -include /var/folders/bU/bUrfyZTqEwSOhHZ0EcfARU+++TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/Carbon-gezminfwoanpwgasuffvlrpelvrn/Carbon.h -c /Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/src/ofxSyphonClient.mm -o /Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/build/openFrameworks.build/Debug/openFrameworks.build/Objects-normal/i386/ofxSyphonClient.o
/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../libs/freeimage/include/FreeImage.h:130: error: conflicting declaration 'typedef int32_t BOOL'
/Developer/SDKs/MacOSX10.6.sdk/usr/include/objc/objc.h:43: error: 'BOOL' has a previous declaration as 'typedef signed char BOOL'
/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/libs/Syphon/lib/osx/Syphon.framework/Headers/SyphonClient.h:49: error: expected unqualified-id before '^' token
/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/libs/Syphon/lib/osx/Syphon.framework/Headers/SyphonClient.h:49: error: expected `)' before '^' token
/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/libs/Syphon/lib/osx/Syphon.framework/Headers/SyphonClient.h:49: error: abstract declarator 'void' used as declaration
/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/libs/Syphon/lib/osx/Syphon.framework/Headers/SyphonClient.h:49: error: instance variable '<unnamed>' has unknown size
/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/libs/Syphon/lib/osx/Syphon.framework/Headers/SyphonClient.h:49: error: expected `;' before '^' token
/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/libs/Syphon/lib/osx/Syphon.framework/Headers/SyphonClient.h:61: error: expected `)' before '(' token
/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/libs/Syphon/lib/osx/Syphon.framework/Headers/SyphonClient.h:61: error: expected identifier before '(' token
/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/libs/Syphon/lib/osx/Syphon.framework/Headers/SyphonClient.h:61: error: expected `;' before '(' token
CompileC build/openFrameworks.build/Debug/openFrameworks.build/Objects-normal/i386/ofxSyphonServer.o ../../../addons/ofxSyphon/src/ofxSyphonServer.mm normal i386 objective-c++ com.apple.compilers.gcc.4_0
cd /Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon
setenv LANG en_US.US-ASCII
/Developer/usr/bin/gcc-4.0 -x objective-c++ -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -isysroot /Developer/SDKs/MacOSX10.6.sdk -mfix-and-continue -fobjc-call-cxx-cdtors -Wno-protocol -Wno-deprecated-declarations -Wno-invalid-offsetof -mmacosx-version-min=10.6 -gdwarf-2 -I/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/build/openFrameworks.build/Debug/openFrameworks.build/openFrameworksDebug.hmap -F/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/bin -F/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/libs/Syphon/lib/osx -I/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/bin/include -I../../../libs/poco/include -I/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/build/openFrameworks.build/Debug/openFrameworks.build/DerivedSources/i386 -I/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/build/openFrameworks.build/Debug/openFrameworks.build/DerivedSources -D__MACOSX_CORE__ -lpthread -include /var/folders/bU/bUrfyZTqEwSOhHZ0EcfARU+++TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/Carbon-gezminfwoanpwgasuffvlrpelvrn/Carbon.h -c /Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/src/ofxSyphonServer.mm -o /Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/build/openFrameworks.build/Debug/openFrameworks.build/Objects-normal/i386/ofxSyphonServer.o
/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../libs/freeimage/include/FreeImage.h:130: error: conflicting declaration 'typedef int32_t BOOL'
/Developer/SDKs/MacOSX10.6.sdk/usr/include/objc/objc.h:43: error: 'BOOL' has a previous declaration as 'typedef signed char BOOL'
/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/libs/Syphon/lib/osx/Syphon.framework/Headers/SyphonClient.h:49: error: expected unqualified-id before '^' token
/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/libs/Syphon/lib/osx/Syphon.framework/Headers/SyphonClient.h:49: error: expected `)' before '^' token
/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/libs/Syphon/lib/osx/Syphon.framework/Headers/SyphonClient.h:49: error: abstract declarator 'void' used as declaration
/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/libs/Syphon/lib/osx/Syphon.framework/Headers/SyphonClient.h:49: error: instance variable '<unnamed>' has unknown size
/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/libs/Syphon/lib/osx/Syphon.framework/Headers/SyphonClient.h:49: error: expected `;' before '^' token
/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/libs/Syphon/lib/osx/Syphon.framework/Headers/SyphonClient.h:61: error: expected `)' before '(' token
/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/libs/Syphon/lib/osx/Syphon.framework/Headers/SyphonClient.h:61: error: expected identifier before '(' token
/Users/macbookpro/Documents/Programming/of_preRelease_v0.06_xcode_FAT/apps/addonsExamples/OfxSyphon/../../../addons/ofxSyphon/libs/Syphon/lib/osx/Syphon.framework/Headers/SyphonClient.h:61: error: expected `;' before '(' token
anyone has tried something like this and experience similar problem?