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=sDt1KRO7vkb7yAcbL0punQPGCuthYjQOE7r5P4XD5b0=; b=HBsAeYCr/WUO/sheT13Z+1e4Rq3vdm+sJJuC8gvLSUFPRbK7/FpX6DshLDbDPeKuy3 JSsIHt7kaxd9dp87QMbFclJVTC/pLf1zkQi6AU9fyH81q/OI0YX0FkpJnLc9rPOMT8zk gjthNbnMaLJE6Fhb7yNOyKa/7KHaYbRvDVsC50b62WitP3lyOLF11FFv3d7/sn6RszqO DOiObKwiZ6J57KA5IhTw6YwJlmIr2gBd6Qu0QE0Kx/fWTiz28SfCQ3TXLjIL6m8I+/Ng OynUfKnU2l4JrziklY+4FDSNgL3dvs5z6j1ZuO2DusCm4qDin1UqNSjkyJjfdWvQunT0 VCzQ== MIME-Version: 1.0 X-Received: by 10.180.208.112 with SMTP id md16mr15676959wic.37.1421500675342; Sat, 17 Jan 2015 05:17:55 -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: Sat, 17 Jan 2015 17:17:55 +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 7:18 PM, Jason White wrote: > 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. I have added dxflib version test at configuration time and fix compilation with dxflib-2.5.