X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=I6fevythYxg3rMLOTJVqilR7Y5o5XeBFCKwYKMch+8A=; b=SQ9uxnS43xXLZlXEtFb7daRGIwMohNWpmOmG5k4BbW2zbnBt3d+A7McSDPyrTE1xeJ qLHzP4DvBj7Q4YtavDufl2tjEXUUbthoDikYthLT5fEz3oZVBzTpZjQPc/c7nWwzReL6 LZYezl0dF20GhKftf8AXUFNzvdYzQnFyKj1tSMAD94+mqJIPTrDYMC3bmWTZbglMoPSg 5r2GvueQlNxeinvdr1Vzy+isliiCMu4qDSq0g3ArrJ/rFKqAtoMg2LGtolGFBnlSLzwD JumR+LnUvz+eDtrqskJc1lwYqj89P99XQJecvcbgFntBpl/qGbNGXslTe/MRLLqaN++R AP+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=I6fevythYxg3rMLOTJVqilR7Y5o5XeBFCKwYKMch+8A=; b=KXoZPTAFlW0zTKo65sojHSNqyNYv/Hf367R0kCthqcu0pYi/xLUqSfa1c7Hzrt39dS Du8/jQQnHTANH7xHc4jlXOqh+Fl9LWBG5ojYZ9hxs6Fhgj/w0MfSaEvD6WxkgYJUptZM t6IJP8SDYLsoplNhd4Q5Y8BQ92eA5u29+Asow1b9WuiFRNxPwDEzJOQL2l/Hxh8YObax JoS/GpCKy+YIS6lNp0fPe6oNWz82Rcx+3JsnzFHxohEc1dSgsFsR9OA2439E2H2YcK+I XO9g8Rd1jbbOQx1r9gxdggtqeBLk1mbsd7AYPd07ycCbqvAZq1ilMVlwYhZqWtZvneka ITHA== X-Gm-Message-State: AE9vXwORDbgtgu4LHzIs5ZN/kYYXB1/HWxEOh508W66surE/yraOTjqnpjDQaDfUJP9BIFu1fZjZcUaAdUf07Q== X-Received: by 10.31.201.4 with SMTP id z4mr2238004vkf.45.1473425809486; Fri, 09 Sep 2016 05:56:49 -0700 (PDT) MIME-Version: 1.0 From: "Chad Parker (parker DOT charles AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Fri, 9 Sep 2016 08:56:49 -0400 Message-ID: Subject: [geda-user] [pcb] Build Error in edif.y When Compiling with Symbol DEBUG Defined To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary=001a11484accfa3745053c12ad73 Reply-To: geda-user AT delorie DOT com --001a11484accfa3745053c12ad73 Content-Type: text/plain; charset=UTF-8 I think this will affect pcb-rnd too. There are a few things that are included via ifdefs in edif.y when the DEBUG symbol is defined that cause two errors. Both occur in the "DumpStack" function. In one case the "Error" file pointer is used before it is defined and in a second case there are some symbols in a switch statement that appear to have not been updated when the EDIF_TOK_ prefix was added to all the symbols in this file. I pushed a fix to home/cparker/edif_debug. Cheers, --Chad --001a11484accfa3745053c12ad73 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I think this will affect pcb-rnd too.

There are a few things that are included via ifdefs in edif.y when the D= EBUG symbol is defined that cause two errors. Both occur in the "DumpS= tack" function. In one case the "Error" file pointer is used= before it is defined and in a second case there are some symbols in a swit= ch statement that appear to have not been updated when the EDIF_TOK_ prefix= was added to all the symbols in this file.

I pushed a f= ix to home/cparker/edif_debug.

Cheers,
--C= had
--001a11484accfa3745053c12ad73--