Trying to install TUIO_PureData form source on my Mac OSX -Mavericks, I get all sorts of erros, such as:

c++ -DPD -g -O2 -arch i386 -arch ppc -funroll-loops -fomit-frame-pointer -I. -I./TUIO -I./oscpack -mmacosx-version-min=10.4 -c -o TuioWrapper.o TuioWrapper.cpp  
  
/usr/include/sys/cdefs.h:658:2: error: Unsupported architecture  
\#error Unsupported architecture  
  
/usr/include/sys/\_types/\_intptr\_t.h:30:9: error: unknown type name  
'\_\_darwin\_intptr\_t'; did you mean '\_\_darwin\_ino\_t'?  

at the end, I get:

fatal error: too many errors emitted, stopping now \[-ferror-limit=\]  
20 errors generated.  
make: \*\*\* \[TuioWrapper.o\] Error 1  

is there any other way to install it?

help?

thanks