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

gEDA-user: xinstall help



Hello,
	I am using Fedora Core 3 and I could not get xinstall to work.  The
errors are listed below.  Has anybody run into similar errors.

Cheers,

Kevin G. Erdmann

bash-3.00# make xinstall
( \
        if test -x geda-setup-20040111/src/setup.sh; then \
                echo "Using CVS version of setup.sh ..."; \
                cp geda-setup-20040111/src/setup.sh . ; \
        elif test -f geda-setup-20040111.tar.gz; then \
                echo "Using distributed version of setup.sh (from
existing geda-setup-20040111.tar.gz) ..."; \
                tar -xzf geda-setup-20040111.tar.gz geda-
setup-20040111/src/setup.sh ; \
                cp geda-setup-20040111/src/setup.sh . ; \
                rm -Rf geda-setup-20040111 ; \
        else \
                echo "Trying to download geda-
setup-20040111.tar.gz ..." ; \
                wget -c -t0
ftp://ftp.seul.org/pub/geda/devel/20040111/geda-setup-20040111.tar.gz
>/dev/null 2>/dev/null ; \
                if test -f geda-setup-20040111.tar.gz; then \
                        echo "Using distributed version of setup.sh
(from downloaded geda-setup-20040111.tar.gz)..."; \
                        tar -xzf geda-setup-20040111.tar.gz geda-
setup-20040111/src/setup.sh ; \
                        cp geda-setup-20040111/src/setup.sh . ; \
                        rm -Rf geda-setup-20040111 ; \
                elif test -x setup.sh; then \
                        echo "Using setup.sh existing in current
directory ..."; \
                else \
                        echo "ERROR ! Cannot find setup.sh, installation
cannnot be continued !" >&2 ; \
                        exit 0 ; \
                fi ; \
        fi ; \
)
Using distributed version of setup.sh (from existing geda-
setup-20040111.tar.gz) ...
./setup.sh 20040111 geda- -20040111
gEDA Suite setup
(c) 2001-2003 Piotr Miarecki

Checking for tar ...
Checking for gcc ...
Checking for wget ...
Checking for libglib ...
Checking for libgtk ...
Checking for geda-setup ...
Using distributed version of geda-setup and setup.cfg (from existing
geda-setup-20040111.tar.gz) ...
Forced setup building ...
   configuring ...
   compiling ...
callbacks.c: In function `on_next_clicked':
callbacks.c:85: error: label at end of compound statement
callbacks.c: In function `on_previous_clicked':
callbacks.c:139: error: label at end of compound statement
make[3]: *** [callbacks.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
cp: cannot stat `geda-setup-20040111/src/setup': No such file or
directory
Starting geda-setup ...
./setup.sh: line 160: ./geda-setup: No such file or directory
make: *** [xinstall] Error 127