From b913efcb4aee1d83c8c2331de4d692622f18959c Mon Sep 17 00:00:00 2001 From: jdl Date: Tue, 3 Sep 2002 10:08:40 +0000 Subject: refixed MAXPDARG vs. MAX_ARGS in sendOSC causing segfault with more than 5 elements in the message. svn path=/trunk/externals/OSCx/; revision=105 --- OSC/makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OSC/makefile') diff --git a/OSC/makefile b/OSC/makefile index 8534bc9..04b0317 100644 --- a/OSC/makefile +++ b/OSC/makefile @@ -1,6 +1,6 @@ ############################### # change these -IFLAGS = -I. -I../../pd-0.34-4/src +IFLAGS = -I. -I../../../src/pd-0.35-0/src INSTALL_PREFIX=/usr # should be oke below .. @@ -14,8 +14,8 @@ AFLAGS = LFLAGS = -export_dynamic -shared WFLAGS = -# DEBUG = -DDEBUG -g -DEBUG = +DEBUG = -DDEBUG -g +# DEBUG = VERSION = \"$(shell cat VERSION)\" -- cgit v1.2.1