hi all, i just embarked in a project using OSC on a linux machine to trigger some sounds on a mac os. im having a hard time. Ive downloaded sources from cvs:
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pure-data co externals/OSCx
then i: # cd libOSC && make til there all fine this is what i get:
libOSC # make
gcc -c -g -O2 -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes -O2
-I../lib
OSC -I../../pd/src -I../../../pd/src -I. -I../libOSC -I../../pd/src
-I../../../p
d/src -I. OSC-client.c
OSC-client.c: In function `OSC_writeFloatArg':
OSC-client.c:360: warning: dereferencing type-punned pointer will break
strict-a
liasing rules
ar srv libOSC.a OSC-client.o
ar: creating libOSC.a
a - OSC-client.o
rm -f OSC-client.o
gcc -c -g -O2 -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes -O2
-I../lib
OSC -I../../pd/src -I../../../pd/src -I. -I../libOSC -I../../pd/src
-I../../../p
d/src -I. OSC-timetag.c
ar srv libOSC.a OSC-timetag.o
a - OSC-timetag.o
rm -f OSC-timetag.o
then according to the instructions i should: # cd ../OSC && "adjust makefile" && make OSC && make install
but theres nothing inside /OSC when sources are downloaded from CVS u can check:
http://cvs.sourceforge.net/viewcvs.py/pure-data/externals/OSCx/OSC/
can someone tell me where are those?wheres the makefile i have to edit for the path? .
oke, thanks for any help....