atom feed31 messages in at.iem.pd-devRe: [PD-dev] uploading Pd git reposit...
FromSent OnAttachments
Miller PucketteJul 11, 2010 8:32 pm 
IOhannes m zmoelnigJul 12, 2010 2:03 am 
Miller PucketteJul 12, 2010 9:21 am 
IOhannes m zmoelnigJul 12, 2010 9:51 am.diff
Hans-Christoph SteinerJul 12, 2010 1:29 pm 
Hans-Christoph SteinerJul 12, 2010 1:38 pm 
Miller PucketteJul 12, 2010 5:28 pm 
Miller PucketteJul 12, 2010 5:40 pm 
IOhannes m zmoelnigJul 12, 2010 11:56 pm 
Miller PucketteJul 13, 2010 5:56 pm 
Stephen SinclairJul 14, 2010 12:02 pm 
Miller PucketteJul 14, 2010 12:08 pm 
Hans-Christoph SteinerJul 14, 2010 1:22 pm 
IOhannes m zmoelnigJul 15, 2010 2:19 am 
IOhannes m zmoelnigJul 15, 2010 2:19 am 
Hans-Christoph SteinerJul 15, 2010 7:05 am 
Hans-Christoph SteinerJul 15, 2010 7:08 am 
IOhannes m zmoelnigJul 15, 2010 7:10 am 
IOhannes m zmoelnigJul 15, 2010 7:12 am 
Hans-Christoph SteinerJul 15, 2010 7:25 am 
Hans-Christoph SteinerJul 15, 2010 7:26 am 
IOhannes zmölnigJul 15, 2010 7:31 am 
Hans-Christoph SteinerJul 15, 2010 7:34 am 
Miller PucketteJul 15, 2010 8:32 am 
Hans-Christoph SteinerJul 15, 2010 9:02 am 
IOhannes zmölnigJul 15, 2010 9:03 am 
IOhannes zmölnigJul 15, 2010 9:07 am 
Hans-Christoph SteinerJul 15, 2010 9:08 am 
Claude Heiland-AllenJul 15, 2010 12:18 pm 
Miller PucketteJul 15, 2010 12:38 pm 
Miller PucketteJul 15, 2010 3:04 pm 
Subject:Re: [PD-dev] uploading Pd git repository to sourceforge
From:Miller Puckette (mpuc@imusic1.ucsd.edu)
Date:Jul 12, 2010 9:21:42 am
List:at.iem.pd-dev

Hmm... I hadn't tried the 'new' build but apparently am missing something. I'll try adding HC's Makefile.am and see if I can build it that way over here.

I don't get the ".menubar.file" error -- you're in linux, I presume ... could you send the tk backtrace?

On Mon, Jul 12, 2010 at 11:03:51AM +0200, IOhannes m zmoelnig wrote:

On 2010-07-12 05:33, Miller Puckette wrote:

o Pd developers --

After much uncertainty how to proceed, I finally went ahead and 'pushed' my Pd git repository to sourceforgs -- available at

http://pure-data.git.sourceforge.net/git/gitweb.cgi?p=pure-data/pure-data

or to clone it to your machine (once you have git installed):

git clone \ ssh://YOUR@pure-data.git.sourceforge.net/gitroot/pure-data/pure-data

cool, thanks.

The git code is based on the Hans/IOhannes gui rewrite -- that alone is such a dramatic improvement that I'm thinking I should just do some audio testing and tuning now, and then call it 0.43.

the major question i have right now (after cloning the repository): how do you compile it? it seems like you have not fully taken hans's autoconf buildsystem, though there are some definitive traces of it in the repository (e.g. there is ./configure.ac and ./autogen.sh but no ./Makefile.am; as a matter of fact no "*.am" file (from automake) is there at all)

i tried the "old way" (by running "autconf && ./configure && make" in ./src) which compiles fine but i get an error at startup:

invalid command name ".menubar.file"

skipping the error, seems to make everything work.

fgmasd IOhanhnes