X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com From: Ed Content-Type: text/plain; charset=us-ascii Subject: [geda-user] Building PCB with Mac OS X 10.6.8 Date: Sat, 1 Oct 2011 13:08:54 -0700 Message-Id: <9BA5588F-2354-41EC-9B67-740D896945DA@comcast.net> To: geda-user AT delorie DOT com Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id p91KMwMb031149 Reply-To: geda-user AT delorie DOT com Hello: Compiling pcb-20110918 with this command: ./configure --prefix=/opt/geda --with-gui=gtk --enable-maintainer-mode --enable-doc --disable-update-desktop-database CPPFLAGS="-I/System/Library/Frameworks/OpenGL.framework" LDFLAGS="-L/System/Library/Frameworks/OpenGL.framework" During configure the script reports: checking for GL/gl.h... no checking for OpenGL/gl.h... yes checking for OpenGL library... no configure: error: in `/Users/freddie/Desktop/pcb-20110918': configure: error: OpenGL is required. See `config.log' for more details Does anyone have any idea how to solve this problem? The Mac has the OpenGL Stuff in /System/Library/Frameworks/Open GL.framework, how do I tell configure to look there for the OpenGL stuff? Thanks, Ed