On Jan 16, 2007, at 6:46 AM, Georg Holzmann wrote:
iem16 does not compile on OSX - the error is before the int32 in the code below:

----8<-----------8<-------

#ifdef __apple__
#define HIOFFSET 0    /* word offset to find MSB */
#define LOWOFFSET 1    /* word offset to find LSB */
#define int32 int  /* a data type that has 32 bits */

#endif /* MACOSX */

...snip...

----8<-----------8<-------

So maybe this __apple__ is not defined ? should this be defined automatically or otherwise changed to an other define ?

...yep, two things wrong here: it'd be __APPLE__ not __apple__, but in this case I think we need something like __ppc__

jamie

_______________________________________________
PD-dev mailing list
[email protected]
http://lists.puredata.info/listinfo/pd-dev

Reply via email to