Hello,<br><br>I&#39;ve searched the archives about this issue and am still stuck.&nbsp; My apologies if this is very simple:<br><br>I&#39;m trying to compile the OSCx externals, following the instructions in the readme file.&nbsp; I compiled libOSC first, then did a cd back to the OSC directory and did<br>
<br>$make pd_darwin OSC<br><br>Building starts, but fails with the following output:<br><br>cc -DPD -DUNIX -DMACOSX -O2 -Wall -W -Wshadow -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -I../../../pd/src -I../../obj -c *.c<br>
OSC.c:40: warning: function declaration isn&#39;t a prototype<br>OSC.c:41: warning: function declaration isn&#39;t a prototype<br>OSC.c:42: warning: function declaration isn&#39;t a prototype<br>OSC.c:43: warning: function declaration isn&#39;t a prototype<br>
sendOSC.c: In function &#39;sendOSC_sendtyped&#39;:<br>sendOSC.c:300: warning: ordered comparison of pointer with integer zero<br>sendOSC.c: In function &#39;ParseTimeTag&#39;:<br>sendOSC.c:570: warning: format &#39;%llx&#39; expects type &#39;long long unsigned int *&#39;, but argument 3 has type &#39;struct OSCTimeTag *&#39;<br>
sendOSC.c: In function &#39;CommandLineMode&#39;:<br>sendOSC.c:410: warning: &#39;numArgs&#39; may be used uninitialized in this function<br>cc -bundle -undefined suppress -flat_namespace -o OSC.pd_darwin OSC.o htmsocket.o OSC-pattern-match.o sendOSC.o dumpOSC.o routeOSC.o -lm -lc ../libOSC/libOSC.a<br>
rm -f OSC.o ../OSC.pd_darwin<br>ln -s OSC/OSC.pd_darwin ..<br>cc&nbsp;&nbsp;&nbsp;&nbsp; OSC.c&nbsp;&nbsp; -o OSC<br>/usr/bin/ld: Undefined symbols:<br>_main<br>_OSCroute_setup<br>_class_addmethod<br>_class_new<br>_dumpOSC_setup<br>_gensym<br>_pd_new<br>
_post<br>_sendOSC_setup<br>collect2: ld returned 1 exit status<br>make: *** [OSC] Error 1<br clear="all"><br><br>I&#39;m on an Intel MacBook Pro with os 10.4.11.&nbsp; I do have Fink installed...if that&#39;s relevant.&nbsp; I&#39;ve also made all the Pd source headers available for this compilation process.&nbsp; Can anyone show me where I&#39;m going wrong here?&nbsp; Also, I&#39;m wondering if the source files I have are indeed the most recent available.&nbsp; The externals package from sourceforge is dated March 2003 - is this correct?&nbsp; Are there newer objects for sending OSC?<br>
<br><br>Thanks for the help,<br>William<br><br><br><br><br><br>-- <br>William Brent<br><br>"Great minds flock together"<br>Conflations: conversational idiom for the 21st century<br><br><a href="http://www.conflations.com">www.conflations.com</a>