hi, I am trying to compile a version of Pd-0.37-4 on os x 10.5 I used ./configure without any flags. when running make I get the following error (see below). I would like to compile this, or a PDa version for os x (which is based on 0.37-4). Actually I would prefer to get PDa compiling, but that seemed even a step harder. anyone wants to jump on on that problem? thank you, marius.
In file included from ../portaudio_v18/pa_mac_core/pa_mac_core.c:124: ../portaudio_v18/pa_common/pa_host.h:55: error: conflicting types for 'uint32' /System/Library/Frameworks/Security.framework/Headers/cssmconfig.h:64: error: previous declaration of 'uint32' was here ../portaudio_v18/pa_mac_core/pa_mac_core.c: In function 'PaOSX_GetMaxChannels_Config': ../portaudio_v18/pa_mac_core/pa_mac_core.c:570: warning: comparison between signed and unsigned ../portaudio_v18/pa_mac_core/pa_mac_core.c: In function 'PaOSX_GetMaxChannels_Format': ../portaudio_v18/pa_mac_core/pa_mac_core.c:626: warning: comparison between signed and unsigned ../portaudio_v18/pa_mac_core/pa_mac_core.c:630: warning: comparison between signed and unsigned ../portaudio_v18/pa_mac_core/pa_mac_core.c: In function 'PaOSX_LoadAndProcess': ../portaudio_v18/pa_mac_core/pa_mac_core.c:808: warning: 'AudioConverterFillBuffer' is deprecated (declared at /System/Library/Frameworks/AudioToolbox.framework/Headers/AudioConverter.h:639) ../portaudio_v18/pa_mac_core/pa_mac_core.c: In function 'PaOSX_WriteInputRingBuffer': ../portaudio_v18/pa_mac_core/pa_mac_core.c:873: warning: comparison between signed and unsigned ../portaudio_v18/pa_mac_core/pa_mac_core.c:898: warning: comparison between signed and unsigned ../portaudio_v18/pa_mac_core/pa_mac_core.c: In function 'PaOSX_HandleOutput': ../portaudio_v18/pa_mac_core/pa_mac_core.c:1004: warning: comparison between signed and unsigned ../portaudio_v18/pa_mac_core/pa_mac_core.c:1022: warning: comparison between signed and unsigned ../portaudio_v18/pa_mac_core/pa_mac_core.c:1043: warning: 'AudioConverterFillBuffer' is deprecated (declared at /System/Library/Frameworks/AudioToolbox.framework/Headers/AudioConverter.h:639) ../portaudio_v18/pa_mac_core/pa_mac_core.c:1062: warning: comparison between signed and unsigned ../portaudio_v18/pa_mac_core/pa_mac_core.c: In function 'PaOSX_CoreAudioIOCallback': ../portaudio_v18/pa_mac_core/pa_mac_core.c:1176: warning: empty body in an if-statement ../portaudio_v18/pa_mac_core/pa_mac_core.c: In function 'PaOSX_SetFormat': ../portaudio_v18/pa_mac_core/pa_mac_core.c:1246: warning: comparison between signed and unsigned ../portaudio_v18/pa_mac_core/pa_mac_core.c: In function 'PaHost_StartEngine': ../portaudio_v18/pa_mac_core/pa_mac_core.c:1889: warning: 'AudioDeviceAddIOProc' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2067) ../portaudio_v18/pa_mac_core/pa_mac_core.c:1907: warning: 'AudioDeviceAddIOProc' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2067) ../portaudio_v18/pa_mac_core/pa_mac_core.c: In function 'PaHost_StopEngine': ../portaudio_v18/pa_mac_core/pa_mac_core.c:1955: warning: 'AudioDeviceRemoveIOProc' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2081) ../portaudio_v18/pa_mac_core/pa_mac_core.c:1963: warning: 'AudioDeviceRemoveIOProc' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2081) make: *** [../portaudio_v18/pa_mac_core/pa_mac_core.o] Error 1 nyc-calling:src marius$