Compiling pd with SGI -n32 7.3 compilers

Miller Puckette mpuckett at man104-1.UCSD.EDU
Tue Aug 31 01:06:41 CEST 1999


Damn, I should have spoken up earlier, sorry...

I found out how to get Pd (n32) and pd-goi (o32) running together.
The problem in version 0.26 is an un-profiled call to atof() in
m_binbuf.c.  (The makefile should have complained abouit that but
I got the C flags wrong!)

The fix is to change 
#ifdef N32
#include <malloc.h>
#else
#include <stdlib.h>
#endif

to

#include <stdlib.h>

I don't remember why I put the #ifdefs in in the first place...

cheers
Miller



More information about the Pd-list mailing list