I found that confusing too. Maybe we should make that a conditional in the configure.ac.
On Apr 13, 2016, at 4:00 AM, pd-list-request@lists.iem.at wrote:
Pd's ./configure script recusively calls the configure script in the portaudio/ folder (even if you specifify '--disable-portaudio'¹), and the output you are seeing is from portaudio's configure.
Dan Wilcox @danomatika https://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
maybe it's where i'm new to plain ol debian and using it instead of ubuntu changed the repositories to stretch then upgraded the packages that were not 0.47-3 to 0.47-3 works great, seen the 0.47test2 thing and wanted to try the clone thing. logged in with fresh non root user apt-get build-dep puredata finds no puredata source package logged in as root its probably upgrading half of the debian installation how does being logged in as root affect make , autogen.sh, and configure?
Dunno...
WHat I do is:
Download Pd source and untar (making pd-0.47-0test2, for example) cd pd-0.47-0test2/src make -f makefile.gnu
Almost always works and if not it's because I forgot to install libasound2-dev etc as in the INSTALL.txt file.
cheers Miller
On Mon, Apr 25, 2016 at 11:14:09PM -0400, Billy Stiltner wrote:
maybe it's where i'm new to plain ol debian and using it instead of ubuntu changed the repositories to stretch then upgraded the packages that were not 0.47-3 to 0.47-3 works great, seen the 0.47test2 thing and wanted to try the clone thing. logged in with fresh non root user apt-get build-dep puredata finds no puredata source package logged in as root its probably upgrading half of the debian installation how does being logged in as root affect make , autogen.sh, and configure?
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
after the dependencies were installed the autogen script worked as well as configure with no arguments after a make install and running with
make[1]: Leaving directory '/home/billy/src/pd-0.47-0test2' root@debian:/home/billy/src/pd-0.47-0test2# pd
i can load the clone help patch and it seems to be working audio sounds a bit thin playing xensynth was getting conflicting block error while the help objects page was open closed, listened to xensynth on 0.47-3 installed from synaptic sounds so good not sure why the audio would be thin sounding on test 02 it's that the dial patch is missing probably and xensynth uses the controls as part of the preset loading and adjustment so probably nothing to do with the code there are no conflicting block size errors without the object help patch open
On Mon, Apr 25, 2016 at 11:25 PM, Miller Puckette msp@ucsd.edu wrote:
Dunno...
WHat I do is:
Download Pd source and untar (making pd-0.47-0test2, for example) cd pd-0.47-0test2/src make -f makefile.gnu
Almost always works and if not it's because I forgot to install libasound2-dev etc as in the INSTALL.txt file.
cheers Miller
On Mon, Apr 25, 2016 at 11:14:09PM -0400, Billy Stiltner wrote:
maybe it's where i'm new to plain ol debian and using it instead of ubuntu changed the repositories to stretch then upgraded the packages that were not 0.47-3 to 0.47-3 works great, seen the 0.47test2 thing and wanted to try the clone thing. logged in with fresh non root user apt-get build-dep puredata finds no puredata source package logged in as root its probably upgrading half of the debian installation how does being logged in as root affect make , autogen.sh, and configure?
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->
not dial but knob rather . couldn't create ext/knob 12 12 -12 12 0 0 $0-o1-dt-knob $0-o1-dt-rx-knob tune 0 7 0 6 -262144 -258113 -261234 550 1 so it is an error on my end for not having a knob available
On 2016-04-26 05:14, Billy Stiltner wrote:
apt-get build-dep puredata finds no puredata source package
you probably need a deb-src
line in your /etc/apt/sources.lists file.
sthg like:
<file> deb http://httpredir.debian.org/debian jessie main deb-src http://httpredir.debian.org/debian jessie main </file>
fgmasdr IOhannes
apt-get build-dep puredata finds no puredata source package
you probably need a
deb-src
line in your /etc/apt/sources.lists file.
This is somewhat related... I haven't updated to the new Ubuntu 16.04 LTS yet (still on 15.10), but are there plans of doing snappy packages as well as debs?
Derek
===================== Derek Kwan www.derekxkwan.com
On 04/26/2016 06:53 PM, Derek Kwan wrote:
This is somewhat related... I haven't updated to the new Ubuntu 16.04 LTS yet (still on 15.10), but are there plans of doing snappy packages as well as debs?
not from my side.
gfmadsr IOhannes