-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2013-01-22 12:21, Esteban Viveros wrote:
Ok.. I will do that... But why until te make clean, yesterday, ir run the compilation?
good point. my hint was merely an assumption what might be causing troubles.
in this case: are you sure you are using the correct makefile.mingw again?
fgmadr IOhannes
Now I can do the compilation, but I have the same results of yesterday...
Issues:
se attached log file.
last versions of makefile.mingw, first 17 jan version, after 20 jan version and at last the 21jan version. All without make clean..
Remembering after make -f makefile.mingw I ran: make -f makefile.mingw DESTDIR=~/pure-data/Pd-0.43.4-extended-20130117 prefix= I have the message: make: Nothing to be done for `all'. Trying to open pd.exe in ~/pure-data/Pd-0.43.4-extended-20130117/bin I don't have jackrouter option like in ableton live for example...
Then I see I'm forgot one "install" command and I ran that and I have: install: missing file operand Try `install --help' for more information.
2013/1/22 IOhannes m zmoelnig zmoelnig@iem.at
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2013-01-22 12:21, Esteban Viveros wrote:
Ok.. I will do that... But why until te make clean, yesterday, ir run the compilation?
good point. my hint was merely an assumption what might be causing troubles.
in this case: are you sure you are using the correct makefile.mingw again?
fgmadr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAlD+dswACgkQkX2Xpv6ydvTrfgCg0lW2VRBQPWuFBMGwA+92T0VJ Ts8An15zUwGyHBhbWfLIM0tf2m+3pmwu =PV3t -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 01/22/2013 07:10 AM, Esteban Viveros wrote:
Now I can do the compilation, but I have the same results of yesterday...
Issues:
- Running make -f makefile.mingw clean I can't complete the
compilation, se attached log file. - To do the compilation I needed to do make -f makefile.mingw with the 3 last versions of makefile.mingw, first 17 jan version, after 20 jan version and at last the 21jan version. All without make clean..
Remembering after make -f makefile.mingw I ran: make -f makefile.mingw DESTDIR=~/pure-data/Pd-0.43.4-extended-20130117 prefix= I have the message: make: Nothing to be done for `all'. Trying to open pd.exe in ~/pure-data/Pd-0.43.4-extended-20130117/bin I don't have jackrouter option like in ableton live for example...
Then I see I'm forgot one "install" command and I ran that and I have: install: missing file operand Try `install --help' for more information.
The 'install' needs to be at the end of the line. All of this stuff below needs to be on one single line so its one command, with 'install' being the last thing on the line
make -f makefile.mingw DESTDIR=~/pure-data/Pd-0.43.4-extended-20130117 prefix= install
.hc
2013/1/22 IOhannes m zmoelnig zmoelnig@iem.at
On 2013-01-22 12:21, Esteban Viveros wrote:
Ok.. I will do that... But why until te make clean, yesterday, ir run the compilation?
good point. my hint was merely an assumption what might be causing troubles.
in this case: are you sure you are using the correct makefile.mingw again?
fgmadr IOhannes
_______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 01/22/2013 06:24 AM, IOhannes m zmoelnig wrote:
On 2013-01-22 12:21, Esteban Viveros wrote:
Ok.. I will do that... But why until te make clean, yesterday, ir run the compilation?
good point. my hint was merely an assumption what might be causing troubles.
in this case: are you sure you are using the correct makefile.mingw again?
I added -I"$(PROGRAMFILES)/Jack/include" and removed -I/c/Progra~1/Jack/include", that's probably the issue. Attached is a messy one again that hopefully works easily.
.hc
Hum.. Not yet.. I copied the last makefile.mingw, did the clean, try make and I have error 1.. See attached file
2013/1/22 Hans-Christoph Steiner hans@at.or.at
On 01/22/2013 06:24 AM, IOhannes m zmoelnig wrote:
On 2013-01-22 12:21, Esteban Viveros wrote:
Ok.. I will do that... But why until te make clean, yesterday, ir run the compilation?
good point. my hint was merely an assumption what might be causing troubles.
in this case: are you sure you are using the correct makefile.mingw
again?
I added -I"$(PROGRAMFILES)/Jack/include" and removed -I/c/Progra~1/Jack/include", that's probably the issue. Attached is a messy one again that hopefully works easily.
.hc
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Ok, this built for me, I hope it works for you too. There is attached a new makefile.mingw and another file, s_audio_jack.c. Copy that to ~/pure-data/pd/src/ on top of the file that is already there.
.hc
On 01/22/2013 05:58 PM, Esteban Viveros wrote:
Hum.. Not yet.. I copied the last makefile.mingw, did the clean, try make and I have error 1.. See attached file
2013/1/22 Hans-Christoph Steiner hans@at.or.at
On 01/22/2013 06:24 AM, IOhannes m zmoelnig wrote:
On 2013-01-22 12:21, Esteban Viveros wrote:
Ok.. I will do that... But why until te make clean, yesterday, ir run the compilation?
good point. my hint was merely an assumption what might be causing troubles.
in this case: are you sure you are using the correct makefile.mingw
again?
I added -I"$(PROGRAMFILES)/Jack/include" and removed -I/c/Progra~1/Jack/include", that's probably the issue. Attached is a messy one again that hopefully works easily.
.hc
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Thanks hc!!!!!!!!!!!!!! Now I have the jack option on pd..
But.. I have new problems now.. hhehehehe
When I start pd, I have: JACK: unable to connect to JACK server JACK: server returned status 17
If I try to edit audio settings, pd have a half freeze.. I can change some options but nothing happend and I can't close pd windows..
I tried to pd in administrator mode I can see pd_extended_0 in jack, but pd are "half freezed" too.. I tried to load a patch, but it still loading ad infinitum...
2013/1/23 Hans-Christoph Steiner hans@at.or.at
Ok, this built for me, I hope it works for you too. There is attached a new makefile.mingw and another file, s_audio_jack.c. Copy that to ~/pure-data/pd/src/ on top of the file that is already there.
.hc
On 01/22/2013 05:58 PM, Esteban Viveros wrote:
Hum.. Not yet.. I copied the last makefile.mingw, did the clean, try make and I have error 1.. See attached file
2013/1/22 Hans-Christoph Steiner hans@at.or.at
On 01/22/2013 06:24 AM, IOhannes m zmoelnig wrote:
On 2013-01-22 12:21, Esteban Viveros wrote:
Ok.. I will do that... But why until te make clean, yesterday, ir run the compilation?
good point. my hint was merely an assumption what might be causing troubles.
in this case: are you sure you are using the correct makefile.mingw
again?
I added -I"$(PROGRAMFILES)/Jack/include" and removed -I/c/Progra~1/Jack/include", that's probably the issue. Attached is a messy one again that hopefully works easily.
.hc
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 01/24/2013 02:09 AM, Esteban Viveros wrote:
But.. I have new problems now.. hhehehehe
When I start pd, I have: JACK: unable to connect to JACK server JACK: server returned status 17
try starting the JACK-server before running Pd. (Pd is supposed to automatically start jack if it is not runing, but people are reporting problems with that)
fgmadr IOhannes
HI all, hope I'm not barging in...
I've had troubles recently with qjackctl on debian wheezy. The simplest solution was, as IOhannes said, have jack running beforehand. I found just running jackd (the server element) was most reliable.
Mine looks like this for example (from command line): jackd -T -ndefault -p 128 -v -R -P 90 -v -T -d alsa -n 2 -r 44100 -p 128 -d hw:1,0 -M -H
Trial and error is your friend here.
Best wishes,
Julian
On 24 January 2013 07:11, IOhannes zmölnig zmoelnig@iem.at wrote:
On 01/24/2013 02:09 AM, Esteban Viveros wrote:
But.. I have new problems now.. hhehehehe
When I start pd, I have: JACK: unable to connect to JACK server JACK: server returned status 17
try starting the JACK-server before running Pd. (Pd is supposed to automatically start jack if it is not runing, but people are reporting problems with that)
fgmadr 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
Sorry for delay...
I do a video to exemplify the procedure I doing... In this try particulary, pd starts in the first try... On others tries I was needed to try twice to open pd...
http://www.youtube.com/watch?v=8ldcUNoTtoY
More information just ask! ;)
2013/1/24 Julian Brooks jbeezez@gmail.com
HI all, hope I'm not barging in...
I've had troubles recently with qjackctl on debian wheezy. The simplest solution was, as IOhannes said, have jack running beforehand. I found just running jackd (the server element) was most reliable.
Mine looks like this for example (from command line): jackd -T -ndefault -p 128 -v -R -P 90 -v -T -d alsa -n 2 -r 44100 -p 128 -d hw:1,0 -M -H
Trial and error is your friend here.
Best wishes,
Julian
On 24 January 2013 07:11, IOhannes zmölnig zmoelnig@iem.at wrote:
On 01/24/2013 02:09 AM, Esteban Viveros wrote:
But.. I have new problems now.. hhehehehe
When I start pd, I have: JACK: unable to connect to JACK server JACK: server returned status 17
try starting the JACK-server before running Pd. (Pd is supposed to automatically start jack if it is not runing, but people are reporting problems with that)
fgmadr 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
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hola Esteban,
That's very good progress. I have my account set up as administrator and I have disabled UAC too. Have you tried this? I can try out your built if you want.
Cheers Pierre-Olivier
On 25/01/2013 09:47, Esteban Viveros wrote:
Sorry for delay...
I do a video to exemplify the procedure I doing... In this try particulary, pd starts in the first try... On others tries I was needed to try twice to open pd...
http://www.youtube.com/watch?v=8ldcUNoTtoY
More information just ask! ;)
2013/1/24 Julian Brooks <jbeezez@gmail.com mailto:jbeezez@gmail.com>
HI all, hope I'm not barging in... I've had troubles recently with qjackctl on debian wheezy. The simplest solution was, as IOhannes said, have jack running beforehand. I found just running jackd (the server element) was most reliable. Mine looks like this for example (from command line): jackd -T -ndefault -p 128 -v -R -P 90 -v -T -d alsa -n 2 -r 44100 -p 128 -d hw:1,0 -M -H Trial and error is your friend here. Best wishes, Julian On 24 January 2013 07:11, IOhannes zmölnig <zmoelnig@iem.at <mailto:zmoelnig@iem.at>> wrote: On 01/24/2013 02:09 AM, Esteban Viveros wrote: But.. I have new problems now.. hhehehehe When I start pd, I have: JACK: unable to connect to JACK server JACK: server returned status 17 try starting the JACK-server before running Pd. (Pd is supposed to automatically start jack if it is not runing, but people are reporting problems with that) fgmadr IOhannes
Yep! Pierre you're right!
I change UAC settings and now I can use all set.. Jack (without administrator privileges), Pd (without administrator) and Ableton Live (administrator mode). I don't do a hard test but sound is working like a video test...
The unique problem is my computer with windows 7 are completly unsafe with that UAC settings, but that put to work this 3 apps together.
The build are in https://docs.google.com/file/d/0B6TScIMkPOGJSHdwZzJVM19CQ00/edit
I think that can work in windows 7 x64, I use to built that Mixed 64/32 bit Jack 1.9.9 disponible here: http://jackaudio.org/download
I don't have certainty if that build can be shared in that way, but we can try! ;)
2013/1/25 Pierre-Olivier Boulant po.boulant@free.fr
Hola Esteban,
That's very good progress. I have my account set up as administrator and I have disabled UAC too. Have you tried this? I can try out your built if you want.
Cheers Pierre-Olivier
On 25/01/2013 09:47, Esteban Viveros wrote:
Sorry for delay...
I do a video to exemplify the procedure I doing... In this try particulary, pd starts in the first try... On others tries I was needed to try twice to open pd...
http://www.youtube.com/watch?v=8ldcUNoTtoY
More information just ask! ;)
2013/1/24 Julian Brooks jbeezez@gmail.com
HI all, hope I'm not barging in...
I've had troubles recently with qjackctl on debian wheezy. The simplest solution was, as IOhannes said, have jack running beforehand. I found just running jackd (the server element) was most reliable.
Mine looks like this for example (from command line): jackd -T -ndefault -p 128 -v -R -P 90 -v -T -d alsa -n 2 -r 44100 -p 128 -d hw:1,0 -M -H
Trial and error is your friend here.
Best wishes,
Julian
On 24 January 2013 07:11, IOhannes zmölnig zmoelnig@iem.at wrote:
On 01/24/2013 02:09 AM, Esteban Viveros wrote:
But.. I have new problems now.. hhehehehe
When I start pd, I have: JACK: unable to connect to JACK server JACK: server returned status 17
try starting the JACK-server before running Pd. (Pd is supposed to automatically start jack if it is not runing, but people are reporting problems with that)
fgmadr IOhannes
Hi,
I wouldn't be too worried about turning off UAC and being admin on a Windows machine. Mine are setup like this and nothing has ever happened because of that. Most linux users would say Windows is unsafe anyway. ;)
I'm testing your build. This is excellent! Thank you for taking the time to make this happen.
Cheers pob
On 25/01/2013 14:35, Esteban Viveros wrote:
Yep! Pierre you're right!
I change UAC settings and now I can use all set.. Jack (without administrator privileges), Pd (without administrator) and Ableton Live (administrator mode). I don't do a hard test but sound is working like a video test...
The unique problem is my computer with windows 7 are completly unsafe with that UAC settings, but that put to work this 3 apps together.
The build are in https://docs.google.com/file/d/0B6TScIMkPOGJSHdwZzJVM19CQ00/edit
I think that can work in windows 7 x64, I use to built that Mixed 64/32 bit Jack 1.9.9 disponible here: http://jackaudio.org/download
I don't have certainty if that build can be shared in that way, but we can try! ;)
2013/1/25 Pierre-Olivier Boulant <po.boulant@free.fr mailto:po.boulant@free.fr>
Hola Esteban, That's very good progress. I have my account set up as administrator and I have disabled UAC too. Have you tried this? I can try out your built if you want. Cheers Pierre-Olivier On 25/01/2013 09:47, Esteban Viveros wrote:
Sorry for delay... I do a video to exemplify the procedure I doing... In this try particulary, pd starts in the first try... On others tries I was needed to try twice to open pd... http://www.youtube.com/watch?v=8ldcUNoTtoY More information just ask! ;) 2013/1/24 Julian Brooks <jbeezez@gmail.com <mailto:jbeezez@gmail.com>> HI all, hope I'm not barging in... I've had troubles recently with qjackctl on debian wheezy. The simplest solution was, as IOhannes said, have jack running beforehand. I found just running jackd (the server element) was most reliable. Mine looks like this for example (from command line): jackd -T -ndefault -p 128 -v -R -P 90 -v -T -d alsa -n 2 -r 44100 -p 128 -d hw:1,0 -M -H Trial and error is your friend here. Best wishes, Julian On 24 January 2013 07:11, IOhannes zmölnig <zmoelnig@iem.at <mailto:zmoelnig@iem.at>> wrote: On 01/24/2013 02:09 AM, Esteban Viveros wrote: But.. I have new problems now.. hhehehehe When I start pd, I have: JACK: unable to connect to JACK server JACK: server returned status 17 try starting the JACK-server before running Pd. (Pd is supposed to automatically start jack if it is not runing, but people are reporting problems with that) fgmadr IOhannes