[PD-dev] iem16 compilation problem on osx

Georg Holzmann grhPD at gmx.at
Tue Jan 16 12:46:07 CET 2007


Hallo!

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 */
#endif /* __linux__ */
#endif /* MSW */
#endif /* SGI */

union tabfudge
{
     double tf_d;
     int32 tf_i[2];
};

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

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

LG
Georg




More information about the Pd-dev mailing list