X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wellesley-edu.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=t1Zk948pdyLRj2QhMjDtABU/76BsZs7hOTzLbW4feK0=; b=0CmLDwSNqlf2Cvoh/0GuFfHYbJvdIvEnbnxmu+wf/Ks42jzj94b8I7zVQqVTTgV/X9 I+SXgKWzVvCPLAnKQJSrGc9jWt7PDc362LuyHezG/O7u8BdW+YIsSA9G5ke8aDq0Ai/b qhPeIcKEEZ3XkhN0+uNonlm6jU6AyIon+UUN0+lKdq9uBnOK2ID4WC4/EHPYva8d9HSx cX9qjK9ZQZL0amcHD8CSOZcL03qMSeBq5Jl6lciV8IzghQJtWO5+jNmPNqFobstMX4+k aci7ngaaIiI2kpvCUKomtW54Dhk05SFQ7OANY2Bo9O38tvv9ogbH2u9RCGdT11XtmIdT Eefg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=t1Zk948pdyLRj2QhMjDtABU/76BsZs7hOTzLbW4feK0=; b=PDQtIUiTYDsCRxPkk7HyktMPrGvm7LNlMC2Y3HWgrNH1eeXgn9J1cO1cqexdX8T3cK TO9uWleiD0MGAngy1ENbulAZlSB/sIv2SMY2fUtEz9AKvF+QnAQjQLbRo5+VYARzd7aZ GWI5ipSmGHdhTXFzbLswQFAG7lJSe6jiKNKz2mSNG2O6UUtHp+Zv+NdlDhwGjV/rl72K CjH3b4PfYARHYUZMGUKIO1TFh5J/HFhd8CEFxPxZ6o8I6XqVSkPg+XcvzDPD49RyhRc6 hEVusTSHyYfGQZXvggYgkMpZOlLUufwFnYiLfqhZZutGfThXN8OsOuuunMAUxVEUxO+b VTQA== X-Gm-Message-State: AD7BkJIv9ULN1wGbtf2h4wh8owVILXobTxx2njbuuCkDkKNW7UwhUrhVDiVaA2PioZMtGFWj X-Received: by 10.55.81.87 with SMTP id f84mr27317034qkb.10.1456848921588; Tue, 01 Mar 2016 08:15:21 -0800 (PST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: [geda-help] gaf not built From: "James Battat (jbattat AT wellesley DOT edu) [via geda-help AT delorie DOT com]" In-Reply-To: <20160301154220.GA32484@localhost.localdomain> Date: Tue, 1 Mar 2016 11:15:19 -0500 Message-Id: <01194BDD-3DF7-4F46-9C73-3DD1DE3CF230@wellesley.edu> References: <201602281147 DOT u1SBljat031059 AT delorie DOT com> <553E6B58-F7B5-481C-9B8D-39453BF8FA68 AT wellesley DOT edu> <62C5F001-23F2-424E-AB00-DCA9DA3F0ABC AT wellesley DOT edu> <20160301154220 DOT GA32484 AT localhost DOT localdomain> To: geda-help AT delorie DOT com X-Mailer: Apple Mail (2.1878.6) Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u21GFPjv027966 Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Vladimir, Again, thank you for the quick and helpful reply. OK, I disabled xorn and was able to compile and run gschem (and gaf), but there are several serious issues when running. A few are: * when you close gcschem “F C”, an OS X popup appears saying that gschem quit unexpectedly. The terminal window shows a suite of error messages, including a segfault message (full output below). * The “overbar” notation (e.g. "\_Q\_”) produces a very thick over-bar in gschem, and the PDF output produced by gaf shows the entire character as a solid black rectangle (i.e. don’t see a letter, don’t see an overbar, just a large black rectangle). * toolbar icons don’t appear until you mouse-over them, and drop-down menu text (“File” “Edit” “View” etc.) is invisible until you click on them. * Blank line in text field produces huge vertical whitespace gap. I add a text field to a schematic, enter two lines of text separated by a blank line, then when rendered, the first and second lines of text are separated by the equivalent of about 20 lines of blank space. In particular, the output PDF is problematic because the pin labels that have the overbar notation are unreadable. I don’t know if these issues are gschem related, or rather an issue with some dependency on my end? Note: I also see these issues in gschem version 1.9.2, as described in a related post to geda-user: http://www.delorie.com/archives/browse.cgi?p=geda-user/2016/02/29/22:00:39 Many thanks as always, James On Mar 1, 2016, at 10:42 AM, Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-help AT delorie DOT com] wrote: > James, > > On Tue, Mar 01, 2016 at 09:45:14AM -0500, James Battat (jbattat AT wellesley DOT edu) [via geda-help AT delorie DOT com] wrote: >> Indeed, they eliminated those errors (THANK you for the quick response!), but I now see other errors (when compiling code in xorn/src/storage) > > You can disable xorn compilation by doing './configure > --disable-xorn' before 'make'. > > Vladimir