delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to geda-user-bounces using -f |
X-Recipient: | geda-user AT delorie DOT com |
X-Google-DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; |
d=1e100.net; s=20161025; | |
h=x-gm-message-state:mime-version:references:in-reply-to:from:date | |
:message-id:subject:to; | |
bh=V/3ycqRHqVfrVID9V0cNHfk25pGmUdHqDNdUvmCr1VA=; | |
b=Qn0XTyAnVEP5suWMwKq7MoZTXaIuEBBX/ATlVlfPuRQveUulDRgom8bBM9+gd9kIbE | |
4EYy4dgs27UygI6EnSNPzl706i6LXAEej6t7QMxITISuKT+YOOceAKvMt3cB2HBwZyKA | |
CrMqP08Uk6SpRt7/Ok1PFN24ZGQwvOMnk1BTt3b7BzX3D7x6K+6EoLbZpev+Uz7ol2PI | |
scWOOYtIB8kGrbk+Uoi/IOeK+VCaG75myXyYUOLxh//4w7HznCm0LdpxpsLOJpiccc/r | |
MSPSmdLQgL/MMCu+CYbPbmylk1Pyd8ZwSVd9/fulL5WQaWuehrKUW1uFJYhbXd61Mtpr | |
Pqtg== | |
X-Gm-Message-State: | AOAM533jx63mBwYqT08+/qDc5J2NwgZeG6HP6WG8QMxuUfOdnSPAXV0P |
w8Y6hCHH99IKnbEll0y9/6wxuPsC | |
X-Google-Smtp-Source: | ABdhPJyBKJSH9HSxaI8dUMwfP+g6WritQawjI0ULE+5ByDfPjpR2d7X6C07n4Rjvow0P3Uhm0PxKQQ== |
X-Received: | by 2002:a05:6602:2295:: with SMTP id d21mr26069859iod.0.1595302232965; |
Mon, 20 Jul 2020 20:30:32 -0700 (PDT) | |
X-Received: | by 2002:a6b:fe0d:: with SMTP id x13mr26025825ioh.187.1595302232504; |
Mon, 20 Jul 2020 20:30:32 -0700 (PDT) | |
MIME-Version: | 1.0 |
References: | <CAJMxkkXJm55rNEZbAftGa_qHSxn4Nds7GLyTzHEA6DPuhPnKnw AT mail DOT gmail DOT com> |
<20200720223225 DOT 256c5519 AT demon> | |
In-Reply-To: | <20200720223225.256c5519@demon> |
From: | John Peck <john AT eventuallabs DOT com> |
Date: | Mon, 20 Jul 2020 20:28:34 -0700 |
X-Gmail-Original-Message-ID: | <CAJMxkkU7LMzcQtPypLUL06FzNL_FfLdjZwbJcmwPfHf9wY_jVg AT mail DOT gmail DOT com> |
Message-ID: | <CAJMxkkU7LMzcQtPypLUL06FzNL_FfLdjZwbJcmwPfHf9wY_jVg@mail.gmail.com> |
Subject: | Re: [geda-user] Trouble building lepton-eda under Cygwin |
To: | geda-user AT delorie DOT com |
Reply-To: | geda-user AT delorie DOT com |
--000000000000e0c40f05aaeb3e8a Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable > What version of Lepton EDA you are trying to build? I just pulled from github...so the latest I guess. But I certainly don't need to do that. > Run all four 'make' commands (listed at the top of the wiki page [1]) in > sequence, ignoring errors. I downloaded the version 1.9.10 you referenced and followed the commands in your link [1]. Things seem to work -- I get a blank schematic page with lepton-schematic. Thank you! I'm using 32-bit cygwin for some historical reason. I hope this doesn't cause problems later. On Mon, Jul 20, 2020 at 1:06 PM dmn (graahnul DOT grom AT gmail DOT com) [via geda-user AT delorie DOT com] <geda-user AT delorie DOT com> wrote: > On Mon, 20 Jul 2020 08:27:54 -0700 > John Peck <john AT eventuallabs DOT com> wrote: > > > I've followed the very nice instructions for configuring lepton-eda > > under Cygwin. I get this error when I try to build: > > > > =E2=94=94=E2=94=80 $ =E2=96=B6 make LDFLAGS=3D"-no-undefined -lgio-2.0 = -lgobject-2.0" > > version.h is unchanged > > make all-recursive > > make[1]: Entering directory '/home/jpeck/lepton-eda' > > Making all in libleptonrenderer > > make[2]: Entering directory '/home/jpeck/lepton-eda/libleptonrenderer' > > CCLD libleptonrenderer.la > > /usr/lib/gcc/i686-pc-cygwin/9.3.0/../../../../i686-pc-cygwin/bin/ld: > > .libs/edarenderer.o: in function `eda_renderer_prepare_text': > > /home/jpeck/lepton-eda/libleptonrenderer/edarenderer.c:864: undefined > > reference to `geda_text_object_get_size_in_points' > > > > Can anyone help with this? > > > Hi John, > > What version of Lepton EDA you are trying to build? Looking at the > error message (line number), it is newer than 1.9.10 recommended on the > Cygwin wiki page [1]. Anyway, this is the first command needed for > build, and it is expected to fail. Run all four 'make' commands (listed > at the top of the wiki page [1]) in sequence, ignoring errors. > > [1] https://github.com/lepton-eda/lepton-eda/wiki/Cygwin > > > Regards, > Dmitry. > > -- > Lepton Electronic Design Automation > https://github.com/lepton-eda/lepton-eda > https://graahnul-grom.github.io > > > --000000000000e0c40f05aaeb3e8a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">> What version of Lepton EDA you are trying to build?<b= r><br>I just pulled from github...so the latest I guess.=C2=A0 But I certai= nly don't need<br>to do that.<br><br>> Run all four 'make' c= ommands (listed at the top of the wiki page [1]) in<br>> sequence, ignor= ing errors.<br><br>I downloaded the version 1.9.10 you referenced and follo= wed the commands in<br>your link [1].=C2=A0 Things seem to work -- I get a = blank schematic page with<br>lepton-schematic.=C2=A0 Thank you!=C2=A0 I'= ;m using 32-bit cygwin for some historical<br>reason. I hope this doesn'= ;t cause problems later.=C2=A0=C2=A0<br></div><br><div class=3D"gmail_quote= "><div dir=3D"ltr" class=3D"gmail_attr">On Mon, Jul 20, 2020 at 1:06 PM dmn= (<a href=3D"mailto:graahnul DOT grom AT gmail DOT com">graahnul DOT grom AT gmail DOT com</a>) [= via <a href=3D"mailto:geda-user AT delorie DOT com">geda-user AT delorie DOT com</a>] <= ;<a href=3D"mailto:geda-user AT delorie DOT com">geda-user AT delorie DOT com</a>> wro= te:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px = 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Mon, 20 J= ul 2020 08:27:54 -0700<br> John Peck <<a href=3D"mailto:john AT eventuallabs DOT com" target=3D"_blank">jo= hn AT eventuallabs DOT com</a>> wrote:<br> <br> > I've followed the very nice instructions for configuring lepton-ed= a<br> > under Cygwin.=C2=A0 I get this error when I try to build:<br> > <br> > =E2=94=94=E2=94=80 $ =E2=96=B6 make LDFLAGS=3D"-no-undefined -lgi= o-2.0 -lgobject-2.0"<br> > version.h is unchanged<br> > make=C2=A0 all-recursive<br> > make[1]: Entering directory '/home/jpeck/lepton-eda'<br> > Making all in libleptonrenderer<br> > make[2]: Entering directory '/home/jpeck/lepton-eda/libleptonrende= rer'<br> >=C2=A0 =C2=A0CCLD=C2=A0 =C2=A0 =C2=A0<a href=3D"http://libleptonrendere= r.la" rel=3D"noreferrer" target=3D"_blank">libleptonrenderer.la</a><br> > /usr/lib/gcc/i686-pc-cygwin/9.3.0/../../../../i686-pc-cygwin/bin/ld:<b= r> > .libs/edarenderer.o: in function `eda_renderer_prepare_text':<br> > /home/jpeck/lepton-eda/libleptonrenderer/edarenderer.c:864: undefined<= br> > reference to `geda_text_object_get_size_in_points'<br> > <br> > Can anyone help with this?<br> <br> <br> Hi John,<br> <br> What version of Lepton EDA you are trying to build? Looking at the<br> error message (line number), it is newer than 1.9.10 recommended on the<br> Cygwin wiki page [1]. Anyway, this is the first command needed for<br> build, and it is expected to fail. Run all four 'make' commands (li= sted<br> at the top of the wiki page [1]) in sequence, ignoring errors.<br> <br> [1] <a href=3D"https://github.com/lepton-eda/lepton-eda/wiki/Cygwin" rel=3D= "noreferrer" target=3D"_blank">https://github.com/lepton-eda/lepton-eda/wik= i/Cygwin</a><br> <br> <br> Regards,<br> Dmitry.<br> <br> -- <br> Lepton Electronic Design Automation<br> <a href=3D"https://github.com/lepton-eda/lepton-eda" rel=3D"noreferrer" tar= get=3D"_blank">https://github.com/lepton-eda/lepton-eda</a><br> <a href=3D"https://graahnul-grom.github.io" rel=3D"noreferrer" target=3D"_b= lank">https://graahnul-grom.github.io</a><br> <br> <br> </blockquote></div> --000000000000e0c40f05aaeb3e8a--
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |