Hi,

>checked out devel from cvs and did a make install. Problem arose when 
>compiling setup. 
>
>( cd setup; \
>  ./configure --prefix=/home/svenn/geda  )
>Configuring geda-setup version 20041228
>./configure: line 1258: syntax error near unexpected token `$PACKAGE,'
>./configure: line 1258: `AM_INIT_AUTOMAKE($PACKAGE, $VERSION)'
>make: *** [setup/config.h] Error 2

        Hmmm. This doesn't look like a gtk+ problem but rather an autoconf
problem.  Did you build from a completely clean checkout?  What version of
autoconf / automake do you have on your system?

>
>I have installed gtk2.x-dev and not gtk1.x-dev. Could it be that 
>geda-setup needs gtk1.2 to compile?

        Yeah, setup does need 1.2.x.  

>
>Do I really need to compile geda-setup when I compile from cvs?


        No you do not need to build setup, but it is part of the toplevel
Makefile.  If you wish to remove it, just edit the following line in the
toplevel Makefile:

...
install: gschem_install gnetlist_install gattrib_install gsymcheck_install geda_
install\
         setup_install utils_install docs_install examples_install
...

and remove setup_install.  

                                                                -Ales

Reply via email to