Re: gEDA-user: Current git master doesn't build

2011-06-11 Thread DJ Delorie
> To someone who knows more about how the PCB build is managed: > Should these files be removed during a 'clean' or 'distclean'? Not usually, on the assumption that the tools needed to reproduce them are not as commonly found on user's workstations. They're supposed to be automatically regenerat

Re: gEDA-user: Current git master doesn't build

2011-06-11 Thread Richard Barlow
On Sun, 2011-06-12 at 00:12 +0200, Markus Hitter wrote: > Am 11.06.2011 um 23:39 schrieb Colin D Bennett: > > > Try re-running 'sh autogen.sh' before configure. > > Thanks, Colin, this was it. > > Now I get > > disabling 3D rasterization > segmentation fault I also got a segmentation f

Re: gEDA-user: Current git master doesn't build

2011-06-11 Thread Markus Hitter
Am 11.06.2011 um 23:39 schrieb Colin D Bennett: Try re-running 'sh autogen.sh' before configure. Thanks, Colin, this was it. Now I get disabling 3D rasterization segmentation fault when running the resulting binary and loading a layout, but that's a different issue. Also Ubuntu 11.

Re: gEDA-user: Current git master doesn't build

2011-06-11 Thread Mark
On Saturday 11 June 2011 15:48:04 Markus Hitter wrote: > Hi all, > > just tried to compile PCB from freshly updated git sources on a > > current Ubuntu, but it won't let me: > : git checkout master > : git pull > Any clues? > > > Thanks, > Markus When you pull from git you need to run autogen.sh

Re: gEDA-user: Current git master doesn't build

2011-06-11 Thread Colin D Bennett
On Sat, 11 Jun 2011 21:48:04 +0200 Markus Hitter wrote: > Hi all, > > just tried to compile PCB from freshly updated git sources on a > current Ubuntu, but it won't let me: > > : git checkout master > : git pull > : ./configure --disable-doc > ... > : make clean > ... > : make > ... > make(2)