[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: Syntax error in pcb file
On Thu, Oct 02, 2008 at 02:55:25PM -0400, Neil Webster wrote:
>
> This is a fresh pcb file created using gsch2pcb i.e. I have not
> intervened in any way. Is there something that could be wrong with the
> schematic to cause this? The pcb file generally looks quite jumbled with
> Element definition not all in one place.
Maybe it IS m4 then. m4 has a 'divert' feature which lets your m4
script generate the output in a somewhat arbitrary order and have it
come out right at the end. Maybe that's gone haywire in your case?
For example:
m4 of:
divert(2)hi
divert(1)goodbye
prints:
goodbye
hi
--
Ben Jackson AD7GD
<ben@xxxxxxx>
http://www.ben.com/
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user