[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA: pcb batch mode
On Mon, May 15, 2006 at 07:04:54AM -0400, Dan McMahill wrote:
> DJ Delorie wrote:
> >I just added a batch mode "gui" for PCB, for web servers and
> >scripting. Use --with-gui=batch to get it.
Is it possible to invoke the export command in the batch mode? If yes,
then how or where can I read about how to do it?
CL<
> >
> >However, it turns out that the png HID pulls in the X11 libraries
> >anyway (to get Xpm support). Any way we can disable that?
>
> hmm. I'll have to look into it a bit. Seems to be due to gdlib-config.
>
>
> dan@alpha 140 % gdlib-config --libs
> -ljpeg -lfreetype -lpng -lz -lm
> dan@alpha 141 % gdlib-config --version
> 2.0.33
>
> mcmahill@sparc 71 % gdlib-config --libs
> -lXpm -lX11 -ljpeg -lfreetype -lpng -lz -lm -lpthread -lrt
> mcmahill@sparc 72 % gdlib-config --version
> 2.0.33
>
> looks like this depends on how gdlib was configured. Short of shipping
> our own gdlib sources so we control how it is configured I'm not sure
> what we can do here.
>
> -Dan