Please Reply All so that your emails go to the list also.
Can you post the whole build log? those "lot of letters" hold the key to the problem :)
.hc
On 01/18/2013 11:54 AM, Esteban Viveros wrote:
Now I can see some letters on cmd... hehehehe But not yet..
I have Error 1
The compilation start with
makefile.mingw:300: makefile.dependencies: No such file or directory (... lot of letters ...)
makefile.mingw:273: recipe for targets 'makefile.dependencies' failed make: *** [makefile.dependencies] Error 1
Excuse the "(... lot of letters..)" but my cmd don't have ctrl+c option.. :/
2013/1/18 Hans-Christoph Steiner hans@at.or.at
Oops sorry, it should be:
cd ~/pure-data/pd/src make -f makefile.mingw
Basically run the make command in the same folder as the file makefile.mingw.
.hc
On 01/18/2013 09:34 AM, Esteban Viveros wrote:
:/ I have the same output..
remembering in ~/pure-data I have now 3 folders: Pd-0.43.4-extended-20130117 pd sources
2013/1/18 Hans-Christoph Steiner hans@at.or.at
Oops, yeah, I forgot there is one ugly little detail. Run this in the Terminal:
cd ~/pure-data mv pd-extended pd cd pd make -f makefile.mingw
Now you can do the rest of the stuff from the previous email.
.hc
On 01/18/2013 08:10 AM, Esteban Viveros wrote:
when I ran the command: make -f makefile.mingw
I have the response:
(in ~/puredata) make: makefile.mingw: No such file or directory make: *** No rule to make target 'makefile.mingw'. Stop.
(in ~/puredata/pd-extended) make: makefile.mingw: No such file or directory make: *** No rule to make target 'makefile.mingw'. Stop.
(in ~/puredata/pd-extended/src) makefile.mingw:300: makefile.dependencies: No such file or directory make: *** No rule to make target '../../pd/portaudio/src/common/pa_stream.c' , needed by 'makefile.dependencies'. Stop.
2013/1/17 Hans-Christoph Steiner hans@at.or.at
You don't want the auto-build script for this. Its more trouble than
its
worth. Do this instead:
- download the zip version:
http://autobuild.puredata.info/auto-build/2013-01-17/Pd-0.43.4-extended-2013...
unzip it into ~/pure-data
run these commands:
cd ~/pure-data git clone git:// pure-data.git.sourceforge.net/gitroot/pure-data/pd-extended.git cd ~/pure-data/pd-extended
now copy attached file into ~/pure-data/pd-extended/src/
now run these commands:
make -f makefile.mingw make -f makefile.mingw DESTDIR=~/pure-data/Pd-0.43.4-extended-20130117 prefix= install
(make sure the last line is all on one line)
Now you should be able to go to
~/pure-data/Pd-0.43.4-extended-20130117/bin
and run pd.exe and have a working Pd with jack (fingers crossed)
.hc
On 01/17/2013 05:40 PM, Esteban Viveros wrote: > I need to run git clone git:// > pure-data.git.sourceforge.net/gitroot/pure-data/pd-extended.git in
the
same > folder of the libraries built? (~/pure-data/sources) > > In my case I need to do this with your script: (?) > > mkdir ~/auto-build > cd ~/auto-buildhttps://
pure-data.svn.sourceforge.net/svnroot/pure-data/branches/pd-extended/0.43
> pd-extended >
~/auto-build/pd-extended/scripts/auto-build/pd-extended-auto-builder.sh
> > > > 2013/1/17 Hans-Christoph Steiner hans@at.or.at > >> >> Yeah, it looks like the binary installer for jack is all you need. >> >> No problem if you just built all the libraries in Building Library >> Dependencies For Windows From SVN '/Sources'. I was just trying to
save
>> you >> that effort, since its not needed for what you want to do. But now
you
are >> setup to build all of Pd-extended and perhaps even readanysf~ too
:-D
>> >> You will definitely need to download the Pd-extended source. >> >> .hc >> >> On 01/17/2013 03:37 PM, Esteban Viveros wrote: >>> I have one more question... When you say to install Jack, you say
the
>>> binary software or I need to find a source code of Jack audio? >>> >>> >>> 2013/1/17 Esteban Viveros emviveros@gmail.com >>> >>>> Ops... Already done... :/ >>>> >>>> Now only remains download pd source.. Did I that too wrong? >>>> >>>> I'm thinking to download the pd source and then run your script... Can I >>>> continue? >>>> >>>> >>>> 2013/1/17 Hans-Christoph Steiner hans@at.or.at >>>> >>>>> >>>>> You don't need that stuff at all for what you are doing, skip
that
>> step. >>>>> That's only for building things like Gem. >>>>> >>>>> .hc >>>>> >>>>> On 01/16/2013 07:15 PM, Esteban Viveros wrote: >>>>>> Ok... >>>>>> >>>>>> Now I need to know where is pure-data directory..? It's needed
to
>>>>> Building >>>>>> Library Dependencies For Windows From SVN '/Sources' >>>>>> >>>>>> >>>>>> 2013/1/16 Hans-Christoph Steiner hans@at.or.at >>>>>> >>>>>>> >>>>>>> I updated the makefile.mingw a bit, I forgot to add something before. >>>>> Its >>>>>>> attached. >>>>>>> >>>>>>> .hc >>>>>>> >>>>>>> On 01/16/2013 06:44 PM, Esteban Viveros wrote: >>>>>>>> gcc.exe ,GCC. 4.6.2 >>>>>>>> >>>>>>>> >>>>>>>> 2013/1/16 Hans-Christoph Steiner hans@at.or.at >>>>>>>> >>>>>>>>> On 01/16/2013 06:28 PM, Esteban Viveros wrote: >>>>>>>>>> HC, >>>>>>>>>> >>>>>>>>>> I have two question at time.. >>>>>>>>>> >>>>>>>>>> First, I need to add Cygwin to system path? If yes, I run
SETX
>> path >>>>>>>>>> c:\cygwin;c:\cygwin\bin;%path% in Cygwin Terminal? >>>>>>>>> >>>>>>>>> This is probably optional but cygwin is useful. You do it
from
the >>>>>>> System >>>>>>>>> control panel: >>>>>>>>> http://www.computerhope.com/issues/ch000549.htm >>>>>>>>> >>>>>>>>> If you install TortoiseSVN, I don't think you need cygwin at
all
>>>>> (watch >>>>>>> out >>>>>>>>> for download links in the big add in that page): >>>>>>>>> http://tortoisesvn.net/downloads.html >>>>>>>>> >>>>>>>>>> Two, In session: "Copying Libgmp-10Dll for Cc1.Exe" I don't
have
>>>>>>>>>> /mingw/libexec/gcc/mingw32/4.7.2/ but I have >>>>>>>>>> /mingw/libexec/gcc/mingw32/4.6.2 I need to create the 4.7.2 >>>>> directory >>>>>>> or >>>>>>>>>> copy the dll's to 4.6.2? >>>>>>>>> >>>>>>>>> Copy the dlls to the existing folder, don't create a new one. You >>>>> can >>>>>>> tell >>>>>>>>> which version of gcc you have by doing: >>>>>>>>> >>>>>>>>> gcc --version >>>>>>>>> >>>>>>>>> My guess is that you have 4.6.2, which should work fine. >>>>>>>>> >>>>>>>>> .hc >>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> 2013/1/16 Hans-Christoph Steiner hans@at.or.at >>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Start by installing Jack on your windows machine and
setting
up a >>>>> Pd >>>>>>>>> build >>>>>>>>>>> environment: >>>>>>>>>>> http://puredata.info/docs/developer/WindowsMinGW >>>>>>>>>>> >>>>>>>>>>> You can skip the "Building library dependencies for Windows from >>>>> SVN >>>>>>>>>>> '/sources'" section for now. >>>>>>>>>>> >>>>>>>>>>> Then in the MSYS MinGW shell, do this: >>>>>>>>>>> >>>>>>>>>>> git clone git:// >>>>>>>>>>> pure-data.git.sourceforge.net/gitroot/pure-data/pd-extended.git >>>>>>>>>>> cd pd-extended/src >>>>>>>>>>> make -f makefile.mingw >>>>>>>>>>> >>>>>>>>>>> That should give you a regular Pd build. Then download a >>>>> Pd-extended >>>>>>>>>>> 0.43.4 >>>>>>>>>>> zip version and unzip it. I usually put it on my desktop. Then >>>>> you >>>>>>> can >>>>>>>>>>> install your new build into it: >>>>>>>>>>> >>>>>>>>>>> make -f makefile.mingw >>>>>>>>>>> DESTDIR="$USERPROFILE/Desktop/Pd-0.43.4-extended-20130115 prefix= >>>>>>>>> install >>>>>>>>>>> >>>>>>>>>>> If that works, then you're ready to try to build against
Jack.
>>>>>>> Replace >>>>>>>>>>> pd-extended/src/makefile.mingw with makefile.mingw that is >>>>> attached to >>>>>>>>> this >>>>>>>>>>> email, and try this: >>>>>>>>>>> >>>>>>>>>>> cd pd-extended/src >>>>>>>>>>> make -f makefile.mingw clean >>>>>>>>>>> make -f makefile.mingw >>>>>>>>>>> DESTDIR="$USERPROFILE/Desktop/Pd-0.43.4-extended-20130115 prefix= >>>>>>>>> install >>>>>>>>>>> >>>>>>>>>>> .hc >>>>>>>>>>> >>>>>>>>>>> On 01/16/2013 02:07 PM, Esteban Viveros wrote: >>>>>>>>>>>> Wow.... If I had the knowledge to do.. (!) *.* >>>>>>>>>>>> >>>>>>>>>>>> But I can try... I need documentation to learn.. Where
can I
>>>>> begin? >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> 2013/1/16 Hans-Christoph Steiner hans@at.or.at >>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> I agree, it should be included. Why don't you try to
build
it? >>>>> Or >>>>>>>>>>> maybe >>>>>>>>>>>>> if >>>>>>>>>>>>> patco has some time, he could take a look. >>>>>>>>>>>>> >>>>>>>>>>>>> Its much too late to include it in 0.43.4, but once its >> working, >>>>> its >>>>>>>>>>> easy >>>>>>>>>>>>> to >>>>>>>>>>>>> include in nightly builds of 0.44. >>>>>>>>>>>>> >>>>>>>>>>>>> .hc >>>>>>>>>>>>> >>>>>>>>>>>>> On 01/16/2013 12:58 PM, Esteban Viveros wrote: >>>>>>>>>>>>>> Hello list, >>>>>>>>>>>>>> >>>>>>>>>>>>>> Excuse the hassle... But I think this very important .. >>>>>>>>>>>>>> >>>>>>>>>>>>>> The windows version of pd-extended 0.43 don't have
support
to >>>>>>> Jack.. >>>>>>>>>>>>>> >>>>>>>>>>>>>> It would be great can connect my new pd extended release
to
>>>>> ableton >>>>>>>>>>> live >>>>>>>>>>>>> to >>>>>>>>>>>>>> play a little.. >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> _______________________________________________ >>>>>>>>>>>>>> Pd-list@iem.at mailing list >>>>>>>>>>>>>> UNSUBSCRIBE and account-management -> >>>>>>>>>>>>> http://lists.puredata.info/listinfo/pd-list >>>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> _______________________________________________ >>>>>>>>>>>>> Pd-list@iem.at mailing list >>>>>>>>>>>>> UNSUBSCRIBE and account-management -> >>>>>>>>>>>>> http://lists.puredata.info/listinfo/pd-list >>>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> _______________________________________________ >>>>>>>>>>>> Pd-list@iem.at mailing list >>>>>>>>>>>> UNSUBSCRIBE and account-management -> >>>>>>>>>>> http://lists.puredata.info/listinfo/pd-list >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> _______________________________________________ >>>>>>>>>>> Pd-list@iem.at mailing list >>>>>>>>>>> UNSUBSCRIBE and account-management -> >>>>>>>>>>> http://lists.puredata.info/listinfo/pd-list >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> Pd-list@iem.at mailing list >>>>>>>> UNSUBSCRIBE and account-management -> >>>>>>> http://lists.puredata.info/listinfo/pd-list >>>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Pd-list@iem.at mailing list >>>>>>> UNSUBSCRIBE and account-management -> >>>>>>> http://lists.puredata.info/listinfo/pd-list >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Pd-list@iem.at mailing list >>>>>> UNSUBSCRIBE and account-management -> >>>>> http://lists.puredata.info/listinfo/pd-list >>>>>> >>>>> >>>>> _______________________________________________ >>>>> Pd-list@iem.at mailing list >>>>> UNSUBSCRIBE and account-management -> >>>>> http://lists.puredata.info/listinfo/pd-list >>>>> >>>> >>>> >>>> >>>> -- >>>> >>>> Esteban Viveros >>>> >>>> (27) 8815 7170 >>>> (27) 3066 0359 >>>> (11) 95761 4125 >>>> (11) 2738 7868 >>>> >>>> www.bandpage.com/estebanviveros <
http://soundcloud.com/estebanviveros
> >>>> >>>> https://www.facebook.com/estebanviveros.art >>>> >>>> http://www.papodecompositor-es.blogspot.com.br/ >>>> >>>> http://expurgacao.art.br/ >>>> >>> >>> >>> >> > > > > > > _______________________________________________ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list >
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Excuse the "(... lot of letters..)" but my cmd don't have ctrl+c option.. :/
hello,
Are you really using cmd for compiling, or msys console?
On cmd you can select and copy with menu actions, cygwin uses cmd... In msys console it's truly like a unix terminal, Ctrl+Insert and Shift+Insert for copying and pasting
Really Patrice... But How can I select the text?? I'm trying with the mouse but that's don't working here...
2013/1/19 Patrice Colet colet.patrice@free.fr
Excuse the "(... lot of letters..)" but my cmd don't have ctrl+c option.. :/
hello,
Are you really using cmd for compiling, or msys console?
On cmd you can select and copy with menu actions, cygwin uses cmd... In msys console it's truly like a unix terminal, Ctrl+Insert and Shift+Insert for copying and pasting
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Ops... I tryied the option select all and the select with mouse feature are working now in cmd...
2013/1/20 Esteban Viveros emviveros@gmail.com
Really Patrice... But How can I select the text?? I'm trying with the mouse but that's don't working here...
2013/1/19 Patrice Colet colet.patrice@free.fr
Excuse the "(... lot of letters..)" but my cmd don't have ctrl+c option.. :/
hello,
Are you really using cmd for compiling, or msys console?
On cmd you can select and copy with menu actions, cygwin uses cmd... In msys console it's truly like a unix terminal, Ctrl+Insert and Shift+Insert for copying and pasting
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
--
Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros http://soundcloud.com/estebanviveros
https://www.facebook.com/estebanviveros.art
Finally! That's the result of my attempting compilation
C:\MinGW\msys\1.0\home\Esteban\pure-data\pd\src>make -f makefile.mingw
makefile.mingw:300: makefile.dependencies: No such file or directory
gcc -I../../pd/src -IC:\Program Files (x86)/Jack/includes
-I/c/Progra~1/jack/inc
ludes -I/c/Progra~2/jack/includes -I/c/Progra~3/jack/includes
-I../../pd/portaud
io -I../../pd/portaudio/include -I../../pd/portaudio/src/common
-I../../pd/porta
udio/src/os/win -I../../pd/asio/ASIOSDK2/common
-I../../pd/asio/ASIOSDK2/host -I
../../pd/asio/ASIOSDK2/host/pc -DPD -DPD_INTERNAL -DPA_USE_ASIO
-DPA_USE_WMME -D
WINVER=0x0502 -DUSEAPI_MMIO -DUSEAPI_PORTAUDIO -mms-bitfields
-DWISHAPP='"wish8
5.exe"' -Wall -W -Wstrict-prototypes -Wno-unused -Wno-unused-parameter
-Wno-par
entheses -Wno-switch -O3 -funroll-loops -fomit-frame-pointer -M
g_canvas.c g_g
raph.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 m_pd.c m_class.c
m_obj.
c m_atom.c m_memory.c m_binbuf.c m_conf_pdextended.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 s_utf8.c d_ugen.c d_ctl.c d_arithmetic.c d_osc.c d_filter.c d_math.c
d_arra
y.c d_global.c d_delay.c d_resample.c x_arithmetic.c x_connective.c
x_acousti
cs.c d_soundfile.c e_fft.c e_gfxstub.c e_dac.c e_midi.c g_magicglass.c
scandi
r.c import.c path.c print.c closebang.c initbang.c loadbang.c
d_fft_mayer.c d_f
ftroutine.c s_audio_pa.c s_audio_paring.c s_audio_jack.c s_audio_mmio.c
s_midi_
mmio.c ../../pd/portaudio/src/common/pa_stream.c
../../pd/portaudio/src/common
/pa_trace.c ../../pd/portaudio/src/common/pa_process.c
../../pd/portaudio/src/
common/pa_front.c ../../pd/portaudio/src/common/pa_dither.c
../../pd/portaudio
/src/common/pa_cpuload.c ../../pd/portaudio/src/common/pa_converters.c
../../p
d/portaudio/src/common/pa_allocation.c
../../pd/portaudio/src/common/pa_ringbuf
fer.c ../../pd/portaudio/src/os/win/pa_win_hostapis.c
../../pd/portaudio/src/o
s/win/pa_win_util.c ../../pd/portaudio/src/os/win/pa_win_waveformat.c
../../pd
/portaudio/src/os/win/pa_win_coinitialize.c
../../pd/portaudio/src/hostapi/wmme
/pa_win_wmme.c g_all_guis.h m_imp.h g_canvas.h m_pd.h s_stuff.h
g_magicglass.h
s_audio_paring.h scandir.h ../portaudio/src/os/win/pa_win_coinitialize.h
> makefile.dependencies
/bin/sh: -c: line 0: syntax error near unexpected token (' /bin/sh: -c: line 0:
gcc -I../../pd/src -IC:\Program Files
(x86)/Jack/includes
-I/c/Progra~1/jack/includes -I/c/Progra~2/jack/includes
-I/c/Progra~3/jack/inclu
des -I../../pd/portaudio -I../../pd/portaudio/include
-I../../pd/portaudio/src/c
ommon -I../../pd/portaudio/src/os/win -I../../pd/asio/ASIOSDK2/common
-I../../pd
/asio/ASIOSDK2/host -I../../pd/asio/ASIOSDK2/host/pc -DPD -DPD_INTERNAL
-DPA_USE
_ASIO -DPA_USE_WMME -DWINVER=0x0502 -DUSEAPI_MMIO -DUSEAPI_PORTAUDIO
-mms-bitfi
elds -DWISHAPP='"wish85.exe"' -Wall -W -Wstrict-prototypes -Wno-unused
-Wno-unu
sed-parameter -Wno-parentheses -Wno-switch -O3 -funroll-loops
-fomit-frame-poin
ter -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 m
_pd.c m_class.c m_obj.c m_atom.c m_memory.c m_binbuf.c m_conf_pdextended.c
m_gl
ob.c m_sched.c s_main.c s_inter.c s_file.c s_print.c s_loader.c s_path.c
s_ent
ry.c s_audio.c s_midi.c s_utf8.c d_ugen.c d_ctl.c d_arithmetic.c d_osc.c
d_fil
ter.c d_math.c d_array.c d_global.c d_delay.c d_resample.c
x_arithmetic.c x_c
onnective.c x_acoustics.c d_soundfile.c e_fft.c e_gfxstub.c e_dac.c
e_midi.c
g_magicglass.c scandir.c import.c path.c print.c closebang.c initbang.c
loadba
ng.c d_fft_mayer.c d_fftroutine.c s_audio_pa.c s_audio_paring.c
s_audio_jack.c
s_audio_mmio.c s_midi_mmio.c ../../pd/portaudio/src/common/pa_stream.c
../../p
d/portaudio/src/common/pa_trace.c
../../pd/portaudio/src/common/pa_process.c .
./../pd/portaudio/src/common/pa_front.c
../../pd/portaudio/src/common/pa_dither
.c ../../pd/portaudio/src/common/pa_cpuload.c
../../pd/portaudio/src/common/pa
_converters.c ../../pd/portaudio/src/common/pa_allocation.c
../../pd/portaudio
/src/common/pa_ringbuffer.c
../../pd/portaudio/src/os/win/pa_win_hostapis.c ..
/../pd/portaudio/src/os/win/pa_win_util.c
../../pd/portaudio/src/os/win/pa_win_
waveformat.c ../../pd/portaudio/src/os/win/pa_win_coinitialize.c
../../pd/port
audio/src/hostapi/wmme/pa_win_wmme.c g_all_guis.h m_imp.h g_canvas.h m_pd.h
s_st
uff.h g_magicglass.h s_audio_paring.h scandir.h
../portaudio/src/os/win/pa_wi
n_coinitialize.h '
makefile.mingw:273: recipe for target `makefile.dependencies' failed
make: *** [makefile.dependencies] Error 1
C:\MinGW\msys\1.0\home\Esteban\pure-data\pd\src>
2013/1/20 Esteban Viveros emviveros@gmail.com
Ops... I tryied the option select all and the select with mouse feature are working now in cmd...
2013/1/20 Esteban Viveros emviveros@gmail.com
Really Patrice... But How can I select the text?? I'm trying with the mouse but that's don't working here...
2013/1/19 Patrice Colet colet.patrice@free.fr
Excuse the "(... lot of letters..)" but my cmd don't have ctrl+c option.. :/
hello,
Are you really using cmd for compiling, or msys console?
On cmd you can select and copy with menu actions, cygwin uses cmd... In msys console it's truly like a unix terminal, Ctrl+Insert and Shift+Insert for copying and pasting
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
--
Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros http://soundcloud.com/estebanviveros
https://www.facebook.com/estebanviveros.art
--
Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros http://soundcloud.com/estebanviveros
https://www.facebook.com/estebanviveros.art
Ok, that's much better! Try the attached makefile.mingw. The problem is actually here:
/bin/sh: -c: line 0: syntax error near unexpected token
(' /bin/sh: -c: line 0:
gcc -I../../pd/src -IC:\Program Files (x86)/Jack/includes -I/c/Progra~1/jack/includes -I/c/Progra~2/jack/includes -I/c/Progra~3/jack/includes
Also, it looks like you're using cmd.exe, like I think patco said. You should use the MinGW Shell, it is sometimes called MSYS. You can find it in your Program Files menu under MinGW. Building Pd-extended might work under cmd.exe, but I've never tried. I always use the MinGW MSYS shell.
.hc
On 01/20/2013 07:56 AM, Esteban Viveros wrote:
Finally! That's the result of my attempting compilation
C:\MinGW\msys\1.0\home\Esteban\pure-data\pd\src>make -f makefile.mingw makefile.mingw:300: makefile.dependencies: No such file or directory gcc -I../../pd/src -IC:\Program Files (x86)/Jack/includes -I/c/Progra~1/jack/inc ludes -I/c/Progra~2/jack/includes -I/c/Progra~3/jack/includes -I../../pd/portaud io -I../../pd/portaudio/include -I../../pd/portaudio/src/common -I../../pd/porta udio/src/os/win -I../../pd/asio/ASIOSDK2/common -I../../pd/asio/ASIOSDK2/host -I ../../pd/asio/ASIOSDK2/host/pc -DPD -DPD_INTERNAL -DPA_USE_ASIO -DPA_USE_WMME -D WINVER=0x0502 -DUSEAPI_MMIO -DUSEAPI_PORTAUDIO -mms-bitfields -DWISHAPP='"wish8 5.exe"' -Wall -W -Wstrict-prototypes -Wno-unused -Wno-unused-parameter -Wno-par entheses -Wno-switch -O3 -funroll-loops -fomit-frame-pointer -M g_canvas.c g_g raph.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 m_pd.c m_class.c m_obj. c m_atom.c m_memory.c m_binbuf.c m_conf_pdextended.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 s_utf8.c d_ugen.c d_ctl.c d_arithmetic.c d_osc.c d_filter.c d_math.c d_arra y.c d_global.c d_delay.c d_resample.c x_arithmetic.c x_connective.c x_acousti cs.c d_soundfile.c e_fft.c e_gfxstub.c e_dac.c e_midi.c g_magicglass.c scandi r.c import.c path.c print.c closebang.c initbang.c loadbang.c d_fft_mayer.c d_f ftroutine.c s_audio_pa.c s_audio_paring.c s_audio_jack.c s_audio_mmio.c s_midi_ mmio.c ../../pd/portaudio/src/common/pa_stream.c ../../pd/portaudio/src/common /pa_trace.c ../../pd/portaudio/src/common/pa_process.c ../../pd/portaudio/src/ common/pa_front.c ../../pd/portaudio/src/common/pa_dither.c ../../pd/portaudio /src/common/pa_cpuload.c ../../pd/portaudio/src/common/pa_converters.c ../../p d/portaudio/src/common/pa_allocation.c ../../pd/portaudio/src/common/pa_ringbuf fer.c ../../pd/portaudio/src/os/win/pa_win_hostapis.c ../../pd/portaudio/src/o s/win/pa_win_util.c ../../pd/portaudio/src/os/win/pa_win_waveformat.c ../../pd /portaudio/src/os/win/pa_win_coinitialize.c ../../pd/portaudio/src/hostapi/wmme /pa_win_wmme.c g_all_guis.h m_imp.h g_canvas.h m_pd.h s_stuff.h g_magicglass.h s_audio_paring.h scandir.h ../portaudio/src/os/win/pa_win_coinitialize.h
> makefile.dependencies /bin/sh: -c: line 0: syntax error near unexpected token(' /bin/sh: -c: line 0:
gcc -I../../pd/src -IC:\Program Files (x86)/Jack/includes -I/c/Progra~1/jack/includes -I/c/Progra~2/jack/includes -I/c/Progra~3/jack/inclu des -I../../pd/portaudio -I../../pd/portaudio/include -I../../pd/portaudio/src/c ommon -I../../pd/portaudio/src/os/win -I../../pd/asio/ASIOSDK2/common -I../../pd /asio/ASIOSDK2/host -I../../pd/asio/ASIOSDK2/host/pc -DPD -DPD_INTERNAL -DPA_USE _ASIO -DPA_USE_WMME -DWINVER=0x0502 -DUSEAPI_MMIO -DUSEAPI_PORTAUDIO -mms-bitfi elds -DWISHAPP='"wish85.exe"' -Wall -W -Wstrict-prototypes -Wno-unused -Wno-unu sed-parameter -Wno-parentheses -Wno-switch -O3 -funroll-loops -fomit-frame-poin ter -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 m _pd.c m_class.c m_obj.c m_atom.c m_memory.c m_binbuf.c m_conf_pdextended.c m_gl ob.c m_sched.c s_main.c s_inter.c s_file.c s_print.c s_loader.c s_path.c s_ent ry.c s_audio.c s_midi.c s_utf8.c d_ugen.c d_ctl.c d_arithmetic.c d_osc.c d_fil ter.c d_math.c d_array.c d_global.c d_delay.c d_resample.c x_arithmetic.c x_c onnective.c x_acoustics.c d_soundfile.c e_fft.c e_gfxstub.c e_dac.c e_midi.c g_magicglass.c scandir.c import.c path.c print.c closebang.c initbang.c loadba ng.c d_fft_mayer.c d_fftroutine.c s_audio_pa.c s_audio_paring.c s_audio_jack.c s_audio_mmio.c s_midi_mmio.c ../../pd/portaudio/src/common/pa_stream.c ../../p d/portaudio/src/common/pa_trace.c ../../pd/portaudio/src/common/pa_process.c . ./../pd/portaudio/src/common/pa_front.c ../../pd/portaudio/src/common/pa_dither .c ../../pd/portaudio/src/common/pa_cpuload.c ../../pd/portaudio/src/common/pa _converters.c ../../pd/portaudio/src/common/pa_allocation.c ../../pd/portaudio /src/common/pa_ringbuffer.c ../../pd/portaudio/src/os/win/pa_win_hostapis.c .. /../pd/portaudio/src/os/win/pa_win_util.c ../../pd/portaudio/src/os/win/pa_win_ waveformat.c ../../pd/portaudio/src/os/win/pa_win_coinitialize.c ../../pd/port audio/src/hostapi/wmme/pa_win_wmme.c g_all_guis.h m_imp.h g_canvas.h m_pd.h s_st uff.h g_magicglass.h s_audio_paring.h scandir.h ../portaudio/src/os/win/pa_wi n_coinitialize.h ' makefile.mingw:273: recipe for target `makefile.dependencies' failed make: *** [makefile.dependencies] Error 1C:\MinGW\msys\1.0\home\Esteban\pure-data\pd\src>
2013/1/20 Esteban Viveros emviveros@gmail.com
Ops... I tryied the option select all and the select with mouse feature are working now in cmd...
2013/1/20 Esteban Viveros emviveros@gmail.com
Really Patrice... But How can I select the text?? I'm trying with the mouse but that's don't working here...
2013/1/19 Patrice Colet colet.patrice@free.fr
Excuse the "(... lot of letters..)" but my cmd don't have ctrl+c option.. :/
hello,
Are you really using cmd for compiling, or msys console?
On cmd you can select and copy with menu actions, cygwin uses cmd... In msys console it's truly like a unix terminal, Ctrl+Insert and Shift+Insert for copying and pasting
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
--
Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros http://soundcloud.com/estebanviveros
https://www.facebook.com/estebanviveros.art
--
Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros http://soundcloud.com/estebanviveros
https://www.facebook.com/estebanviveros.art
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Well.. I have here only MinGW shell and Uninstall mingw-get on MinGW menu..
2013/1/20 Hans-Christoph Steiner hans@at.or.at
Ok, that's much better! Try the attached makefile.mingw. The problem is actually here:
/bin/sh: -c: line 0: syntax error near unexpected token
(' /bin/sh: -c: line 0:
gcc -I../../pd/src -IC:\Program Files (x86)/Jack/includes -I/c/Progra~1/jack/includes -I/c/Progra~2/jack/includes -I/c/Progra~3/jack/includesAlso, it looks like you're using cmd.exe, like I think patco said. You should use the MinGW Shell, it is sometimes called MSYS. You can find it in your Program Files menu under MinGW. Building Pd-extended might work under cmd.exe, but I've never tried. I always use the MinGW MSYS shell.
.hc
On 01/20/2013 07:56 AM, Esteban Viveros wrote:
Finally! That's the result of my attempting compilation
C:\MinGW\msys\1.0\home\Esteban\pure-data\pd\src>make -f makefile.mingw makefile.mingw:300: makefile.dependencies: No such file or directory gcc -I../../pd/src -IC:\Program Files (x86)/Jack/includes -I/c/Progra~1/jack/inc ludes -I/c/Progra~2/jack/includes -I/c/Progra~3/jack/includes -I../../pd/portaud io -I../../pd/portaudio/include -I../../pd/portaudio/src/common -I../../pd/porta udio/src/os/win -I../../pd/asio/ASIOSDK2/common -I../../pd/asio/ASIOSDK2/host -I ../../pd/asio/ASIOSDK2/host/pc -DPD -DPD_INTERNAL -DPA_USE_ASIO -DPA_USE_WMME -D WINVER=0x0502 -DUSEAPI_MMIO -DUSEAPI_PORTAUDIO -mms-bitfields -DWISHAPP='"wish8 5.exe"' -Wall -W -Wstrict-prototypes -Wno-unused -Wno-unused-parameter -Wno-par entheses -Wno-switch -O3 -funroll-loops -fomit-frame-pointer -M g_canvas.c g_g raph.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 m_pd.c m_class.c m_obj. c m_atom.c m_memory.c m_binbuf.c m_conf_pdextended.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 s_utf8.c d_ugen.c d_ctl.c d_arithmetic.c d_osc.c d_filter.c d_math.c d_arra y.c d_global.c d_delay.c d_resample.c x_arithmetic.c x_connective.c x_acousti cs.c d_soundfile.c e_fft.c e_gfxstub.c e_dac.c e_midi.c g_magicglass.c scandi r.c import.c path.c print.c closebang.c initbang.c loadbang.c d_fft_mayer.c d_f ftroutine.c s_audio_pa.c s_audio_paring.c s_audio_jack.c s_audio_mmio.c s_midi_ mmio.c ../../pd/portaudio/src/common/pa_stream.c ../../pd/portaudio/src/common /pa_trace.c ../../pd/portaudio/src/common/pa_process.c ../../pd/portaudio/src/ common/pa_front.c ../../pd/portaudio/src/common/pa_dither.c ../../pd/portaudio /src/common/pa_cpuload.c ../../pd/portaudio/src/common/pa_converters.c ../../p d/portaudio/src/common/pa_allocation.c ../../pd/portaudio/src/common/pa_ringbuf fer.c ../../pd/portaudio/src/os/win/pa_win_hostapis.c ../../pd/portaudio/src/o s/win/pa_win_util.c ../../pd/portaudio/src/os/win/pa_win_waveformat.c ../../pd /portaudio/src/os/win/pa_win_coinitialize.c ../../pd/portaudio/src/hostapi/wmme /pa_win_wmme.c g_all_guis.h m_imp.h g_canvas.h m_pd.h s_stuff.h g_magicglass.h s_audio_paring.h scandir.h
../portaudio/src/os/win/pa_win_coinitialize.h \
> makefile.dependencies
/bin/sh: -c: line 0: syntax error near unexpected token
(' /bin/sh: -c: line 0:
gcc -I../../pd/src -IC:\Program Files (x86)/Jack/includes -I/c/Progra~1/jack/includes -I/c/Progra~2/jack/includes -I/c/Progra~3/jack/inclu des -I../../pd/portaudio -I../../pd/portaudio/include -I../../pd/portaudio/src/c ommon -I../../pd/portaudio/src/os/win -I../../pd/asio/ASIOSDK2/common -I../../pd /asio/ASIOSDK2/host -I../../pd/asio/ASIOSDK2/host/pc -DPD -DPD_INTERNAL -DPA_USE _ASIO -DPA_USE_WMME -DWINVER=0x0502 -DUSEAPI_MMIO -DUSEAPI_PORTAUDIO -mms-bitfi elds -DWISHAPP='"wish85.exe"' -Wall -W -Wstrict-prototypes -Wno-unused -Wno-unu sed-parameter -Wno-parentheses -Wno-switch -O3 -funroll-loops -fomit-frame-poin ter -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 m _pd.c m_class.c m_obj.c m_atom.c m_memory.c m_binbuf.cm_conf_pdextended.c
m_gl ob.c m_sched.c s_main.c s_inter.c s_file.c s_print.c s_loader.c
s_path.c
s_ent ry.c s_audio.c s_midi.c s_utf8.c d_ugen.c d_ctl.c d_arithmetic.c
d_osc.c
d_fil ter.c d_math.c d_array.c d_global.c d_delay.c d_resample.c x_arithmetic.c x_c onnective.c x_acoustics.c d_soundfile.c e_fft.c e_gfxstub.c e_dac.c e_midi.c g_magicglass.c scandir.c import.c path.c print.c closebang.c initbang.c loadba ng.c d_fft_mayer.c d_fftroutine.c s_audio_pa.c s_audio_paring.c s_audio_jack.c s_audio_mmio.c s_midi_mmio.c ../../pd/portaudio/src/common/pa_stream.c ../../p d/portaudio/src/common/pa_trace.c ../../pd/portaudio/src/common/pa_process.c . ./../pd/portaudio/src/common/pa_front.c ../../pd/portaudio/src/common/pa_dither .c ../../pd/portaudio/src/common/pa_cpuload.c ../../pd/portaudio/src/common/pa _converters.c ../../pd/portaudio/src/common/pa_allocation.c ../../pd/portaudio /src/common/pa_ringbuffer.c ../../pd/portaudio/src/os/win/pa_win_hostapis.c .. /../pd/portaudio/src/os/win/pa_win_util.c ../../pd/portaudio/src/os/win/pa_win_ waveformat.c ../../pd/portaudio/src/os/win/pa_win_coinitialize.c ../../pd/port audio/src/hostapi/wmme/pa_win_wmme.c g_all_guis.h m_imp.h g_canvas.h
m_pd.h
s_st uff.h g_magicglass.h s_audio_paring.h scandir.h ../portaudio/src/os/win/pa_wi n_coinitialize.h ' makefile.mingw:273: recipe for target `makefile.dependencies' failed make: *** [makefile.dependencies] Error 1
C:\MinGW\msys\1.0\home\Esteban\pure-data\pd\src>
2013/1/20 Esteban Viveros emviveros@gmail.com
Ops... I tryied the option select all and the select with mouse feature are working now in cmd...
2013/1/20 Esteban Viveros emviveros@gmail.com
Really Patrice... But How can I select the text?? I'm trying with the mouse but that's don't working here...
2013/1/19 Patrice Colet colet.patrice@free.fr
> Excuse the "(... lot of letters..)" but my cmd don't have ctrl+c > option.. :/
hello,
Are you really using cmd for compiling, or msys console?
On cmd you can select and copy with menu actions, cygwin uses cmd... In msys console it's truly like a unix terminal, Ctrl+Insert and Shift+Insert for copying and pasting
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
--
Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros http://soundcloud.com/estebanviveros
https://www.facebook.com/estebanviveros.art
--
Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros http://soundcloud.com/estebanviveros
https://www.facebook.com/estebanviveros.art
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
MinGW Shell is what you want. They used to call that the MSYS shell.
.hc
On 01/21/2013 06:14 PM, Esteban Viveros wrote:
Well.. I have here only MinGW shell and Uninstall mingw-get on MinGW menu..
2013/1/20 Hans-Christoph Steiner hans@at.or.at
Ok, that's much better! Try the attached makefile.mingw. The problem is actually here:
/bin/sh: -c: line 0: syntax error near unexpected token
(' /bin/sh: -c: line 0:
gcc -I../../pd/src -IC:\Program Files (x86)/Jack/includes -I/c/Progra~1/jack/includes -I/c/Progra~2/jack/includes -I/c/Progra~3/jack/includesAlso, it looks like you're using cmd.exe, like I think patco said. You should use the MinGW Shell, it is sometimes called MSYS. You can find it in your Program Files menu under MinGW. Building Pd-extended might work under cmd.exe, but I've never tried. I always use the MinGW MSYS shell.
.hc
On 01/20/2013 07:56 AM, Esteban Viveros wrote:
Finally! That's the result of my attempting compilation
C:\MinGW\msys\1.0\home\Esteban\pure-data\pd\src>make -f makefile.mingw makefile.mingw:300: makefile.dependencies: No such file or directory gcc -I../../pd/src -IC:\Program Files (x86)/Jack/includes -I/c/Progra~1/jack/inc ludes -I/c/Progra~2/jack/includes -I/c/Progra~3/jack/includes -I../../pd/portaud io -I../../pd/portaudio/include -I../../pd/portaudio/src/common -I../../pd/porta udio/src/os/win -I../../pd/asio/ASIOSDK2/common -I../../pd/asio/ASIOSDK2/host -I ../../pd/asio/ASIOSDK2/host/pc -DPD -DPD_INTERNAL -DPA_USE_ASIO -DPA_USE_WMME -D WINVER=0x0502 -DUSEAPI_MMIO -DUSEAPI_PORTAUDIO -mms-bitfields -DWISHAPP='"wish8 5.exe"' -Wall -W -Wstrict-prototypes -Wno-unused -Wno-unused-parameter -Wno-par entheses -Wno-switch -O3 -funroll-loops -fomit-frame-pointer -M g_canvas.c g_g raph.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 m_pd.c m_class.c m_obj. c m_atom.c m_memory.c m_binbuf.c m_conf_pdextended.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 s_utf8.c d_ugen.c d_ctl.c d_arithmetic.c d_osc.c d_filter.c d_math.c d_arra y.c d_global.c d_delay.c d_resample.c x_arithmetic.c x_connective.c x_acousti cs.c d_soundfile.c e_fft.c e_gfxstub.c e_dac.c e_midi.c g_magicglass.c scandi r.c import.c path.c print.c closebang.c initbang.c loadbang.c d_fft_mayer.c d_f ftroutine.c s_audio_pa.c s_audio_paring.c s_audio_jack.c s_audio_mmio.c s_midi_ mmio.c ../../pd/portaudio/src/common/pa_stream.c ../../pd/portaudio/src/common /pa_trace.c ../../pd/portaudio/src/common/pa_process.c ../../pd/portaudio/src/ common/pa_front.c ../../pd/portaudio/src/common/pa_dither.c ../../pd/portaudio /src/common/pa_cpuload.c ../../pd/portaudio/src/common/pa_converters.c ../../p d/portaudio/src/common/pa_allocation.c ../../pd/portaudio/src/common/pa_ringbuf fer.c ../../pd/portaudio/src/os/win/pa_win_hostapis.c ../../pd/portaudio/src/o s/win/pa_win_util.c ../../pd/portaudio/src/os/win/pa_win_waveformat.c ../../pd /portaudio/src/os/win/pa_win_coinitialize.c ../../pd/portaudio/src/hostapi/wmme /pa_win_wmme.c g_all_guis.h m_imp.h g_canvas.h m_pd.h s_stuff.h g_magicglass.h s_audio_paring.h scandir.h
../portaudio/src/os/win/pa_win_coinitialize.h \
> makefile.dependencies
/bin/sh: -c: line 0: syntax error near unexpected token
(' /bin/sh: -c: line 0:
gcc -I../../pd/src -IC:\Program Files (x86)/Jack/includes -I/c/Progra~1/jack/includes -I/c/Progra~2/jack/includes -I/c/Progra~3/jack/inclu des -I../../pd/portaudio -I../../pd/portaudio/include -I../../pd/portaudio/src/c ommon -I../../pd/portaudio/src/os/win -I../../pd/asio/ASIOSDK2/common -I../../pd /asio/ASIOSDK2/host -I../../pd/asio/ASIOSDK2/host/pc -DPD -DPD_INTERNAL -DPA_USE _ASIO -DPA_USE_WMME -DWINVER=0x0502 -DUSEAPI_MMIO -DUSEAPI_PORTAUDIO -mms-bitfi elds -DWISHAPP='"wish85.exe"' -Wall -W -Wstrict-prototypes -Wno-unused -Wno-unu sed-parameter -Wno-parentheses -Wno-switch -O3 -funroll-loops -fomit-frame-poin ter -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 m _pd.c m_class.c m_obj.c m_atom.c m_memory.c m_binbuf.cm_conf_pdextended.c
m_gl ob.c m_sched.c s_main.c s_inter.c s_file.c s_print.c s_loader.c
s_path.c
s_ent ry.c s_audio.c s_midi.c s_utf8.c d_ugen.c d_ctl.c d_arithmetic.c
d_osc.c
d_fil ter.c d_math.c d_array.c d_global.c d_delay.c d_resample.c x_arithmetic.c x_c onnective.c x_acoustics.c d_soundfile.c e_fft.c e_gfxstub.c e_dac.c e_midi.c g_magicglass.c scandir.c import.c path.c print.c closebang.c initbang.c loadba ng.c d_fft_mayer.c d_fftroutine.c s_audio_pa.c s_audio_paring.c s_audio_jack.c s_audio_mmio.c s_midi_mmio.c ../../pd/portaudio/src/common/pa_stream.c ../../p d/portaudio/src/common/pa_trace.c ../../pd/portaudio/src/common/pa_process.c . ./../pd/portaudio/src/common/pa_front.c ../../pd/portaudio/src/common/pa_dither .c ../../pd/portaudio/src/common/pa_cpuload.c ../../pd/portaudio/src/common/pa _converters.c ../../pd/portaudio/src/common/pa_allocation.c ../../pd/portaudio /src/common/pa_ringbuffer.c ../../pd/portaudio/src/os/win/pa_win_hostapis.c .. /../pd/portaudio/src/os/win/pa_win_util.c ../../pd/portaudio/src/os/win/pa_win_ waveformat.c ../../pd/portaudio/src/os/win/pa_win_coinitialize.c ../../pd/port audio/src/hostapi/wmme/pa_win_wmme.c g_all_guis.h m_imp.h g_canvas.h
m_pd.h
s_st uff.h g_magicglass.h s_audio_paring.h scandir.h ../portaudio/src/os/win/pa_wi n_coinitialize.h ' makefile.mingw:273: recipe for target `makefile.dependencies' failed make: *** [makefile.dependencies] Error 1
C:\MinGW\msys\1.0\home\Esteban\pure-data\pd\src>
2013/1/20 Esteban Viveros emviveros@gmail.com
Ops... I tryied the option select all and the select with mouse feature are working now in cmd...
2013/1/20 Esteban Viveros emviveros@gmail.com
Really Patrice... But How can I select the text?? I'm trying with the mouse but that's don't working here...
2013/1/19 Patrice Colet colet.patrice@free.fr
>> Excuse the "(... lot of letters..)" but my cmd don't have ctrl+c >> option.. :/
hello,
Are you really using cmd for compiling, or msys console?
On cmd you can select and copy with menu actions, cygwin uses cmd... In msys console it's truly like a unix terminal, Ctrl+Insert and Shift+Insert for copying and pasting
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
--
Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros http://soundcloud.com/estebanviveros
https://www.facebook.com/estebanviveros.art
--
Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros http://soundcloud.com/estebanviveros
https://www.facebook.com/estebanviveros.art
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
2013/1/21 Hans-Christoph Steiner hans@at.or.at
MinGW Shell is what you want. They used to call that the MSYS shell.
Ok.. I tryed it... Same output...
On 01/21/2013 06:44 PM, Esteban Viveros wrote:
2013/1/21 Hans-Christoph Steiner hans@at.or.at
MinGW Shell is what you want. They used to call that the MSYS shell.
Ok.. I tryed it... Same output...
Did you replace the makefile.mingw?
.hc
2013/1/21 Hans-Christoph Steiner hans@at.or.at
Did you replace the makefile.mingw?
Ops... My fault... I'm was tried the worng makefile.mingw .. :/ Excuses...
Now I have new troubles.. :)
See make.log attached... (Thanks IOhannes!!)
You need to get the ASIO files:
http://puredata.info/docs/developer/WindowsMinGW
once you get the asiosdk2.2.zip, then unzip it into ~/pure-data/pd/asio so that there is a folder called ASIOSDK2 like this: ~/pure-data/pd/asio/ASIOSDK2
.hc
On 01/21/2013 07:15 PM, Esteban Viveros wrote:
2013/1/21 Hans-Christoph Steiner hans@at.or.at
Did you replace the makefile.mingw?
Ops... My fault... I'm was tried the worng makefile.mingw .. :/ Excuses...
Now I have new troubles.. :)
See make.log attached... (Thanks IOhannes!!)
2013/1/21 Hans-Christoph Steiner hans@at.or.at
once you get the asiosdk2.2.zip, then unzip it into ~/pure-data/pd/asio so that there is a folder called ASIOSDK2 like this: ~/pure-data/pd/asio/ASIOSDK2
Ok! It's done.
New log file
Getting closer... try the newly attached makefile.
.hc
On 01/21/2013 07:25 PM, Esteban Viveros wrote:
2013/1/21 Hans-Christoph Steiner hans@at.or.at
once you get the asiosdk2.2.zip, then unzip it into ~/pure-data/pd/asio so that there is a folder called ASIOSDK2 like this: ~/pure-data/pd/asio/ASIOSDK2
Ok! It's done.
New log file
Ok.. It's done!
How to play?
2013/1/21 Hans-Christoph Steiner hans@at.or.at
Getting closer... try the newly attached makefile.
.hc
On 01/21/2013 07:25 PM, Esteban Viveros wrote:
2013/1/21 Hans-Christoph Steiner hans@at.or.at
once you get the asiosdk2.2.zip, then unzip it into ~/pure-data/pd/asio
so
that there is a folder called ASIOSDK2 like this: ~/pure-data/pd/asio/ASIOSDK2
Ok! It's done.
New log file
http://autobuild.puredata.info/auto-build/2013-01-17/Pd-0.43.4-extended-2013...
unzip it into ~/pure-data
in ~/pure-data/pd/src, run:
make -f makefile.mingw DESTDIR=~/pure-data/Pd-0.43.4-extended-20130117 prefix= install
(make sure the last line is all on one line)
Now you should be able to go to ~/pure-data/Pd-0.43.4-extended-20130117/bin and run pd.exe and have a working Pd with jack (fingers crossed)
.hc
On 01/21/2013 09:05 PM, Esteban Viveros wrote:
Ok.. It's done!
How to play?
2013/1/21 Hans-Christoph Steiner hans@at.or.at
Getting closer... try the newly attached makefile.
.hc
On 01/21/2013 07:25 PM, Esteban Viveros wrote:
2013/1/21 Hans-Christoph Steiner hans@at.or.at
once you get the asiosdk2.2.zip, then unzip it into ~/pure-data/pd/asio
so
that there is a folder called ASIOSDK2 like this: ~/pure-data/pd/asio/ASIOSDK2
Ok! It's done.
New log file
Yeah.. I'm trying that but nothind happend.. Maybe the pd-extended installed in system...??
2013/1/22 Hans-Christoph Steiner hans@at.or.at
- download the zip version:
http://autobuild.puredata.info/auto-build/2013-01-17/Pd-0.43.4-extended-2013...
unzip it into ~/pure-data
in ~/pure-data/pd/src, run:
make -f makefile.mingw DESTDIR=~/pure-data/Pd-0.43.4-extended-20130117 prefix= install
(make sure the last line is all on one line)
Now you should be able to go to ~/pure-data/Pd-0.43.4-extended-20130117/bin and run pd.exe and have a working Pd with jack (fingers crossed)
.hc
On 01/21/2013 09:05 PM, Esteban Viveros wrote:
Ok.. It's done!
How to play?
2013/1/21 Hans-Christoph Steiner hans@at.or.at
Getting closer... try the newly attached makefile.
.hc
On 01/21/2013 07:25 PM, Esteban Viveros wrote:
2013/1/21 Hans-Christoph Steiner hans@at.or.at
once you get the asiosdk2.2.zip, then unzip it into
~/pure-data/pd/asio
so
that there is a folder called ASIOSDK2 like this: ~/pure-data/pd/asio/ASIOSDK2
Ok! It's done.
New log file
You can look at the date on the pd.exe in ~/pure-data/Pd-0.43.4-extended-20130117/bin and see if its your new one. And make sure this is all on the same line:
make -f makefile.mingw DESTDIR=~/pure-data/Pd-0.43.4-extended-20130117 prefix= install
.hc
On 01/21/2013 09:11 PM, Esteban Viveros wrote:
Yeah.. I'm trying that but nothind happend.. Maybe the pd-extended installed in system...??
2013/1/22 Hans-Christoph Steiner hans@at.or.at
- download the zip version:
http://autobuild.puredata.info/auto-build/2013-01-17/Pd-0.43.4-extended-2013...
unzip it into ~/pure-data
in ~/pure-data/pd/src, run:
make -f makefile.mingw DESTDIR=~/pure-data/Pd-0.43.4-extended-20130117 prefix= install
(make sure the last line is all on one line)
Now you should be able to go to ~/pure-data/Pd-0.43.4-extended-20130117/bin and run pd.exe and have a working Pd with jack (fingers crossed)
.hc
On 01/21/2013 09:05 PM, Esteban Viveros wrote:
Ok.. It's done!
How to play?
2013/1/21 Hans-Christoph Steiner hans@at.or.at
Getting closer... try the newly attached makefile.
.hc
On 01/21/2013 07:25 PM, Esteban Viveros wrote:
2013/1/21 Hans-Christoph Steiner hans@at.or.at
once you get the asiosdk2.2.zip, then unzip it into
~/pure-data/pd/asio
so
that there is a folder called ASIOSDK2 like this: ~/pure-data/pd/asio/ASIOSDK2
Ok! It's done.
New log file
Yes... Pd-0.43.4-extended-20130117 .. Nut I need to run the pd.exe in ~/pure-data/pd/src or ~/pure-data/Pd-0.43.4-extended-20130117/bin ??
~/pure-data/Pd-0.43.4-extended-20130117/bin/pd.exe are running.. But I don't have jackrouter option...
~/pure-data/pd/src/pd.exe nothing happens
2013/1/22 Hans-Christoph Steiner hans@at.or.at
You can look at the date on the pd.exe in ~/pure-data/Pd-0.43.4-extended-20130117/bin and see if its your new one. And make sure this is all on the same line:
make -f makefile.mingw DESTDIR=~/pure-data/Pd-0.43.4-extended-20130117 prefix= install
.hc
On 01/21/2013 09:11 PM, Esteban Viveros wrote:
Yeah.. I'm trying that but nothind happend.. Maybe the pd-extended installed in system...??
2013/1/22 Hans-Christoph Steiner hans@at.or.at
- download the zip version:
http://autobuild.puredata.info/auto-build/2013-01-17/Pd-0.43.4-extended-2013...
unzip it into ~/pure-data
in ~/pure-data/pd/src, run:
make -f makefile.mingw DESTDIR=~/pure-data/Pd-0.43.4-extended-20130117 prefix= install
(make sure the last line is all on one line)
Now you should be able to go to
~/pure-data/Pd-0.43.4-extended-20130117/bin
and run pd.exe and have a working Pd with jack (fingers crossed)
.hc
On 01/21/2013 09:05 PM, Esteban Viveros wrote:
Ok.. It's done!
How to play?
2013/1/21 Hans-Christoph Steiner hans@at.or.at
Getting closer... try the newly attached makefile.
.hc
On 01/21/2013 07:25 PM, Esteban Viveros wrote:
2013/1/21 Hans-Christoph Steiner hans@at.or.at
> once you get the asiosdk2.2.zip, then unzip it into
~/pure-data/pd/asio
so
> that there is a folder called ASIOSDK2 like this: > ~/pure-data/pd/asio/ASIOSDK2 >
Ok! It's done.
New log file
I tried to run in ~/pure-data/pd/src/pd in cms and I have:
C:\MinGW\msys\1.0\home\Esteban\pure-data\pd\src>pd spawnl: No such file or directory C:\MinGW\msys\1.0\home\Esteban\pure-data\pd\bin\wish85.exe: couldn't load TCL
2013/1/22 Esteban Viveros emviveros@gmail.com
Yes... Pd-0.43.4-extended-20130117 .. Nut I need to run the pd.exe in ~/pure-data/pd/src or ~/pure-data/Pd-0.43.4-extended-20130117/bin ??
~/pure-data/Pd-0.43.4-extended-20130117/bin/pd.exe are running.. But I don't have jackrouter option...
~/pure-data/pd/src/pd.exe nothing happens
2013/1/22 Hans-Christoph Steiner hans@at.or.at
You can look at the date on the pd.exe in ~/pure-data/Pd-0.43.4-extended-20130117/bin and see if its your new one. And make sure this is all on the same line:
make -f makefile.mingw DESTDIR=~/pure-data/Pd-0.43.4-extended-20130117 prefix= install
.hc
On 01/21/2013 09:11 PM, Esteban Viveros wrote:
Yeah.. I'm trying that but nothind happend.. Maybe the pd-extended installed in system...??
2013/1/22 Hans-Christoph Steiner hans@at.or.at
- download the zip version:
http://autobuild.puredata.info/auto-build/2013-01-17/Pd-0.43.4-extended-2013...
unzip it into ~/pure-data
in ~/pure-data/pd/src, run:
make -f makefile.mingw DESTDIR=~/pure-data/Pd-0.43.4-extended-20130117 prefix= install
(make sure the last line is all on one line)
Now you should be able to go to
~/pure-data/Pd-0.43.4-extended-20130117/bin
and run pd.exe and have a working Pd with jack (fingers crossed)
.hc
On 01/21/2013 09:05 PM, Esteban Viveros wrote:
Ok.. It's done!
How to play?
2013/1/21 Hans-Christoph Steiner hans@at.or.at
Getting closer... try the newly attached makefile.
.hc
On 01/21/2013 07:25 PM, Esteban Viveros wrote: > 2013/1/21 Hans-Christoph Steiner hans@at.or.at > >> once you get the asiosdk2.2.zip, then unzip it into
~/pure-data/pd/asio
so >> that there is a folder called ASIOSDK2 like this: >> ~/pure-data/pd/asio/ASIOSDK2 >> > > Ok! It's done. > > New log file > >
--
Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros http://soundcloud.com/estebanviveros
https://www.facebook.com/estebanviveros.art
Ah, I think I know the issue, try rebulding it, there were a couple of changes in the latest makefile.mingw that didn't take effect:
cd ~/pure-data/src make -f makefile.mingw clean make -f makefile.mingw make -f makefile.mingw DESTDIR=~/pure-data/Pd-0.43.4-extended-20130117 prefix= install
Then the one you want is in: ~/pure-data/Pd-0.43.4-extended-20130117/bin
You can't run it directly in ~/pure-data/pd/src because it is missing all of the Tcl files that are in ~/pure-data/Pd-0.43.4-extended-20130117/bin
.hc
On 01/21/2013 09:19 PM, Esteban Viveros wrote:
Yes... Pd-0.43.4-extended-20130117 .. Nut I need to run the pd.exe in ~/pure-data/pd/src or ~/pure-data/Pd-0.43.4-extended-20130117/bin ??
~/pure-data/Pd-0.43.4-extended-20130117/bin/pd.exe are running.. But I don't have jackrouter option...
~/pure-data/pd/src/pd.exe nothing happens
2013/1/22 Hans-Christoph Steiner hans@at.or.at
You can look at the date on the pd.exe in ~/pure-data/Pd-0.43.4-extended-20130117/bin and see if its your new one. And make sure this is all on the same line:
make -f makefile.mingw DESTDIR=~/pure-data/Pd-0.43.4-extended-20130117 prefix= install
.hc
On 01/21/2013 09:11 PM, Esteban Viveros wrote:
Yeah.. I'm trying that but nothind happend.. Maybe the pd-extended installed in system...??
2013/1/22 Hans-Christoph Steiner hans@at.or.at
- download the zip version:
http://autobuild.puredata.info/auto-build/2013-01-17/Pd-0.43.4-extended-2013...
unzip it into ~/pure-data
in ~/pure-data/pd/src, run:
make -f makefile.mingw DESTDIR=~/pure-data/Pd-0.43.4-extended-20130117 prefix= install
(make sure the last line is all on one line)
Now you should be able to go to
~/pure-data/Pd-0.43.4-extended-20130117/bin
and run pd.exe and have a working Pd with jack (fingers crossed)
.hc
On 01/21/2013 09:05 PM, Esteban Viveros wrote:
Ok.. It's done!
How to play?
2013/1/21 Hans-Christoph Steiner hans@at.or.at
Getting closer... try the newly attached makefile.
.hc
On 01/21/2013 07:25 PM, Esteban Viveros wrote: > 2013/1/21 Hans-Christoph Steiner hans@at.or.at > >> once you get the asiosdk2.2.zip, then unzip it into
~/pure-data/pd/asio
so >> that there is a folder called ASIOSDK2 like this: >> ~/pure-data/pd/asio/ASIOSDK2 >> > > Ok! It's done. > > New log file > >
Now I can't conclude the compilation...
I did: cd ~/pure-data/pd/src make -f makefile.mingw clean make -f makefile.mingw
Something in jack.h ... I have this file in C:/Program Files (x86)/Jack/includes/jack
What can I do?
2013/1/22 Hans-Christoph Steiner hans@at.or.at
Ah, I think I know the issue, try rebulding it, there were a couple of changes in the latest makefile.mingw that didn't take effect:
cd ~/pure-data/src make -f makefile.mingw clean make -f makefile.mingw make -f makefile.mingw DESTDIR=~/pure-data/Pd-0.43.4-extended-20130117 prefix= install
Then the one you want is in: ~/pure-data/Pd-0.43.4-extended-20130117/bin
You can't run it directly in ~/pure-data/pd/src because it is missing all of the Tcl files that are in ~/pure-data/Pd-0.43.4-extended-20130117/bin
.hc
On 01/21/2013 09:19 PM, Esteban Viveros wrote:
Yes... Pd-0.43.4-extended-20130117 .. Nut I need to run the pd.exe in ~/pure-data/pd/src or ~/pure-data/Pd-0.43.4-extended-20130117/bin ??
~/pure-data/Pd-0.43.4-extended-20130117/bin/pd.exe are running.. But I don't have jackrouter option...
~/pure-data/pd/src/pd.exe nothing happens
2013/1/22 Hans-Christoph Steiner hans@at.or.at
You can look at the date on the pd.exe in ~/pure-data/Pd-0.43.4-extended-20130117/bin and see if its your new one. And make sure this is all on the same line:
make -f makefile.mingw DESTDIR=~/pure-data/Pd-0.43.4-extended-20130117 prefix= install
.hc
On 01/21/2013 09:11 PM, Esteban Viveros wrote:
Yeah.. I'm trying that but nothind happend.. Maybe the pd-extended installed in system...??
2013/1/22 Hans-Christoph Steiner hans@at.or.at
- download the zip version:
http://autobuild.puredata.info/auto-build/2013-01-17/Pd-0.43.4-extended-2013...
unzip it into ~/pure-data
in ~/pure-data/pd/src, run:
make -f makefile.mingw DESTDIR=~/pure-data/Pd-0.43.4-extended-20130117 prefix= install
(make sure the last line is all on one line)
Now you should be able to go to
~/pure-data/Pd-0.43.4-extended-20130117/bin
and run pd.exe and have a working Pd with jack (fingers crossed)
.hc
On 01/21/2013 09:05 PM, Esteban Viveros wrote:
Ok.. It's done!
How to play?
2013/1/21 Hans-Christoph Steiner hans@at.or.at
> > Getting closer... try the newly attached makefile. > > .hc > > On 01/21/2013 07:25 PM, Esteban Viveros wrote: >> 2013/1/21 Hans-Christoph Steiner hans@at.or.at >> >>> once you get the asiosdk2.2.zip, then unzip it into
~/pure-data/pd/asio
> so >>> that there is a folder called ASIOSDK2 like this: >>> ~/pure-data/pd/asio/ASIOSDK2 >>> >> >> Ok! It's done. >> >> New log file >> >> >
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2013-01-22 11:57, Esteban Viveros wrote:
Now I can't conclude the compilation...
I did: cd ~/pure-data/pd/src make -f makefile.mingw clean make -f makefile.mingw
Something in jack.h ... I have this file in C:/Program Files (x86)/Jack/includes/jack
What can I do?
install it to a location that does not have spaces in it. (but then you would need to adjust the makefile.mingw to reflext those new paths) make is well-known for having problems with spaces in paths.
fgamsdr IOhannes
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2013-01-22 12:04, IOhannes m zmoelnig wrote:
On 2013-01-22 11:57, Esteban Viveros wrote:
Now I can't conclude the compilation...
I did: cd ~/pure-data/pd/src make -f makefile.mingw clean make -f makefile.mingw
Something in jack.h ... I have this file in C:/Program Files (x86)/Jack/includes/jack
What can I do?
install it to a location
"it" being the jack library and headers.
fgasdr IOhannes
2013/1/21 Esteban Viveros emviveros@gmail.com
Well.. I have here only MinGW shell and Uninstall mingw-get on MinGW menu..
I don't know... But using MinGW shell I have the same output... This shell is not the same msys shell?
I tried in mingw shell the command (http://www.mingw.org/wiki/MSYS): mount c:/mingw /mingw
and I have: /bin/mount: mount point '/mingw' is already in use
This may mean that everything is ok with msys?
HC, can the compilation process gender a log file?
2013/1/18 Hans-Christoph Steiner hans@at.or.at
Please Reply All so that your emails go to the list also.
Can you post the whole build log? those "lot of letters" hold the key to the problem :)
.hc
On 01/18/2013 11:54 AM, Esteban Viveros wrote:
Now I can see some letters on cmd... hehehehe But not yet..
I have Error 1
The compilation start with
makefile.mingw:300: makefile.dependencies: No such file or directory (... lot of letters ...)
makefile.mingw:273: recipe for targets 'makefile.dependencies' failed make: *** [makefile.dependencies] Error 1
Excuse the "(... lot of letters..)" but my cmd don't have ctrl+c
option.. :/
2013/1/18 Hans-Christoph Steiner hans@at.or.at
Oops sorry, it should be:
cd ~/pure-data/pd/src make -f makefile.mingw
Basically run the make command in the same folder as the file makefile.mingw.
.hc
On 01/18/2013 09:34 AM, Esteban Viveros wrote:
:/ I have the same output..
remembering in ~/pure-data I have now 3 folders: Pd-0.43.4-extended-20130117 pd sources
2013/1/18 Hans-Christoph Steiner hans@at.or.at
Oops, yeah, I forgot there is one ugly little detail. Run this in the Terminal:
cd ~/pure-data mv pd-extended pd cd pd make -f makefile.mingw
Now you can do the rest of the stuff from the previous email.
.hc
On 01/18/2013 08:10 AM, Esteban Viveros wrote:
when I ran the command: make -f makefile.mingw
I have the response:
(in ~/puredata) make: makefile.mingw: No such file or directory make: *** No rule to make target 'makefile.mingw'. Stop.
(in ~/puredata/pd-extended) make: makefile.mingw: No such file or directory make: *** No rule to make target 'makefile.mingw'. Stop.
(in ~/puredata/pd-extended/src) makefile.mingw:300: makefile.dependencies: No such file or directory make: *** No rule to make target '../../pd/portaudio/src/common/pa_stream.c' , needed by 'makefile.dependencies'. Stop.
2013/1/17 Hans-Christoph Steiner hans@at.or.at
> > You don't want the auto-build script for this. Its more trouble
than
its
> worth. Do this instead: > > * download the zip version: > >
http://autobuild.puredata.info/auto-build/2013-01-17/Pd-0.43.4-extended-2013...
> > * unzip it into ~/pure-data > > * run these commands: > cd ~/pure-data > git clone git:// > pure-data.git.sourceforge.net/gitroot/pure-data/pd-extended.git > cd ~/pure-data/pd-extended > > * now copy attached file into ~/pure-data/pd-extended/src/ > > * now run these commands: > make -f makefile.mingw > make -f makefile.mingw
DESTDIR=~/pure-data/Pd-0.43.4-extended-20130117
> prefix= > install > > (make sure the last line is all on one line) > > Now you should be able to go to
~/pure-data/Pd-0.43.4-extended-20130117/bin
> and run pd.exe and have a working Pd with jack (fingers crossed) > > .hc > > On 01/17/2013 05:40 PM, Esteban Viveros wrote: >> I need to run git clone git:// >> pure-data.git.sourceforge.net/gitroot/pure-data/pd-extended.git in
the
> same >> folder of the libraries built? (~/pure-data/sources) >> >> In my case I need to do this with your script: (?) >> >> mkdir ~/auto-build >> cd ~/auto-buildhttps:// >
pure-data.svn.sourceforge.net/svnroot/pure-data/branches/pd-extended/0.43
>> pd-extended >>
~/auto-build/pd-extended/scripts/auto-build/pd-extended-auto-builder.sh
>> >> >> >> 2013/1/17 Hans-Christoph Steiner hans@at.or.at >> >>> >>> Yeah, it looks like the binary installer for jack is all you need. >>> >>> No problem if you just built all the libraries in Building Library >>> Dependencies For Windows From SVN '/Sources'. I was just trying
to
save
>>> you >>> that effort, since its not needed for what you want to do. But
now
you
> are >>> setup to build all of Pd-extended and perhaps even readanysf~ too
:-D
>>> >>> You will definitely need to download the Pd-extended source. >>> >>> .hc >>> >>> On 01/17/2013 03:37 PM, Esteban Viveros wrote: >>>> I have one more question... When you say to install Jack, you say
the
>>>> binary software or I need to find a source code of Jack audio? >>>> >>>> >>>> 2013/1/17 Esteban Viveros emviveros@gmail.com >>>> >>>>> Ops... Already done... :/ >>>>> >>>>> Now only remains download pd source.. Did I that too wrong? >>>>> >>>>> I'm thinking to download the pd source and then run your
script...
> Can I >>>>> continue? >>>>> >>>>> >>>>> 2013/1/17 Hans-Christoph Steiner hans@at.or.at >>>>> >>>>>> >>>>>> You don't need that stuff at all for what you are doing, skip
that
>>> step. >>>>>> That's only for building things like Gem. >>>>>> >>>>>> .hc >>>>>> >>>>>> On 01/16/2013 07:15 PM, Esteban Viveros wrote: >>>>>>> Ok... >>>>>>> >>>>>>> Now I need to know where is pure-data directory..? It's needed
to
>>>>>> Building >>>>>>> Library Dependencies For Windows From SVN '/Sources' >>>>>>> >>>>>>> >>>>>>> 2013/1/16 Hans-Christoph Steiner hans@at.or.at >>>>>>> >>>>>>>> >>>>>>>> I updated the makefile.mingw a bit, I forgot to add something > before. >>>>>> Its >>>>>>>> attached. >>>>>>>> >>>>>>>> .hc >>>>>>>> >>>>>>>> On 01/16/2013 06:44 PM, Esteban Viveros wrote: >>>>>>>>> gcc.exe ,GCC. 4.6.2 >>>>>>>>> >>>>>>>>> >>>>>>>>> 2013/1/16 Hans-Christoph Steiner hans@at.or.at >>>>>>>>> >>>>>>>>>> On 01/16/2013 06:28 PM, Esteban Viveros wrote: >>>>>>>>>>> HC, >>>>>>>>>>> >>>>>>>>>>> I have two question at time.. >>>>>>>>>>> >>>>>>>>>>> First, I need to add Cygwin to system path? If yes, I run
SETX
>>> path >>>>>>>>>>> c:\cygwin;c:\cygwin\bin;%path% in Cygwin Terminal? >>>>>>>>>> >>>>>>>>>> This is probably optional but cygwin is useful. You do it
from
> the >>>>>>>> System >>>>>>>>>> control panel: >>>>>>>>>> http://www.computerhope.com/issues/ch000549.htm >>>>>>>>>> >>>>>>>>>> If you install TortoiseSVN, I don't think you need cygwin
at
all
>>>>>> (watch >>>>>>>> out >>>>>>>>>> for download links in the big add in that page): >>>>>>>>>> http://tortoisesvn.net/downloads.html >>>>>>>>>> >>>>>>>>>>> Two, In session: "Copying Libgmp-10Dll for Cc1.Exe" I
don't
have
>>>>>>>>>>> /mingw/libexec/gcc/mingw32/4.7.2/ but I have >>>>>>>>>>> /mingw/libexec/gcc/mingw32/4.6.2 I need to create the
4.7.2
>>>>>> directory >>>>>>>> or >>>>>>>>>>> copy the dll's to 4.6.2? >>>>>>>>>> >>>>>>>>>> Copy the dlls to the existing folder, don't create a new
one.
> You >>>>>> can >>>>>>>> tell >>>>>>>>>> which version of gcc you have by doing: >>>>>>>>>> >>>>>>>>>> gcc --version >>>>>>>>>> >>>>>>>>>> My guess is that you have 4.6.2, which should work fine. >>>>>>>>>> >>>>>>>>>> .hc >>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> 2013/1/16 Hans-Christoph Steiner hans@at.or.at >>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> Start by installing Jack on your windows machine and
setting
> up a >>>>>> Pd >>>>>>>>>> build >>>>>>>>>>>> environment: >>>>>>>>>>>> http://puredata.info/docs/developer/WindowsMinGW >>>>>>>>>>>> >>>>>>>>>>>> You can skip the "Building library dependencies for
Windows
> from >>>>>> SVN >>>>>>>>>>>> '/sources'" section for now. >>>>>>>>>>>> >>>>>>>>>>>> Then in the MSYS MinGW shell, do this: >>>>>>>>>>>> >>>>>>>>>>>> git clone git:// >>>>>>>>>>>> > pure-data.git.sourceforge.net/gitroot/pure-data/pd-extended.git >>>>>>>>>>>> cd pd-extended/src >>>>>>>>>>>> make -f makefile.mingw >>>>>>>>>>>> >>>>>>>>>>>> That should give you a regular Pd build. Then download a >>>>>> Pd-extended >>>>>>>>>>>> 0.43.4 >>>>>>>>>>>> zip version and unzip it. I usually put it on my
desktop.
> Then >>>>>> you >>>>>>>> can >>>>>>>>>>>> install your new build into it: >>>>>>>>>>>> >>>>>>>>>>>> make -f makefile.mingw >>>>>>>>>>>> DESTDIR="$USERPROFILE/Desktop/Pd-0.43.4-extended-20130115 > prefix= >>>>>>>>>> install >>>>>>>>>>>> >>>>>>>>>>>> If that works, then you're ready to try to build against
Jack.
>>>>>>>> Replace >>>>>>>>>>>> pd-extended/src/makefile.mingw with makefile.mingw that
is
>>>>>> attached to >>>>>>>>>> this >>>>>>>>>>>> email, and try this: >>>>>>>>>>>> >>>>>>>>>>>> cd pd-extended/src >>>>>>>>>>>> make -f makefile.mingw clean >>>>>>>>>>>> make -f makefile.mingw >>>>>>>>>>>> DESTDIR="$USERPROFILE/Desktop/Pd-0.43.4-extended-20130115 > prefix= >>>>>>>>>> install >>>>>>>>>>>> >>>>>>>>>>>> .hc >>>>>>>>>>>> >>>>>>>>>>>> On 01/16/2013 02:07 PM, Esteban Viveros wrote: >>>>>>>>>>>>> Wow.... If I had the knowledge to do.. (!) *.* >>>>>>>>>>>>> >>>>>>>>>>>>> But I can try... I need documentation to learn.. Where
can I
>>>>>> begin? >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> 2013/1/16 Hans-Christoph Steiner hans@at.or.at >>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> I agree, it should be included. Why don't you try to
build
> it? >>>>>> Or >>>>>>>>>>>> maybe >>>>>>>>>>>>>> if >>>>>>>>>>>>>> patco has some time, he could take a look. >>>>>>>>>>>>>> >>>>>>>>>>>>>> Its much too late to include it in 0.43.4, but once its >>> working, >>>>>> its >>>>>>>>>>>> easy >>>>>>>>>>>>>> to >>>>>>>>>>>>>> include in nightly builds of 0.44. >>>>>>>>>>>>>> >>>>>>>>>>>>>> .hc >>>>>>>>>>>>>> >>>>>>>>>>>>>> On 01/16/2013 12:58 PM, Esteban Viveros wrote: >>>>>>>>>>>>>>> Hello list, >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Excuse the hassle... But I think this very important
..
>>>>>>>>>>>>>>> >>>>>>>>>>>>>>> The windows version of pd-extended 0.43 don't have
support
> to >>>>>>>> Jack.. >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> It would be great can connect my new pd extended
release
to
>>>>>> ableton >>>>>>>>>>>> live >>>>>>>>>>>>>> to >>>>>>>>>>>>>>> play a little.. >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> _______________________________________________ >>>>>>>>>>>>>>> Pd-list@iem.at mailing list >>>>>>>>>>>>>>> UNSUBSCRIBE and account-management -> >>>>>>>>>>>>>> http://lists.puredata.info/listinfo/pd-list >>>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> _______________________________________________ >>>>>>>>>>>>>> Pd-list@iem.at mailing list >>>>>>>>>>>>>> UNSUBSCRIBE and account-management -> >>>>>>>>>>>>>> http://lists.puredata.info/listinfo/pd-list >>>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> _______________________________________________ >>>>>>>>>>>>> Pd-list@iem.at mailing list >>>>>>>>>>>>> UNSUBSCRIBE and account-management -> >>>>>>>>>>>> http://lists.puredata.info/listinfo/pd-list >>>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> _______________________________________________ >>>>>>>>>>>> Pd-list@iem.at mailing list >>>>>>>>>>>> UNSUBSCRIBE and account-management -> >>>>>>>>>>>> http://lists.puredata.info/listinfo/pd-list >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> _______________________________________________ >>>>>>>>> Pd-list@iem.at mailing list >>>>>>>>> UNSUBSCRIBE and account-management -> >>>>>>>> http://lists.puredata.info/listinfo/pd-list >>>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> Pd-list@iem.at mailing list >>>>>>>> UNSUBSCRIBE and account-management -> >>>>>>>> http://lists.puredata.info/listinfo/pd-list >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Pd-list@iem.at mailing list >>>>>>> UNSUBSCRIBE and account-management -> >>>>>> http://lists.puredata.info/listinfo/pd-list >>>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Pd-list@iem.at mailing list >>>>>> UNSUBSCRIBE and account-management -> >>>>>> http://lists.puredata.info/listinfo/pd-list >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> Esteban Viveros >>>>> >>>>> (27) 8815 7170 >>>>> (27) 3066 0359 >>>>> (11) 95761 4125 >>>>> (11) 2738 7868 >>>>> >>>>> www.bandpage.com/estebanviveros <
http://soundcloud.com/estebanviveros
>> >>>>> >>>>> https://www.facebook.com/estebanviveros.art >>>>> >>>>> http://www.papodecompositor-es.blogspot.com.br/ >>>>> >>>>> http://expurgacao.art.br/ >>>>> >>>> >>>> >>>> >>> >> >> >> >> >> >> _______________________________________________ >> Pd-list@iem.at mailing list >> UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list >> > > _______________________________________________ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > >
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 01/20/2013 01:50 PM, Esteban Viveros wrote:
HC, can the compilation process gender a log file?
i'm not HC, but hopefully i can give some hints.
$ make > make.log
will redirect all stdout to make.log since most errors got to stderr, you probably want to do:
$ make > make.log 2>&1
which will first redirect stderr to stdout, and then capture stdout to make.log.
gfamsdr IOhannes
Yeah.. I can gender a log file now.. The next log I will use that! Thanks!
2013/1/20 IOhannes zmölnig zmoelnig@iem.at
On 01/20/2013 01:50 PM, Esteban Viveros wrote:
HC, can the compilation process gender a log file?
i'm not HC, but hopefully i can give some hints.
$ make > make.log
will redirect all stdout to make.log since most errors got to stderr, you probably want to do:
$ make > make.log 2>&1
which will first redirect stderr to stdout, and then capture stdout to make.log.
gfamsdr IOhannes
______________________________**_________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/** listinfo/pd-list http://lists.puredata.info/listinfo/pd-list