[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gEDA-dev: gschem compiling
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
So I have been looking for distribution upgrade trouble and not found any yet,
but updated many packages recently and seem to have a new thing going wrong.
I just 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 whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking whether make sets $(MAKE)... (cached) yes
checking for guile... /usr/bin/guile
checking for guile-config... no
configure: error: guile-config required but not found
_______________________________________________
geda-dev mailing list
geda-dev@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev