www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-help/2015/09/03/07:47:06

X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f
X-Recipient: geda-help AT delorie DOT com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20130820;
h=x-gm-message-state:from:content-type:message-id:mime-version
:subject:date:references:to:in-reply-to;
bh=kJLEzO96TSAIuZoLa9JYga6pTJatFcoRry2Df7qXAoo=;
b=IAiW9kZa+52YD1jCCzWGyChhUsAbTjaX3uumOdrTiPLMRWHmSUYGOwnOrO462gpzWe
QFtKu4g/ujD19wqYc79JIX7be0Q2JE8GJDbaWu1bIw5gU2UVmzTVZnpkdt04xHaIQUIM
s4RfjNH1YFrFvI6Y3y3rMVo4nMgVaLHx79sYQoikEAvc0Nl3M4rP86vamFNC3rCsK6ph
JM+TqhkMPy0A60Af2s4DLPj4fZympqtQwFEMZ4v7imoepik5uCVWrzBnpOcL5zJO2F9h
/wIGhhcL3ZWWILmQ1YNRkpVfBBykkI79iIZv/hGw2UZpCizQE3TF/Gwz6h4a0/1kzgvY
6K4g==
X-Gm-Message-State: ALoCoQmG3znkx4YoxdYINodBsW49Y4DJ4QbIxfoOw2qY6e2Zug4I06L3ywgS1tGHT/1PjbD8papS
X-Received: by 10.140.237.73 with SMTP id i70mr68999486qhc.37.1441280809340;
Thu, 03 Sep 2015 04:46:49 -0700 (PDT)
From: "James Battat (jbattat AT wellesley DOT edu) [via geda-help AT delorie DOT com]" <geda-help AT delorie DOT com>
Message-Id: <A2AD55A5-C756-43E2-98FA-8ADB50B46956@wellesley.edu>
Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\))
Subject: [geda-help] Re: building pcb from source on Mac 10.9
Date: Thu, 3 Sep 2015 07:46:46 -0400
References: <7063C01B-B8E1-4184-97B3-44E0DEA8482F AT wellesley DOT edu>
To: geda-help AT delorie DOT com
In-Reply-To: <7063C01B-B8E1-4184-97B3-44E0DEA8482F@wellesley.edu>
X-Mailer: Apple Mail (2.1878.6)
Reply-To: geda-help AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: geda-help AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

--Apple-Mail=_87208BE9-C076-4E41-8CEF-F23493536A96
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=windows-1252

Hi folks,
Any advice on building pcb from source on OS X 10.9?
Thanks,
James


On Aug 31, 2015, at 11:07 PM, James Battat <jbattat AT wellesley DOT edu> =
wrote:

> Hi,
>=20
> I=92m on a Mac (10.9 Mavericks).  I was hoping to install pcb via =
homebrew, but there is currently a problem with the homebrew version =
[1], so in the meantime, I'm trying to compile pcb from source (version =
20140316). =20
>=20
> Originally, when I ran the configure script (with no flags), it halted =
with:
>=20
>  checking for GL/gl.h=85  yes
>  checking for OpenGL/gl.h=85  yes
>  checking for OpenGL library... no
>  configure: error: in `/Users/jbattat/gedaGIT/pcb':
>  configure: error: OpenGL is required.
>=20
> Then, following a suggestion at [2], I tried:
>=20
> $ ./configure CPPFLAGS=3D"-I/usr/X11/include" LDFLAGS=3D"-framework =
OpenGL -L/usr/X11/lib=94
>=20
> and the configure script completed successfully.
>=20
> However, make then fails with several errors like this:
> ...
> hid/common/hidgl.c:644:49: error: use of undeclared identifier =
'_GLUfuncptr'
>  gluTessCallback(info.tobj, GLU_TESS_BEGIN,   (_GLUfuncptr)myBegin);
> =85
>=20
> Any advice on how to properly build pcb on OS X 10.9?
>=20
> Thank you,
> =97 James
>=20
> [1] https://github.com/Homebrew/homebrew-x11/issues/120
> [2] =
http://www.delorie.com/archives/raw.cgi?p=3Dgeda-user/2011/10/01/18:08:55
>=20


--Apple-Mail=_87208BE9-C076-4E41-8CEF-F23493536A96
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=windows-1252

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html =
charset=3Dwindows-1252"></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi =
folks,<div>Any advice on building pcb from source on OS X =
10.9?</div><div>Thanks,</div><div>James<br><div><br =
class=3D"webkit-block-placeholder"></div><div =
apple-content-edited=3D"true">
<div style=3D"color: rgb(0, 0, 0); letter-spacing: normal; orphans: =
auto; text-align: start; text-indent: 0px; text-transform: none; =
white-space: normal; widows: auto; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: =
after-white-space;"><br></div></div><div style=3D""><div>On Aug 31, =
2015, at 11:07 PM, James Battat &lt;<a =
href=3D"mailto:jbattat AT wellesley DOT edu">jbattat AT wellesley DOT edu</a>&gt; =
wrote:</div><br class=3D"Apple-interchange-newline"><blockquote =
type=3D"cite">Hi,<br><br>I=92m on a Mac (10.9 Mavericks). &nbsp;I was =
hoping to install pcb via homebrew, but there is currently a problem =
with the homebrew version [1], so in the meantime, I'm trying to compile =
pcb from source (version 20140316). &nbsp;<br><br>Originally, when I ran =
the configure script (with no flags), it halted with:<br><br> =
&nbsp;checking for GL/gl.h=85 &nbsp;yes<br> &nbsp;checking for =
OpenGL/gl.h=85 &nbsp;yes<br> &nbsp;checking for OpenGL library... no<br> =
&nbsp;configure: error: in `/Users/jbattat/gedaGIT/pcb':<br> =
&nbsp;configure: error: OpenGL is required.<br><br>Then, following a =
suggestion at [2], I tried:<br><br>$ ./configure =
CPPFLAGS=3D"-I/usr/X11/include" LDFLAGS=3D"-framework OpenGL =
-L/usr/X11/lib=94<br><br>and the configure script completed =
successfully.<br><br>However, make then fails with several errors like =
this:<br>...<br>hid/common/hidgl.c:644:49: error: use of undeclared =
identifier '_GLUfuncptr'<br> &nbsp;gluTessCallback(info.tobj, =
GLU_TESS_BEGIN, &nbsp;&nbsp;(_GLUfuncptr)myBegin);<br>=85<br><br>Any =
advice on how to properly build pcb on OS X 10.9?<br><br>Thank you,<br>=97=
 James<br><br>[1] <a =
href=3D"https://github.com/Homebrew/homebrew-x11/issues/120">https://githu=
b.com/Homebrew/homebrew-x11/issues/120</a><br>[2] <a =
href=3D"http://www.delorie.com/archives/raw.cgi?p=3Dgeda-user/2011/10/01/1=
8:08:55">http://www.delorie.com/archives/raw.cgi?p=3Dgeda-user/2011/10/01/=
18:08:55</a><br><br></blockquote></div><br></div></body></html>=

--Apple-Mail=_87208BE9-C076-4E41-8CEF-F23493536A96--

- Raw text -


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