X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: [geda-user] Building PCB with Mac OS X 10.6.8 From: Ed In-Reply-To: Date: Tue, 4 Oct 2011 15:58:24 -0700 Message-Id: <446F66FE-FCB4-4713-BC4D-6DBAE66FC99C@comcast.net> References: <9BA5588F-2354-41EC-9B67-740D896945DA AT comcast DOT net> <1317547504 DOT 3433 DOT 4 DOT camel AT localhost> <201110030027 DOT p930Rw6O018188 AT envy DOT delorie DOT com> <0F5236E3-AB1B-412B-BA40-F5A6108CA898 AT comcast DOT net> <0CA24D25-B6C8-4F49-B435-511DC93B1D54 AT comcast DOT net> To: geda-user AT delorie DOT com X-Mailer: Apple Mail (2.1084) Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id p94MwUZM003676 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 Thanks Andrea that did it. I like the new look of translucent layers. Now to figure out what else this new PCB can do! By the way this is the line I used to configure: ./configure --prefix=/opt/geda --with-gui=gtk --enable-maintainer-mode --enable-doc --disable-update-desktop-database CPPFLAGS="-I/opt/local/include" LDFLAGS="-framework OpenGL -L/opt/local/lib" CC="/usr/bin/llvm-gcc-4.2" Then removed HAVE_OPENGL_GL_H and HAVE_OPENGL_GLU_H from config.h after configuration. Then make, and make install Thanks, Ed On Oct 3, 2011, at 10:44 PM, Andrea D'Amore wrote: > On Mon, Oct 3, 2011 at 23:29, Ed wrote: >> How do you disable the system OpenGL and use only mesa? > > Put mesa include and link flags before others and remove > HAVE_OPENGL_GL_H and HAVE_OPENGL_GLU_H from config.h after > configuration. > > -- > Andrea