X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <20150228171558.17976.qmail@stuge.se> Date: Sat, 28 Feb 2015 18:15:58 +0100 From: Peter Stuge To: geda-user AT delorie DOT com Subject: Re: [geda-user] Ellipses in gschem? Mail-Followup-To: geda-user AT delorie DOT com References: <54EB4593 DOT 7020801 AT envinsci DOT co DOT uk> <54ECFFF8 DOT 3050201 AT sbcglobal DOT net> <54F04F4C DOT 90304 AT envinsci DOT co DOT uk> <54F0C050 DOT 1050301 AT sbcglobal DOT net> <54F10204 DOT 7020709 AT ecosensory DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54F10204.7020709@ecosensory.com> 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 John Griessen wrote: > There is a truly fine GUI for parametric 2D and 3D CAD (mechanical > drafting) called solvespace. Wow. Very nice! > It uses the FLTK library to compile on linux and there is a breakage > in fltk that is stopping it now, Current solvespace git built straight away for me. debian is a waste of time for me, but I think your problem is with trying to create a statically linked binary. It looks like FLTK uses libdl, which I believe means that you can't actually build a static binary - or possibly you can, but you will anyway require libc on the host where you run the binary to be particularly compatible with the one on the build host - so you might just save yourself the trouble. Does it build correctly if you just run configure - removing --enable-shared=no --enable-static=yes from the command line? > so I use it in a VM on Win 7. It's licensed GPL, just has a core > developer that does windows. GPLv3 > Anyone good at automake and solving static vs. dynamic linking bugs > in libraries like FLTK? Yeah. //Peter