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]" Content-Type: multipart/alternative; boundary="Apple-Mail=_87208BE9-C076-4E41-8CEF-F23493536A96" Message-Id: 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 Precedence: bulk --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 = 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 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,

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).  

Originally, when I ran = the configure script (with no flags), it halted with:

=  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.

Then, following a = suggestion at [2], I tried:

$ ./configure = CPPFLAGS=3D"-I/usr/X11/include" LDFLAGS=3D"-framework OpenGL = -L/usr/X11/lib=94

and the configure script completed = successfully.

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

Any = advice on how to properly build pcb on OS X 10.9?

Thank you,
=97= James

[1] https://githu= b.com/Homebrew/homebrew-x11/issues/120
[2] http://www.delorie.com/archives/raw.cgi?p=3Dgeda-user/2011/10/01/= 18:08:55


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