Fixed the problems mentioned yesterday... things now compile on linux, windows, and mac. Performance testing still to come... there are still problems with graphics.
cheers Miller
hi miller,
Fixed the problems mentioned yesterday... things now compile on linux, windows, and mac. Performance testing still to come... there are still problems with graphics.
works fine on my machine ... about the bad performance i experienced a few weeks ago ... this might have been related to garray_updatetime which was broken for 0.39 ... a wonderful problem resulting in parallel and uncoordinated development :-/
t
Doesn't compile for me. Looks like you need to commit the portaudio/midi stuff to CVS:
hans@sla:src > make cc -I. -g -O2 -DPD -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -O2 -DMACOSX -DUNISTD -I/usr/X11R6/include -I../portaudio/pa_common -I../portaudio/pablio -I../portmidi/pm_common -I../portmidi/pm_mac -I../portmidi/porttime -Wno-error -DUSEAPI_PORTAUDIO -DPA_BIG_ENDIAN -DPA19 -M g_canvas.c g_graph.c g_text.c g_rtext.c g_array.c g_template.c g_io.c g_scalar.c g_traversal.c g_guiconnect.c g_readwrite.c g_editor.c g_all_guis.c g_bang.c g_hdial.c g_hslider.c g_mycanvas.c g_numbox.c g_toggle.c g_vdial.c g_vslider.c g_vumeter.c m_pd.c m_class.c m_obj.c m_atom.c m_memory.c m_binbuf.c m_conf.c m_glob.c m_sched.c s_main.c s_inter.c s_file.c s_print.c s_loader.c s_path.c s_entry.c s_audio.c s_midi.c d_ugen.c d_ctl.c d_arithmetic.c d_osc.c d_filter.c d_dac.c d_misc.c d_math.c d_fft.c d_mayer_fft.c d_fftroutine.c d_array.c d_global.c d_delay.c d_resample.c x_arithmetic.c x_connective.c x_interface.c x_midi.c x_misc.c x_time.c x_acoustics.c x_net.c x_qlist.c x_gui.c d_soundfile.c s_midi_pm.c s_audio_pa.c s_audio_pablio.c s_audio_paring.c ../portaudio/pa_common/pa_allocation.c ../portaudio/pa_common/pa_converters.c ../portaudio/pa_common/pa_cpuload.c ../portaudio/pa_common/pa_dither.c ../portaudio/pa_common/pa_front.c ../portaudio/pa_common/pa_process.c ../portaudio/pa_common/pa_skeleton.c ../portaudio/pa_common/pa_stream.c ../portaudio/pa_common/pa_trace.c ../portaudio/pa_unix/pa_unix_util.c ../portaudio/pa_mac_core/pa_mac_core.c ../portaudio/pa_mac/pa_mac_hostapis.c ../portmidi/pm_mac/pmmac.c ../portmidi/pm_mac/pmmacosxcm.c ../portmidi/pm_common/pmutil.c ../portmidi/pm_common/portmidi.c ../portmidi/porttime/ptmacosx_cf.c > makefile.dependencies cc: ../portmidi/pm_mac/pmmac.c: No such file or directory cc: ../portmidi/pm_mac/pmmacosxcm.c: No such file or directory cc: ../portmidi/pm_common/pmutil.c: No such file or directory cc: ../portmidi/pm_common/portmidi.c: No such file or directory cc: ../portmidi/porttime/ptmacosx_cf.c: No such file or directory s_midi_pm.c:22:22: portmidi.h: No such file or directory s_midi_pm.c:23:22: porttime.h: No such file or directory s_midi_pm.c:24:24: pminternal.h: No such file or directory In file included from s_audio_pa.c:15: s_audio_pablio.h:49:24: ringbuffer.h: No such file or directory In file included from s_audio_pablio.c:44: s_audio_paring.h:46:24: ringbuffer.h: No such file or directory In file included from s_audio_pablio.c:45: s_audio_pablio.h:49:24: ringbuffer.h: No such file or directory In file included from s_audio_paring.c:44: s_audio_paring.h:46:24: ringbuffer.h: No such file or directory ../portaudio/pa_common/pa_converters.c:55:22: pa_types.h: No such file or directory ../portaudio/pa_common/pa_front.c:101:22: pa_types.h: No such file or directory ../portaudio/pa_unix/pa_unix_util.c:42:26: pa_unix_util.h: No such file or directory make: *** [makefile.dependencies] Error 1
.hc
On Jul 7, 2005, at 8:10 PM, Miller Puckette wrote:
Fixed the problems mentioned yesterday... things now compile on linux, windows, and mac. Performance testing still to come... there are still problems with graphics.
cheers Miller
PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
________________________________________________________________________ ____
As we enjoy great advantages from inventions of others, we should be glad of an opportunity to serve others by any invention of ours; and this we should do freely and generously.
- Benjamin Franklin
Doesn't compile for me. Looks like you need to commit the portaudio/midi stuff to CVS:
not ./portaudio/midi, but ./portmidi and ./portaudio/pablio ...
t
On Jul 9, 2005, at 10:52 AM, Tim Blechmann wrote:
Doesn't compile for me. Looks like you need to commit the portaudio/midi stuff to CVS:
not ./portaudio/midi, but ./portmidi and ./portaudio/pablio ...
hehe, I was using the slash in a grammatical way, PortAudio/PortMIDI, I didn't think of a path. Thanks for the correction.
.hc
t
-- mailto:TimBlechmann@gmx.de ICQ: 96771783 http://www.mokabar.tk
latest mp3: kMW.mp3 http://mattin.org/mp3.html
latest cd: Goh Lee Kwang & Tim Blechmann: Drone http://www.geocities.com/gohleekwangtimblechmannduo/
After one look at this planet any visitor from outer space would say "I want to see the manager." William S. Burroughs
________________________________________________________________________ ____
As we enjoy great advantages from inventions of others, we should be glad of an opportunity to serve others by any invention of ours; and this we should do freely and generously.
- Benjamin Franklin
hehe, I was using the slash in a grammatical way, PortAudio/PortMIDI, I didn't think of a path. Thanks for the correction.
seems that the only advantage of windoze is that these misunderstandings can't happen ;-)
t