X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=ZRxwU1Ol9SgGVFRdFZ99AQvZ7B5mzGAV2+a0tSxiXwk=; b=h4hzGzDLnDb1lmzSlhu0TvusgIjlK30A97BR4T2JaZB6FOPXo86MJElBFJLebTBXK5 Ipz0C4yXkhf6732HBtXdyO7oUuLKmvTepcOn/Vb+q+ZuSj5sIlHsx252VOCKNviRdcHF Kcznp2RgqJsgJP3mVvT7BuPra+CIwMTvuO640= MIME-Version: 1.0 Sender: and DOT damore AT gmail DOT com In-Reply-To: <9BA5588F-2354-41EC-9B67-740D896945DA@comcast.net> References: <9BA5588F-2354-41EC-9B67-740D896945DA AT comcast DOT net> Date: Sat, 1 Oct 2011 23:38:13 +0200 X-Google-Sender-Auth: 3yWad0ia8b65IX7FPOSt8EQBy1Y Message-ID: Subject: Re: [geda-user] Building PCB with Mac OS X 10.6.8 From: "Andrea D'Amore" To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 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 On Sat, Oct 1, 2011 at 22:08, Ed wrote: u> 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? You may try CPPFLAGS="-I/usr/X11/include" LDFLAGS="-framework OpenGL -L/usr/X11/lib" CC="/usr/bin/llvm-gcc-4.2" Use llvm-gcc-4.2 if you're on XCode 4.1, gcc-4.2 if you're on XCode 3.2.x . I''ve update pcb in MacPorts but the modified builtin gts conflicts with gts library already in ports and I haven't committed the update. I'll try to build pcb with a vanilla gts. To the list: why does PCB patch gts at all? cf. [1] -- Andrea [1] http://archives.seul.org/geda/cvs/Jun-2009/msg00038.html