delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2017/02/17/20:28:18

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=googlemail.com; s=20161025;
h=mime-version:in-reply-to:references:from:date:message-id:subject:to;
bh=w3UZpWKfgqyxmFkO89TbLVe/dZsUe0B8zh5bWrhchLI=;
b=X3YIs3df5HyxZuF7fDTPw36uklSjflRgr08x+VCfaDyIchoYvhxMas1Ow2lZjaLWQT
X1XlmwRKiZd/avxkTM4Lmv/0wTtKgUV5hK7bbhL3zNXZgiwI0Gcw709T3bdcOqU1fJF9
Ncv/VJMKgDwPNECGQu/A4V8DO+ZZAcZlyHr1PePRM39RveJh7/c2UEBb1UzsI954Eih4
fCIRNoDiFGzkt5zb91dgv3eDvBqPuvGyqS7n8TyJ1fhGoMa+eX5nIZypvexZuPPxuu5+
W3L2DMP+tk1oaaMN4GVJ5k0BUUqlp4BbmUuWkP0PkWYQYNfscWJR3KKPoyGD3HyDUpLc
0jbg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:mime-version:in-reply-to:references:from:date
:message-id:subject:to;
bh=w3UZpWKfgqyxmFkO89TbLVe/dZsUe0B8zh5bWrhchLI=;
b=bYzyKoUD7PMxvmXT4EQ+PuOz2ET9aziHaVpnCI/ihvuXIkGovPWjMLASQLo/mVGkMd
XrR9UBL86YvjwBv762qi8ducL4uTEmXpw6KbiLlG78HGgKqgRBGVyh5lOiIlM8OoH6N3
l83EghnYSAOvSvwJlDqXITyRYP3jkKUjTgKuJVHSKJRDhV9GWQBKeABP5f6VqzR3YlV3
IG3O7Z2hAGdODSALt5F3sr6FzpY5w5CK12HmnaL3Pfff8CcH4i6jBNgqR1AQ84+hdvXu
AUmdvDfOWTErjA6wlK7u/3SQkTGknYuyLg2UHFXuCVm+v81ly9gQ+4rTiEpH7OI1YVDO
DmYw==
X-Gm-Message-State: AMke39mKYRmXtNRxr6p9pNIL5jRLXfq8f1gHqqOHkJPTeyiESEZf0sF+ZhUTR4QgLUtUDNZTTw84knNn/REIpA==
X-Received: by 10.200.56.76 with SMTP id r12mr9931993qtb.2.1487381228197; Fri,
17 Feb 2017 17:27:08 -0800 (PST)
MIME-Version: 1.0
In-Reply-To: <4f1b98c3-fbd4-b3d3-793b-e03d54f88ab0@neurotica.com>
References: <58A4AFF5 DOT 3040008 AT xs4all DOT nl> <d6176105-9264-e695-738a-93d7f4eaf6ba AT neurotica DOT com>
<CAJXU7q8qMJG9_tDf+aSySqHh=Ss2qN11Bj0ycDzWJL+_oBOTkQ AT mail DOT gmail DOT com> <4f1b98c3-fbd4-b3d3-793b-e03d54f88ab0 AT neurotica DOT com>
From: "Peter Clifton (petercjclifton AT googlemail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
Date: Sat, 18 Feb 2017 01:27:07 +0000
Message-ID: <CAJXU7q-e-vnwi7f9dmei60Aqf81+oC00p6=J3Pj+x_Nf1L+17A@mail.gmail.com>
Subject: Re: [geda-user] RFC feedback on release pcb-4.0.0 requested
To: gEDA User Mailing List <geda-user AT delorie DOT 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

--001a1137d9ecc0a4740548c3ed7e
Content-Type: text/plain; charset=UTF-8

On 18 February 2017 at 01:10, Dave McGuire (mcguire AT neurotica DOT com) [via
geda-user AT delorie DOT com] <geda-user AT delorie DOT com> wrote:

