delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2020/07/20/15:54:00

X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f
X-Recipient: geda-user AT delorie DOT com
X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20161025;
h=date:from:to:subject:message-id:in-reply-to:references:mime-version
:content-transfer-encoding;
bh=CZUcNI+lm3PYE/x2RrKZswTuo8JeGvF2iyqsI5ZpPz4=;
b=OCtAqaL6cenKlSHbqNx63Itmj3omSMhYNrhF3U7dZwgYfQe+C6j1exZ1gtohvzOugG
WYFF5X2ESxI8+BMmafszVE9ZylaGiVo1tyc9FQNlUcnK2LZuIxU78sahAiErn7SSd83T
246I84aDP7lpHlGyL+z+bQfgQxirgCT9LZ0t0QKeeRAtRvUB01+YLa3u/aIFCHV3IXRl
19BMXoGzXs34xIIkrbAoHaGP6H5bivvPRXXaj1oeYCADF+4jtx/WRJ+j1rAKQvXvRrgq
wK2uIdDyKhElGre5LkTSBoHRTiFelFaaEp6lkXGHUE14fk2QSUXpWar+3AUnC8IDt+eq
SmWQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to
:references:mime-version:content-transfer-encoding;
bh=CZUcNI+lm3PYE/x2RrKZswTuo8JeGvF2iyqsI5ZpPz4=;
b=eQJfwaMiwrLRkhzaNl4lZGn5KEyWP9/FwUbXZpMMPiOH5EOZrT+di6meE2awxRqXF3
RCBMBgX8FI83f8G3BDw7HsEHVFY5PAg8A/f3DDK3eRBuW7swgeQup6kdpkOMExCAITZi
2W+H9oRLZ9X2uGsgtHYqIIFpQjiR0ff7pmOWB2gbeDp0Fqchqa0oSBNz61tqxp0+7nrS
KcBrmX55BFZl6hFYl8t10QxRQombUEYKbWPmHYQhe/jQprgccNDXDVsj5giqDoMs5S8U
mQDIXW2Ij/jYAmEJYeyH0xslhFZk/vp94eb0t2dNgh7yWvQtZ7Sh9XUOxy0dmo6GrRLp
6/7Q==
X-Gm-Message-State: AOAM530vKXRTB9TSFXn7gWI9ioz3KQ20Ir0NRHYc9aCYav1OdeL9NKAi
ZPiAKdPtEZdEuTwRZqKpZCxSkvNO
X-Google-Smtp-Source: ABdhPJxoIkVugqYJOfNYaoLjVviL92KF3mRNXnqWzSNxDhn20IrBgAbouK8qSo0+b/a8gBBRMI6uZA==
X-Received: by 2002:ac2:4294:: with SMTP id m20mr7939687lfh.147.1595273553178;
Mon, 20 Jul 2020 12:32:33 -0700 (PDT)
Date: Mon, 20 Jul 2020 22:32:25 +0300
From: "dmn (graahnul DOT grom AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
To: geda-user AT delorie DOT com
Subject: Re: [geda-user] Trouble building lepton-eda under Cygwin
Message-ID: <20200720223225.256c5519@demon>
In-Reply-To: <CAJMxkkXJm55rNEZbAftGa_qHSxn4Nds7GLyTzHEA6DPuhPnKnw@mail.gmail.com>
References: <CAJMxkkXJm55rNEZbAftGa_qHSxn4Nds7GLyTzHEA6DPuhPnKnw AT mail DOT gmail DOT com>
X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; amd64-portbld-freebsd11.3)
MIME-Version: 1.0
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id 06KJXCUj003271
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

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:
> 
> └─ $ ▶ make LDFLAGS="-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


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019