[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: trying to build latest geda
Hi,
>
>I have included all of the requests.
>
I'm a little confused by what you sent me. The
gschem.configure.out contains the following lines:
...
checking for glib-2.0 >= 2.2.0... yes
checking GLIB22_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GLIB22_LIBS... -lglib-2.0
checking for libgeda >= 20050313... yes
checking LIBGEDA_CFLAGS... -I/usr/local/geda/include -I/usr/local/include -I/usr
/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/includ
e/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.
0 -I/usr/lib/glib-2.0/include
checking LIBGEDA_LIBS... -Wl,--export-dynamic -L/usr/local/geda/lib -L/usr/local
/lib -lgeda -lguile -lguile-ltdl -lcrypt -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lm -lpa
ngoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for stroke_init in -lstroke... no
checking for notangle... no
...
which implies that gschem's configure found libgeda okay. Did you
run the configure script differently or something else?
However gschem still didn't ./configure properly because of:
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating m4/Makefile
config.status: creating po/Makefile.in
config.status: error: cannot find input file: po/Makefile.in.in
which can be fixed by rerunning ./autogen.sh and then trying the
./configure again. Let me know if this doesn't help.
-Ales