Home › Forums › Syphon › Syphon Development – Developer › Client for OpenFrameworks › Reply To: Client for OpenFrameworks
Hi Everybody !
Sorry for crossposting … i’ve added a new thread for this issue … i realized this post was old and not specifically on the same problems …
http://forums.v002.info/topic.php?id=99&replies=1#post-569
Well first of all i would like to congratulate the Syphon team for this amazing new tool which will allow a new brand of interconnections between several environments … congratulations and thanks for letting us play with it !!
So i’m under Openframeworks 0.62, in a MacBookPro with OSX 10.6.7, with XCode 3.2.4 (64bit) and i’m trying to integrate ofxSyphon in a small app, just for testing how is the integration of Syphon on the OF environemt …
What i did :
– download the source’s from svn with this command line :
svn checkout http://syphon-implementations.googlecode.com/svn/trunk/ syphon-implementations-read-only
– setup a simple app with the Client code sniffed from SyphonExample project
– drag & drop the ofxSyphon folder to my Xcode project …
It compiles fine but i’m facing some linking problems that go beyond my knowledge, sorry i’m quite new at Xcode …
I got 9 errors like this :
“_SyphonServerDescriptionUUIDKey”, referenced from:
_SyphonServerDescriptionUUIDKey$non_lazy_ptr in SyphonNameboundClient.o
(maybe you meant: _SyphonServerDescriptionUUIDKey$non_lazy_ptr)
“_SyphonServerDescriptionNameKey”, referenced from:
_SyphonServerDescriptionNameKey$non_lazy_ptr in SyphonNameboundClient.o
(maybe you meant: _SyphonServerDescriptionNameKey$non_lazy_ptr)
“.objc_class_name_SyphonClient”, referenced from:
literal-pointer@__OBJC@__cls_refs@SyphonClient in SyphonNameboundClient.o
“_SyphonServerDescriptionAppNameKey”, referenced from:
_SyphonServerDescriptionAppNameKey$non_lazy_ptr in SyphonNameboundClient.o
(maybe you meant: _SyphonServerDescriptionAppNameKey$non_lazy_ptr)
“_SyphonServerRetireNotification”, referenced from:
_SyphonServerRetireNotification$non_lazy_ptr in SyphonNameboundClient.o
(maybe you meant: _SyphonServerRetireNotification$non_lazy_ptr)
“.objc_class_name_SyphonServerDirectory”, referenced from:
literal-pointer@__OBJC@__cls_refs@SyphonServerDirectory in
SyphonNameboundClient.o
“_SyphonServerUpdateNotification”, referenced from:
_SyphonServerUpdateNotification$non_lazy_ptr in SyphonNameboundClient.o
(maybe you meant: _SyphonServerUpdateNotification$non_lazy_ptr)
“_SyphonServerAnnounceNotification”, referenced from
_SyphonServerAnnounceNotification$non_lazy_ptr in SyphonNameboundClient.o
(maybe you meant: _SyphonServerAnnounceNotification$non_lazy_ptr)
ld: symbol(s) not found’
I’ve checked that Syphon.framework is inside the ofxSyphon addon so i don’t understand this linking problems … any light into my darkness will be appreciated …
Thanks .
e*