Hi Stuart,
[snip]
>Piotr -- Please take a look at my error. I did a "cvs update" and
>then just did a "make install". I see that you made some changes to
>the configure.ac. Do I need to rerun all the automake tools? Or is
>there another problem lurking here (which is how it looks to me)?
>
The current CVS seems to build for me just fine. I recommend
that you always run:
make maint (at the toplevel)
cvs update -d
make install
everytime you update from CVS. Sometimes the auto* tools figure out that
they should run, and other times, like now, they just blows up.
If devel/geda still doesn't build after:
make maintainer-clean
./configure -prefix=...
make install
let us know.
-Ales