On 04/07/13 22:54, Miller Puckette wrote:
Relly - you can make a [text] object but help comes up empty?
There should be a file doc/5.reference/text-object-help.pd ...
nope, trying to open its help gives me: sorry, couldn't find help patch for "text-object.pd"
and that might be because: $ ls /usr/local/lib/pd bin/
I built latest master with the following: $ cd src $ make -f makefile.gnu $ make $ sudo make install
y
Aha... I never 'make install' myself - I'd better go look at that. Anyhow I think it shoud have been 'make -f makefile.gnu install' instead...
cheers M
On Thu, Jul 04, 2013 at 10:56:58PM +0200, yvan volochine wrote:
On 04/07/13 22:54, Miller Puckette wrote:
Relly - you can make a [text] object but help comes up empty?
There should be a file doc/5.reference/text-object-help.pd ...
nope, trying to open its help gives me: sorry, couldn't find help patch for "text-object.pd"
and that might be because: $ ls /usr/local/lib/pd bin/
I built latest master with the following: $ cd src $ make -f makefile.gnu $ make $ sudo make install
y
-- http://yvanvolochine.com http://soundcloud.com/yvanvolochine http://soundcloud.com/elgusanorojo http://vimeo.com/yv
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 04/07/13 23:08, Miller Puckette wrote:
Aha... I never 'make install' myself - I'd better go look at that. Anyhow I think it shoud have been 'make -f makefile.gnu install' instead...
yes this works.. I'll give [text] a try, thanks!
maybe it's worth updating INSTALL.txt with your instructions while automake build is broken? =)
(I have to say that I agree with Iohannes about sticking to only one build process for better/easier maintenance, but that's another subject)
cheers, y