Re: gEDA-user: PCB build changes

2009-06-04 Thread Dan McMahill
Peter Clifton wrote: > Doesn't having maintainer mode options present, but switched off - > effect the automatic generation of build dependencies for C files etc..? > (This is a vague memory, but not one I've had chance to verify). > > This commit: > > commit 8dbe3eb93d3281d4f0e496f68d4ba7f20e78b

Re: gEDA-user: PCB build changes

2009-06-04 Thread Peter Clifton
Doesn't having maintainer mode options present, but switched off - effect the automatic generation of build dependencies for C files etc..? (This is a vague memory, but not one I've had chance to verify). This commit: commit 8dbe3eb93d3281d4f0e496f68d4ba7f20e78b43b Author: Dan McMahill When

Re: gEDA-user: PCB build changes

2009-06-03 Thread Ineiev
On 6/3/09, Bert Timmerman wrote: > Just FYI some comments on building pcb from the git repo on Fedora Core > 5 (my ancient stuff ;-) [snip] > Building with ./autogen.sh && ./configure --enable-maintainer-mode && > make > > gives no problems AFAICT and just works for me ;-) I'm really happy to see

Re: gEDA-user: PCB build changes

2009-06-03 Thread DJ Delorie
Part of the reason behind maintainer mode is that it often takes "esoteric" software to rebuild platform-independent files, like automake, bison, etc. Eliding the dependency on those allows source distributions to offer pre-built files and avoid the neccessity of the end user installing such tool

Re: gEDA-user: PCB build changes

2009-06-03 Thread Jared Casper
On Tue, Jun 2, 2009 at 3:54 PM, Dan McMahill wrote: > ok, here is what I have found. > [snip] Thanks for the lesson on maintainer mode, never really knew what it was all about. > So we have 2 options that I've tested and both seem to work. > > 1)  remove AM_MAINTAINER_MODE > > 2)  now that we ca

Re: gEDA-user: PCB build changes

2009-06-03 Thread Bert Timmerman
Hi Dan, Just FYI some comments on building pcb from the git repo on Fedora Core 5 (my ancient stuff ;-) Building with ./autogen.sh && ./configure && make gives: -8<-8<- if /bin/sh /home/bert/MyDocuments/MyProjects/91_gEDA/mydevel/pcb/pcb/missing --run makeinfo -I . \ -o pcb.inf

Re: gEDA-user: PCB build changes

2009-06-02 Thread Dan McMahill
Jared Casper wrote: > I noticed you removed version.texi with the comment that "you have all > the tools and makefile rules for them to be regenrated anyway." So am > I missing something? "make version.texi" in the doc directory claims > "Nothing to be done for 'version.texi'." and there is no v

Re: gEDA-user: PCB build changes

2009-06-02 Thread Steven Michalske
On Jun 2, 2009, at 12:34 AM, Peter Clifton wrote: > On Mon, 2009-06-01 at 17:25 -0700, Steven Michalske wrote: >> On Jun 1, 2009, at 4:26 PM, Ben Jackson wrote: > >>> You could push it to the repo as a branch so that other people still >>> only >>> had one public repo to deal with. Then after we

Re: gEDA-user: PCB build changes

2009-06-02 Thread Frank Bergmann
On Tue, 02 Jun 2009 00:13:12 +0100, Peter Clifton wrote: > I'm busy with work right now, so don't know when I'll have time, but yes > - I had hoped to get it to the point where that code was merged. I > wanted to see a more stable PCB release out the door before that > happened though - since ther

Re: gEDA-user: PCB build changes

2009-06-02 Thread Frank Bergmann
On Tue, 02 Jun 2009 00:17:22 +0100, Peter Clifton wrote: > On Mon, 2009-06-01 at 21:28 +, Frank Bergmann wrote: >> Am Fri, 29 May 2009 07:25:27 -0400 schrieb Dan McMahill: >> >> > I just pushed some changes to part of how the PCB build system works. >> > ... >> > There may be some rough edges

Re: gEDA-user: PCB build changes

2009-06-02 Thread Peter TB Brett
On Tuesday 02 June 2009 01:25:10 Steven Michalske wrote: > > You could push it to the repo as a branch so that other people still > > only > > had one public repo to deal with. Then after we tag and release from > > "master" you can merge it down. > > just don't push your stacked git managed por

Re: gEDA-user: PCB build changes

2009-06-02 Thread Peter Clifton
On Mon, 2009-06-01 at 17:25 -0700, Steven Michalske wrote: > On Jun 1, 2009, at 4:26 PM, Ben Jackson wrote: > > You could push it to the repo as a branch so that other people still > > only > > had one public repo to deal with. Then after we tag and release from > > "master" you can merge it do

