X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Ya/c8VIiuRSMQBpiwIxCefzIi5BUqo60qQH8lOu3DOE=; b=odVk7AcxFeCMBat0k6bCCTpMaMZ/fiJOdxdojrzFqiF7c9izlJSccVVvtoNyGXYiUB HHzWagjaP1QW86eLsAIZj7a39elqyDIH25dmX5gC3StNdTKjrs5vCoZmMLkEnlm2rjFb 8NMa7jXkgKv3Vehh9aIC0Fy4ZSI0QyQcc71sLHByY67tZiw0GEJTddbGgcXdajX5osee XbskcXBWShqVWUTC1712tubRsZag6MnPjEArqQQ6id/AuFgn7M9A1hKP4pkXe+Py02+I S4F7vfAUXLHhFmqK/gY6f9WRA242IFb6QA6aLjW2KC1kLj0xZ6m3Su8bxm2raQYX6eBS ABSA== MIME-Version: 1.0 X-Received: by 10.194.19.131 with SMTP id f3mr28861318wje.46.1421417984676; Fri, 16 Jan 2015 06:19:44 -0800 (PST) In-Reply-To: References: <1420505387 DOT 3521 DOT 10 DOT camel AT cam DOT ac DOT uk> <20150106180051 DOT 12514 DOT qmail AT stuge DOT se> <1420586390 DOT 14239 DOT 10 DOT camel AT cam DOT ac DOT uk> <54B81BF6 DOT 1000306 AT ecosensory DOT com> <1421370873 DOT 24766 DOT 14 DOT camel AT cam DOT ac DOT uk> Date: Fri, 16 Jan 2015 18:19:44 +0400 Message-ID: Subject: Re: [geda-user] Refactoring in PCB From: Sergey Alyoshin To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 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 Precedence: bulk On Fri, Jan 16, 2015 at 4:30 PM, Jason White wrote: > I just tried compiling and it seems dfxlib has changed. I attached the > error output from running make. > > Would you, by chance, have a version of dfxlib that does compile with gerbv-dxf? libdxf ver. 2.2.0.0-8 (libdxflib-dev from Debian 7). For now it can't be built with ver. 2.5 (from Debian 8). > On a side note, it is a bit of a pain tracking down dxflib, building > it as a shared library, and inserting that library into the search > path. Perhaps since they are both GPLv2, they could be distributed > together for ease of compilation? I don't agree with inserting free library code. It is a _library_ after all and it is already contained in some Linux distribution. > On Fri, Jan 16, 2015 at 2:58 AM, Sergey Alyoshin wrote: >> On Fri, Jan 16, 2015 at 4:14 AM, Peter Clifton wrote: >>> A simple naive importer would probably be fairly easy to code up, but >>> there are enough details around aperture macros etc. that it is probably >>> best to use libgerbv as the basis for any serious importer. >> >> Two can play this game. Initial export to gEDA PCB (File > Export): >> >> https://github.com/alyoshin/gerbv-dxf >> >> In DXF to, via dxflib, if configured.