[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA-dev: gschem compiling
John Griessen wrote:
> Hmmm.. Something is going wrong with gettext/nls on your box.
> > Please try:
> >
> > * cd gaf/gschem
> > * make maintainer-clean
> > * ./autogen.sh
> > * ./configure --prefix=$HOME/WHATEVER_YOU_USED_BEFORE_FOR_PREFIX
> --disable-nls
> > * make install
> >
> > What OS and distribution are you running?
> >
> > -Ales
>
>
> Thanks for helping me get to the point of being able to test new code.
>
> I am using linux debian unstable with
> kernel 2.6.15 on a AMD i686 compiled with gcc 2.95
>
> To compile gschem and pcb I use gcc-3.3.6
>
I fixed missing guile-config and then
tried this:
>
> cvs update -dPA
> 520 cvs update -C
> 521 cd gaf/gschem
> 522 make maintainer-clean
> 523 ./autogen.sh
> ./configure --prefix=/opt/geda --disable-nls
>
>
> and get:
> ==============================
checking for GLIB24... yes
checking for LIBGEDA... configure: error: Cannot find libgeda (or libgeda.pc),
please install libgeda
I installed libgeda from source by this method:
cd gaf/libgeda
make maintainer-clean
./autogen.sh
./configure --prefix=/opt/geda --disable-nls
make install
and it completed without errors
I've tried removing the debian packages with libgeda in /usr/lib and
also changing /etc/ld.so.conf to put /opt/geda/lib and /opt/geda/share early in
the list
and still have this happening.
I"m now going to try running
make reconfig on geda-20060906
or else I will reinstall the debian packages to get to work today.
My problems are very likely to do with recently updated linux debian unstable
rather than gEDA...
John G
_______________________________________________
geda-dev mailing list
geda-dev@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev