[PD] Pd 0.37 for IRIX and bug in u_pdreceive.c

Olaf Matthes olaf.matthes at gmx.de
Mon Aug 16 01:04:25 CEST 2004


Hi there,

maybe there are still some Pd users out there running IRIX... I put a Pd 
0.37 binary (n32) compiled with GCC together with sources out to:

http://www.nullmedium.de/dev/irix/

It's basically Miller's 0.37-4 release with all the changes needed to 
get it working on IRIX (including -rt). I had to add a new audio API 
since Portaudio on IRIX is fairly useless.
In case anybody (Miller?) want's to add these changes to the 'standard' 
Pd release, files that changed are:

s_stuff.h
s_audio.h
s_inter.c
s_midi_sgi.c
m_glob.c
t_main.c

new files: s_audio_sgi.c and a makefile

BTW, I also noticed a small bug in u_pdreceive.c which has a call to 
post() in an IRIX-specific part of code that doesn't get called on any 
other system. Line 82 should probably read:

        fprintf(stderr, "setsockopt failed\n");


Olaf





More information about the Pd-list mailing list