>
>   Thanks Peter.  That got me a bit farther, but the build still bombs with
> these undefined references:
>
> <artificial>:(.text+0x4071): undefined reference to `hid_gtk_init'
> <artificial>:(.text+0x4076): undefined reference to `hid_lpr_init'
> <artificial>:(.text+0x407b): undefined reference to `hid_bom_init'
> <artificial>:(.text+0x4080): undefined reference to `hid_gcode_init'
> <artificial>:(.text+0x4085): undefined reference to `hid_gerber_init'
> <artificial>:(.text+0x408a): undefined reference to `hid_ipcd356_init'
> <artificial>:(.text+0x408f): undefined reference to `hid_nelma_init'
> <artificial>:(.text+0x4094): undefined reference to `hid_png_init'
> <artificial>:(.text+0x4099): undefined reference to `hid_ps_init'
> collect2: error: ld returned 1 exit status
>
>
What OS / distro is this?

Very odd. Sounds almost like the static linking isn't working correctly.
(These are all in .la files I think). Might also explain gts if so.

The other thought I had - was that perhaps it is mixing C / C++ compilers
and getting the mangling wrong. (Or using the wrong linker).


Can you try "autoreconf" or ./autogen or simiar - see if it is libtool that
is broken?

Did you have any difficulty in building from the git repository, or don't
you do that?

Perhaps you could send me a transcript of a complete build. (pastebin.ca or
email me a file). Can't promise to figure it out, but will try to take a
look.

Kind regards.

Peter

--001a1137d9ecc0a4740548c3ed7e
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><br><div class=3D"gmail_extra"><br><div class=3D"gmail_quo=
te">On 18 February 2017 at 01:10, Dave McGuire (<a href=3D"mailto:mcguire AT n=
eurotica.com">mcguire AT neurotica DOT com</a>) [via <a href=3D"mailto:geda-user AT d=
elorie.com">geda-user AT delorie DOT com</a>] <span dir=3D"ltr">&lt;<a href=3D"mai=
lto:geda-user AT delorie DOT com" target=3D"_blank">geda-user AT delorie DOT com</a>&gt;<=
/span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8=
ex;border-left:1px #ccc solid;padding-left:1ex"><span class=3D""><br></span=
>
=C2=A0 Thanks Peter.=C2=A0 That got me a bit farther, but the build still b=
ombs with these undefined references:<br>
<br>
&lt;artificial&gt;:(.text+0x4071): undefined reference to `hid_gtk_init&#39=
;<br>
&lt;artificial&gt;:(.text+0x4076): undefined reference to `hid_lpr_init&#39=
;<br>
&lt;artificial&gt;:(.text+0x407b): undefined reference to `hid_bom_init&#39=
;<br>
&lt;artificial&gt;:(.text+0x4080): undefined reference to `hid_gcode_init&#=
39;<br>
&lt;artificial&gt;:(.text+0x4085): undefined reference to `hid_gerber_init&=
#39;<br>
&lt;artificial&gt;:(.text+0x408a): undefined reference to `hid_ipcd356_init=
&#39;<br>
&lt;artificial&gt;:(.text+0x408f): undefined reference to `hid_nelma_init&#=
39;<br>
&lt;artificial&gt;:(.text+0x4094): undefined reference to `hid_png_init&#39=
;<br>
&lt;artificial&gt;:(.text+0x4099): undefined reference to `hid_ps_init&#39;=
<br>
collect2: error: ld returned 1 exit status<div class=3D"HOEnZb"><div class=
=3D"h5"><br></div></div></blockquote><div><br></div><div>What OS / distro i=
s this?</div><div><br>Very odd. Sounds almost like the static linking isn&#=
39;t working correctly. (These are all in .la files I think). Might also ex=
plain gts if so.</div><div><br></div><div>The other thought I had - was tha=
t perhaps it is mixing C / C++ compilers and getting the mangling wrong. (O=
r using the wrong linker).</div><div><br></div><div><br></div><div>Can you =
try &quot;autoreconf&quot; or ./autogen or simiar - see if it is libtool th=
at is broken?</div><div><br></div><div>Did you have any difficulty in build=
ing from the git repository, or don&#39;t you do that?</div><div><br></div>=
<div>Perhaps you could send me a transcript of a complete build. (<a href=
=3D"http://pastebin.ca">pastebin.ca</a> or email me a file). Can&#39;t prom=
ise to figure it out, but will try to take a look.</div><div><br>Kind regar=
ds.</div><div><br></div><div>Peter</div><div><br></div></div></div></div>

--001a1137d9ecc0a4740548c3ed7e--

- Raw text -


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