[PD-dev] [ pure-data-Patches-3248426 ] update new build system to having fully working install targ

SourceForge.net noreply at sourceforge.net
Sun Apr 10 21:37:21 CEST 2011


Patches item #3248426, was opened at 2011-03-26 23:08
Message generated for change (Settings changed) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3248426&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: None
Status: Open
Resolution: Fixed
>Priority: 8
Private: No
Submitted By: dmotd (dmotd)
Assigned to: Miller Puckette (millerpuckette)
Summary: update new build system to having fully working install targ

Initial Comment:
issue with pd-0.43-0 source tarball. tcl scripts don't get installed system wide, pd complains:

Error in startup script: couldn't read file "/usr/lib/pd/tcl//pd-gui.tcl": no such file or directory

there are also two configure scripts, one that's pre-generated in the 'src' folder, and another that can be generated with autogen.sh in the parent folder. both don't have install procedures for the tcl folder.

this behaviour is not consistent with the git tree, which builds and runs without issue.

tested on arch linux (aclocal-1.11 automake-1.11 autoconf-2.68 libtool-2.4)


----------------------------------------------------------------------

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2011-04-10 15:37

Message:
This patch updates the new buildsystem in the root pd/ folder so that it:
- installs properly into a UNIX tree style
- UNIX-style install can be controlled by ./configure
--enable-unix-layout/--disable-unix-layout
- GNU/Linux defaults to UNIX-style, Mac OS X and Windows not
- installs into a Mac OS X Wish.app to create a Pd.app using:
   ./configure && make DESTDIR=/path/to/Pd.app/Contents/Resources prefix=
install


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3248426&group_id=55736



More information about the Pd-dev mailing list