delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2016/02/23/12:31:43

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=sbcglobal.net; s=s2048; t=1456248653; bh=LvdF8L6cWSHmg8wvVQS9ZIw5mh50K/HZ50ee9BQ5yV4=; h=Subject:From:In-Reply-To:Date:References:To:From:Subject; b=BEbjx4BZLN5/Xq/NlKhGJeeg7YhCPC2j2jk2tMAn0lfOmIWvO4QbiCREO9kdJ+CxNW5r6B7mMvvogxmuy7HDtQsyILymWUXM+esEX6Dw5cUJdv9k6T1zS81A0ZpxwOPWKeoxnZolr2OrW0IFCeH58985yC/XUx+EW9hwJf7yEL/5QzZ5h+9NY/aSqYw4gnbkkciM098n0fX2aEYb7kbhe6uz4TDInntPjGE2Mmz9lbuCsga+joE3rmWpWzbIVJ8es8dF3jm0yYPSDEOwlmNwdwfCF6IN/WaYCdX/gWGcWcPhbR4kFF11oQmRlCFv82sC345vYrUWIBTnSuzz0jLYqQ==
X-Yahoo-Newman-Id: 442983 DOT 40294 DOT bm AT smtp208 DOT mail DOT gq1 DOT yahoo DOT com
X-Yahoo-Newman-Property: ymail-3
X-YMail-OSG: 3laHK6IVM1le3N1AUXHGT6lsP5yg44mKwtxfD8efcO_hDHF
WF9N8X3QWWF_uGY12em_cySeGBsO.nwPtsH6QyAllBFBuU9Sp1qIRapdzY3q
kG_nIFeAX3vRfIB6MgFvmpj7fIrM_wqAyJTN79.mQ52l64j88oA9bbrfnssd
H23as5Poki1TaaUSHBA4mY_DP1nYsCnQyonZtE3Wc7ZgWtIVeF5Dalm.mbTR
05oWEaqh5A5fvRRHSHldB_tyo6b1wKnG36_BDXjKDD5JIqmwpJ9twX_W9lFb
cm06FSnVQSuerqWrStQdUyb9jnGw8Ww9F3dXoYz.SSr9NCsPDF.T4rh5gK9L
HaP7GP3D9RCTcItxQ4B9O4R1A6NKzSd5g9R6o1Sx05koRkz2F4hr.TkY9uRW
juyXcEXJq7.eaTqhu7j_SXrhSZlPmGi499mq05Kp.jDrBABimXaNTM3h.cXe
m9Bz9TmhWt3Sl8K_zJIWS3uNhZKpeC7Px75xU5SJtZ9Nzxsr.oK06e6G7r6v
rHsoTR3bEoegNLnBmOktMub4UFUE3aRuPC1siYkVIkoKpyE8b5w--
X-Yahoo-SMTP: b8jVkbOswBAqZ4BhECp7nxPJUfTGEnEGv_G4qgQeZMeAbA--
Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\))
Subject: Re: [geda-user] gEDA/gaf File Format Issue with Circles - Arrgh! with attachment
From: "Edward Hennessy (ehennes AT sbcglobal DOT net) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
In-Reply-To: <20160223171222.Horde.bDMZHNOkQ_9ZIPRVS2J7OlP@webmail.in-berlin.de>
Date: Tue, 23 Feb 2016 09:30:50 -0800
Message-Id: <55837A5E-1DD1-45FA-803E-727FD4D0F6FA@sbcglobal.net>
References: <20160223171222 DOT Horde DOT bDMZHNOkQ_9ZIPRVS2J7OlP AT webmail DOT in-berlin DOT de>
To: "geda-user AT delorie DOT com" <geda-user AT delorie DOT com>
X-Mailer: Apple Mail (2.2104)
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u1NHUwWJ013999
Reply-To: geda-user AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: geda-user AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

Hagen,

I count 12 parameters in the source code, and there are 11 parameters on the line. Here is the output snippet from the source code:

return g_strdup_printf ("%c %d %d %d %d %d %d %d %d %d %d %d",
                       OBJ_ARC,
                       geda_arc_object_get_center_x (object),
                       geda_arc_object_get_center_y (object),
                       geda_arc_object_get_radius (object),
                       geda_arc_object_get_start_angle (object),
                       geda_arc_object_get_sweep_angle (object),
                       geda_object_get_color (object),
                       object->line_width,
                       object->line_end,
                       object->line_type,
                       object->line_length,
                       object->line_space);

If 3 is the color, then one of the line style parameters is missing.

Ed

> On Feb 23, 2016, at 8:12 AM, Hagen SANKOWSKI <hsank AT nospam DOT chipforge DOT org> wrote:
> 
> 
> [text/plain] Text (1 KB)
> Hello.
> 
> I draw a symbol for an DIP socket, which works fine with gschem version
> 1.6.2.20110115 on my CentOS 6 box.
> 
> Now I copied this symbol to my Debian 8.3 box with gschem version
> 1.8.2 (g875406c) and got a red attention mark.
> 
> Investigation results in gsymcheck said:
> "Failed to parse circle object"
> 
> I already checkt the gEDA/gaf File Format Document and it seems to be okay,
> at least working for the older gschem 1.6.2.
> 
> What is wrong with my (attached) symbol file on line 30?
> 
> 
> Regards,
> Hagen Sankowski
> 
> 
> -- 
> "They who can give up essential liberty to obtain a little temporary
> safety, deserve neither liberty nor safety." Benjamin Franklin (1775)
> <dip16-1.sym>


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019