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=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=Le2fn6Nt0LcGw+YFKAaN+bUEA7+fjvz6cu6BPLwm9N4=; b=TnFraR2qYx9y9roHkZdmdcqR2tGM6ljmfh0I/yv1VFJlT1Yo70NLClqO969LjOtmrr Nd1vWoNaxvLuVgPgKzgYwxBrCl8N7JQ2bbBgvWNtvB73ambkdOjoQuShLyGyRz5e7d24 OaTXdn+dQfs4KOCE4eugTkxJF2S3rfl3b/Xkjq7i94BgnT3A1cxpq0RPJQSKS3xPmkR9 tm6HmfWdF+hZNmKotsRbS4ybA5nKid7hTWnQYveEJ9immdC9jcc5AO7pCvncAGwJFpAH DiBaPu8KLyfmqf74WahYQ0s9TAqR6P8J/gOFvbeYnvANjD1ored/1SCsNxkIm0dZ3rZ2 W8XQ== 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=Le2fn6Nt0LcGw+YFKAaN+bUEA7+fjvz6cu6BPLwm9N4=; b=jlSiZxQ5QFhYU4SQSxOoGY6MUAFWz9ptpLe7mVj0wQbRhDGfeY8dSuRwR05okqrBIz yYFO356kULfffLnGDnMEpbF1luVoprUYnKeCv+8byL5skMfsItwY4UN69YEC0c1SmiZ2 VZgMNai6Wxhydf6BHxQLEqmGEoDp5PSJ69eD6dKqk2rnVa3LENbxETXmjZO/KqX3Cqrd V/rFCliRnsC26xJ72HjhsB2IyrT5U4QNs38SHp0OsIOnQGBQUwNK11/Y8dOUKJ1AiyGU ba+FF4VHddjyk++je4b32MFMI/ZLuOLkKnvK+wLBb8bb5vROAYGmXHjxirMkRztLPN3u bzsw== X-Gm-Message-State: AMke39lFa6ZccD33Wj7WpDr+sbnZxZx4eIzgZxNRJn56TbkFckjpv/xs07sQKyRIYte7z9aJqO+T5BNQ/7j2Mg== X-Received: by 10.28.184.198 with SMTP id i189mr3397511wmf.26.1487339230745; Fri, 17 Feb 2017 05:47:10 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <7d12886d-a802-d5e3-1abf-b113e436a5ff@tio.cz> References: <58A4AFF5 DOT 3040008 AT xs4all DOT nl> <7d12886d-a802-d5e3-1abf-b113e436a5ff AT tio DOT cz> From: "Chad Parker (parker DOT charles AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Fri, 17 Feb 2017 08:47:10 -0500 Message-ID: Subject: Re: [geda-user] RFC feedback on release pcb-4.0.0 requested To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary=001a114b30a8826d3a0548ba26c3 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 --001a114b30a8826d3a0548ba26c3 Content-Type: text/plain; charset=UTF-8 Jan- What happens if you add "-lgd" to your definition of GDLIB_LIBS? --Chad On Fri, Feb 17, 2017 at 4:41 AM, Jan Damborsky wrote: > On 02/15/17 08:45 PM, Bert Timmerman (bert DOT timmerman AT xs4all DOT nl) [via > geda-user AT delorie DOT com] wrote: > >> Hello list members, >> >> It has been almost a month to this day that a new release of pcb was done. >> >> In this month there have been some 709 downloads of the tarball. >> >> What we active developers would like to have feedback on is: >> >> 1) how many list members have downloaded the tarball ? >> >> (0 or +1 suffices) >> > > +1 > > >> 2) how many list members have tried to build an run the new version of >> pcb ? >> >> (0 or +1 suffices) >> > > I run pcb on Oracle Solaris 11, so tried to build 4.0.0 there, > but it failedduringconfigure phase in following way: > > $ ./configure --disable-gl --disable-toporouter > ... > checking for GDLIB... no > configure: error: Note: cannot find gdlib. > This is required for gcode, nelma, png HIDs > You may want to review the following errors: > No package 'gdlib' found > $ > > I have libgd installed on the system: > > $ gdlib-config --all > GD library 2.0.35 > includedir: /usr/include/gd2 > cflags: -I/usr/include/gd2 > ldflags: -L/usr/lib > libs: -lXpm -lX11 -ljpeg -lfontconfig -lfreetype -lpng -lz -lm > libdir: /usr/lib > features: GD_XPM GD_JPEG GD_FONTCONFIG GD_FREETYPE GD_PNG GD_GIF > GD_GIFANIM GD_OPENPOLYGON > $ > > Setting GDLIB_CFLAGS and GDLIB_LIBS helped a little bit: > > $ GDLIB_CFLAGS="-I/usr/include/gd2" GDLIB_LIBS="-lXpm -lX11 -ljpeg > -lfontconfig -lfreetype -lpng -lz -lm" ./configure --disable-gl > --disable-toporouter > ... > checking for GDLIB... yes > checking for gdImageGif... no > configure: error: Your gd installation does not appear to include gif > support. > You may need to update your installation of gd or disable > gif export with --disable-gif > $ > > I verified that the library does providegdImageGif(): > > $ nm /usr/lib/libgd.so|grep gdImageGif$ > [183] | 148980| 62|FUNC |GLOB |0 |16 |gdImageGif > $ > > Full config.log available at > > http://tio.ddns.net/config.log > > Could you please let me know what I may be missing? > > Thank you, > Jan > > --001a114b30a8826d3a0548ba26c3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Jan-

