[PD] [PD-announce] Pd 0.47-0 released

Roman Haefeli reduzent at gmail.com
Mon May 30 09:16:43 CEST 2016


On Mon, 2016-05-30 at 15:55 +0900, Max wrote:
> I tried
> 
> ./autogen.sh
> ./configure --enable-jack
> make
> 
> and surprisingly did not see any errors.

Why is that surprising? It means everything that is necessary to build
pd is installed.

> however, afterwards the bin directory is still empty, and when I try to
> run the pd from the src directory I get this:
> 
> /src$ ./pd
> disabling real-time priority due to missing pd-watchdog
> (/path/pd-0.47-0/src/bin/pd-watchdog)
> Error in startup script: couldn't read file
> "/path/pd-0.47-0/src/tcl//pd-gui.tcl": no such file or directory
> ^CPd: signal 2
> 
> :,(

Oh, normally you would do 'make install' now, or rather 'sudo make
install' if you want to install it system-wide. I just noticed that this
step is missing on INSTALL.txt. I think you _can_ run pd from the source
location, but you need to add some symlinks for this to work.

I was able to run pd from src dir after doing this:

  cd <pd-src>/src
  ln -s ../tcl
  ln -s ../bin
  ./pd


> Can someone please make a PPA?

It shouldn't be that hard to do. The source package of Debian sid are
available and are kept up-to-date. Just put them into your own PPA and
let it build for the different Ubuntu releases.

Roman
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20160530/e0459386/attachment.sig>


More information about the Pd-list mailing list