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=piMS4vPo30/4Chqoec55Sdhs9zdsKb8CINrxXszwZ7w=; b=KKvIn/Mb4NNzqYQv2gjpfJSrNGTcN8q7zJwt59YRcn1Yjef/WXgRng2u1VhSQ+S+ys aMworSX+al/321DhLzJA5hW+Q7MaJAyjBr2NiIwYzl7VSTTc4yonSYmpoR7kdEB6L1bG shETmOVHEsKQR73gAvH5lUOivRfbHA4yzch1arN1dHqI57/qzIpr3yxf/70gRIwAsLs2 4jjzDStFioEqy6Bsn2n8ZvCvJn6OiE+Pl6mt7srmUcay7mAICLmd7fCKeh65O76D25cs Molz/mLWoJUsKfL6KFIKMTw2xk+SnYXUUUWywmKlp3HEYXMCjYS5mvD1SpXcrB01HcyJ ZV0g== MIME-Version: 1.0 X-Received: by 10.60.98.204 with SMTP id ek12mr9923798oeb.14.1421425097600; Fri, 16 Jan 2015 08:18:17 -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 11:18:17 -0500 Message-ID: Subject: Re: [geda-user] Refactoring in PCB From: Jason White 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 9:19 AM, Sergey Alyoshin wrote: > On Fri, Jan 16, 2015 at 4:30 PM, Jason White > wrote: >> 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. Your right Sergey, I had looked for it in the Ubuntu repositories and found it was not there. I figured that it simply was not avaible in package form so I got the version from the authors website instead. After spending an hour or two to manually set up a build script and insert everything into the correct system paths I found out that it was all for naught as the library version was incompatible. It was this that lead me to think that others might have to go the the same process, hence my suggestion to ease the process. -- Jason White