What happens if you add "= -lgd" to your definition of GDLIB_LIBS?

--Chad
<= div class=3D"gmail_extra">
On Fri, Feb 17, 20= 17 at 4:41 AM, Jan Damborsky <dambi AT tio DOT cz> wrote:
On 02/15/17 08:45 PM, Bert Timmerman (= bert.timmerma= n AT xs4all DOT nl) [via geda-user AT delorie DOT com] wrote:
Hello list members,

It has been almost a month to this day that a new release of pcb was done.<= br>
In this month there have been some 709 downloads of the tarball.

What we active developers would like to have feedback on is:

1) how many list members have downloaded the tarball ?

=C2=A0 (0 or +1 suffices)

+1


2) how many list members have tried to build an run the new version of pcb = ?

=C2=A0 (0 or +1 suffices)

I run pcb on Oracle Solaris 11, so tried to build 4.0.0 there,
but it failedduringconfigure phase in following way:

$ ./configure --disable-gl --disable-toporouter
...
checking for GDLIB... no
configure: error: Note: cannot find gdlib.
This is required for gcode, nelma, png HIDs
You may want to review the following errors:
No package 'gdlib' found
$

I have libgd installed on the system:

$ gdlib-config --all
GD library=C2=A0 2.0.35
includedir: /usr/include/gd2
cflags:=C2=A0 =C2=A0 =C2=A0-I/usr/include/gd2
ldflags:=C2=A0 =C2=A0 =C2=A0 -L/usr/lib
libs:=C2=A0 =C2=A0 =C2=A0 =C2=A0-lXpm -lX11 -ljpeg -lfontconfig -lfreetype = -lpng -lz -lm
libdir:=C2=A0 =C2=A0 =C2=A0/usr/lib
features:=C2=A0 =C2=A0GD_XPM GD_JPEG GD_FONTCONFIG GD_FREETYPE GD_PNG GD_GI= F GD_GIFANIM GD_OPENPOLYGON
$

Setting GDLIB_CFLAGS and GDLIB_LIBS helped a little bit:

$ GDLIB_CFLAGS=3D"-I/usr/include/gd2" GDLIB_LIBS=3D"-lX= pm -lX11 -ljpeg -lfontconfig -lfreetype -lpng -lz -lm" ./configure --d= isable-gl --disable-toporouter
...
checking for GDLIB... yes
checking for gdImageGif... no
configure: error: Your gd installation does not appear to include gif suppo= rt.
You may need to update your installation of gd or disable
gif export with --disable-gif
$

I verified that the library does providegdImageGif():

$ nm /usr/lib/libgd.so|grep gdImageGif$
[183]=C2=A0 =C2=A0|=C2=A0 =C2=A0 148980|=C2=A0 =C2=A0 =C2=A0 =C2=A0 62|FUNC= |GLOB |0=C2=A0 =C2=A0 |16 |gdImageGif
$

Full config.log available at

http://tio.ddns.net/config.log

Could you please let me know what I may be missing?

Thank you,
Jan


--001a114b30a8826d3a0548ba26c3--