hi all with the cvs i got missing files (on OSX): 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
are they somewhere? best regards nicolas
On Thu, 9 Jun 2005, nico wrote:
with the cvs i got missing files (on OSX): cc: ../portmidi/pm_mac/pmmac.c: No such file or directory cc: ../portmidi/pm_mac/pmmacosxcm.c: No such file or directory are they somewhere? best regards nicolas
Is this a new folder ? if so, did you use options with the "update" command?
"cvs update" only sees folders already checked out
"cvs update -d" also gets new folders
"cvs update -d -P" gets new new folders and tries deleting obsolete ones
,-o--------o--------o--------o-. ,---. irc.freenode.net #dataflow |
| The Diagram is the Program tm| | ,-o-------------o--------------o-.
-o------------o-------------o-' | | Mathieu Bouchard (Montréal QC) | | téléphone:+1.514.383.3801
---' `-o-- http://artengine.ca/matju -'
Has anyone done anything to talk to the Robust Audio Tool?
Patrick Pagano, B.S., M.F.A Digital Media Specialist University of Floirda Digital Worlds Institute 352-294-2082
Hey Pat,
For RAT you should look into how the accessgrid II python API works and use that to control RAT through the "py" external. I have a feeling though that RAT is still standalone and all the API does it exec it with the proper flags... :( pretty useless. Maybe you should offer to write a RAT in PD. ;)
B>
Pat Pagano wrote:
Has anyone done anything to talk to the Robust Audio Tool?
Patrick Pagano, B.S., M.F.A Digital Media Specialist University of Floirda Digital Worlds Institute 352-294-2082
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
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
your are probably missing the portmidi files ... unlike the portaudio files, they are not included in the cvs ...
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
you are missing the portaudio files ... either because, the are not there or because the configure script doesn't find the path... if you are using miller's build system / Head, i can't help you ... if you're on devel and are using my build system, i might be able to help you (knowing, it doesn't work on osx, yet, but i could try to help you to get it running)
cheers ... tim
my goal was to check if the cvs version of pd run with tcl/tk 8.4.10..... the problem is that there's not the same folder structure in the cvs that in the devel branch.
and also for example pmmac.h don't exist anywhere...
can you explain what's difference between your build system and traditionnal one.
thank you for the reply ++ nico
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
your are probably missing the portmidi files ... unlike the portaudio files, they are not included in the cvs ...
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
you are missing the portaudio files ... either because, the are not there or because the configure script doesn't find the path... if you are using miller's build system / Head, i can't help you ... if you're on devel and are using my build system, i might be able to help you (knowing, it doesn't work on osx, yet, but i could try to help you to get it running)
cheers ... tim
-- 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