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

Re: gEDA-user: PCB, configure: error: batch is not a valid gui



On Thu, 2009-03-05 at 12:45 -0500, DJ Delorie wrote:
> > >checking for which gui to use... batch
> > >configure: error: batch is not a valid gui
> 
> That works just fine for me, using the git head.
> 

For PCB 20081128:

>From configure.ac

>AC_MSG_CHECKING([for which gui to use])
>AC_ARG_WITH([gui],
>[  --with-gui=            Specify the GUI to use: batch gtk lesstif
>[[default=gtk]]],
>[],
>[with_gui=gtk]
>)
>AC_MSG_RESULT([$with_gui])
>case " $hid_guis no none " in
>     *\ $with_gui\ * ) HIDLIST="$with_gui" ;;
>     * ) AC_MSG_ERROR([$with_gui is not a valid gui]) ;;
>esac
>
>if test x"$with_gui" = x"none" -o x"$with_gui" = x"no"
>then
>    HIDLIST=
>fi

I do not really understand these autotools stuff, but at least there is
no "batch" mentioned.

Compiles fine with --with-gui=none

AMD64-X2 geda-pcb #
ldd /var/tmp/portage/sci-electronics/geda-pcb-20081128/image/usr/bin/pcb 
	linux-vdso.so.1 =>  (0x00007fffccffe000)
	libdl.so.2 => /lib/libdl.so.2 (0x00007fbcc4a00000)
	libm.so.6 => /lib/libm.so.6 (0x00007fbcc477f000)
	libc.so.6 => /lib/libc.so.6 (0x00007fbcc4437000)
	/lib64/ld-linux-x86-64.so.2 (0x00007fbcc4c04000)
AMD64-X2 geda-pcb # 







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