Re: gEDA-user: PCB build changes

2009-06-01 Thread Dan McMahill
Jared Casper wrote: > On Fri, May 29, 2009 at 4:25 AM, Dan McMahill wrote: >> There may be some rough edges left so I'd appreciate any feedback and >> problem reports around this change. >> > > Some comments: > > I did a fresh clone of the git repo then ./autogen.sh && ./configure > && make. Wh

Re: gEDA-user: PCB build changes

2009-06-01 Thread Steven Michalske
On Jun 1, 2009, at 4:26 PM, Ben Jackson wrote: > On Tue, Jun 02, 2009 at 12:13:12AM +0100, Peter Clifton wrote: >> wanted to see a more stable PCB release out the door before that >> happened though - since there are many important bug fixes in PCB GIT >> HEAD, which aren't in the last release. (

Re: gEDA-user: PCB build changes

2009-06-01 Thread Ben Jackson
On Tue, Jun 02, 2009 at 12:13:12AM +0100, Peter Clifton wrote: > wanted to see a more stable PCB release out the door before that > happened though - since there are many important bug fixes in PCB GIT > HEAD, which aren't in the last release. (Also, PCB GIT is pretty stable > code at the moment).

Re: gEDA-user: PCB build changes

2009-06-01 Thread Peter Clifton
On Mon, 2009-06-01 at 21:28 +, Frank Bergmann wrote: > Am Fri, 29 May 2009 07:25:27 -0400 schrieb Dan McMahill: > > > I just pushed some changes to part of how the PCB build system works. > > ... > > There may be some rough edges left so I'd appreciate any feedback and > > problem reports arou

Re: gEDA-user: PCB build changes

2009-06-01 Thread Peter Clifton
On Mon, 2009-06-01 at 21:38 +, Frank Bergmann wrote: > Am Fri, 29 May 2009 18:44:39 -0400 schrieb Mark: > > > On Fri May 29 2009 07:25:27 am Dan McMahill wrote: > >> I just pushed some changes to part of how the PCB build system works. > >> > >> > > Is this pushed to the OpenGL branch of git t

Re: gEDA-user: PCB build changes

2009-06-01 Thread Frank Bergmann
Am Fri, 29 May 2009 18:44:39 -0400 schrieb Mark: > On Fri May 29 2009 07:25:27 am Dan McMahill wrote: >> I just pushed some changes to part of how the PCB build system works. >> >> > Is this pushed to the OpenGL branch of git that Peter Clifton is working > on? Maybe it's a little bit of topic, b

Re: gEDA-user: PCB build changes

2009-06-01 Thread Frank Bergmann
Am Fri, 29 May 2009 07:25:27 -0400 schrieb Dan McMahill: > I just pushed some changes to part of how the PCB build system works. > ... > There may be some rough edges left so I'd appreciate any feedback and > problem reports around this change. Hi Dan, just for the recommendation of a clean git

Re: gEDA-user: PCB build changes

2009-05-31 Thread Jared Casper
On Fri, May 29, 2009 at 4:25 AM, Dan McMahill wrote: > There may be some rough edges left so I'd appreciate any feedback and > problem reports around this change. > Some comments: I did a fresh clone of the git repo then ./autogen.sh && ./configure && make. Which, if I understood your post corr

Re: gEDA-user: PCB build changes

2009-05-29 Thread Mark
On Fri May 29 2009 08:00:16 pm Dan McMahill wrote: > Mark wrote: > > On Fri May 29 2009 07:25:27 am Dan McMahill wrote: > >> I just pushed some changes to part of how the PCB build system works. > > > > Is this pushed to the OpenGL branch of git that Peter Clifton is working > > on? > > no it is no

Re: gEDA-user: PCB build changes

2009-05-29 Thread Dan McMahill
Mark wrote: > On Fri May 29 2009 07:25:27 am Dan McMahill wrote: >> I just pushed some changes to part of how the PCB build system works. >> > > Is this pushed to the OpenGL branch of git that Peter Clifton is working on? no it is not. I'm not quite sure what that would take as I'm still on the

Re: gEDA-user: PCB build changes

2009-05-29 Thread Mark
On Fri May 29 2009 07:25:27 am Dan McMahill wrote: > I just pushed some changes to part of how the PCB build system works. > Is this pushed to the OpenGL branch of git that Peter Clifton is working on? -Mark S. ___ geda-user mailing list geda-user@mor

gEDA-user: PCB build changes

2009-05-29 Thread Dan McMahill
I just pushed some changes to part of how the PCB build system works. Currently we have 2 ways people get sources. 1) download snapshot tarball files 2) via git or anoncvs Besides some of the usual tools (a C compiler for example), there are some additional tools needed to build a complete