[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: Next step questions



*Many thanks*, Peter!

export ACLOCAL_FLAGS="-I /usr/local/share/aclocal"

did the trick to build and complete without errors.

Now for the final (I hope) hair pulling moment,  when I issue the command

gschem

I get

/opt/geda/bin/gschem: error while loading shared libraries: libgeda.so.28: cannot open shared object file: No such file or directory

libgeda.so.28 lives in /opt/geda/lib

How do I get gschem to find libgeda?

Many thanks,
Craig

On 2/18/07, Peter Clifton <pcjc2@xxxxxxxxx> wrote:
On Sun, 2007-02-18 at 20:39 -0600, Craig Niederberger wrote:
> Does anyone know what version of gettext the CVS make for geda/gaf
> expects?  I'm beginning to think that in updating gettext from 0.14.5
> to 0.16.1 I overshot the mark:
>
> ./configure: line 7594: AM_GNU_GETTEXT: command not found
> ./configure: line 7595: syntax error near unexpected token `0.16.1'
> ./configure: line 7595: `AM_GNU_GETTEXT_VERSION( 0.16.1)'
> make: *** [gschem/config.h] Error 2
>
> Many TIA,
> Craig

If the AM_GNU_GETTEXT macro wasn't found above, it won't be expanded to
the appropriate code, so the execution of the ./configure script will
fail.

gschem attempts to require the version of gettext you have installed.
This was to work around a bug somehow introduced in gettext which broke
its supposed backwards compatibility to older version numbers which
geda/gaf used to request.

Peter




_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user