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=google.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type :x-gm-message-state; bh=n6QEnj3uK51PUYPUuS6zl6ZvJoXqU/O0zNdZ0bhjLx8=; b=eD6iqA8H+noolrlck6Lpc5PuIhw4/0QVl+XNwJ8RZUsVrzmbg3C0Dit/v4pPRxFCUA VurEI1HG/JiPCSvPO3ctvZINVrFDw3nqWgdMYDGg+OhjkEshAi89TEkPAnVkGSJZMLPF r7DRxMvPRbqNnVnW1P8m/e9E3/0PyA+XlagX3ic2uIQb3QjbXvhjfOELXuh5mJaWC+7W f6MJ1gFo7GMsxOAevhz2SRhVbg2fcpYlBjOijqfFzT9C6HveCW4rHefi7BCO++U+dtXm bta+liV1Bp47y/KtUC4Ga1UcjQOHauSOGVkrcuGeyLRHoZoCSs2vCiEfgD7idOanN5se uE6g== X-Received: by 10.194.219.198 with SMTP id pq6mr9730401wjc.58.1372423174252; Fri, 28 Jun 2013 05:39:34 -0700 (PDT) MIME-Version: 1.0 From: Joshua Lansford Date: Fri, 28 Jun 2013 08:39:14 -0400 Message-ID: Subject: [geda-help] Compiling PCB from git. To: geda-help AT delorie DOT com Content-Type: multipart/alternative; boundary=001a11c1b4f8c8838f04e0362b98 X-Gm-Message-State: ALoCoQk/ocKgsTU0VcLxDOiZFLDRMRztvnqUjzNH1bDmqhbKVtXAswVh1VZSQCAbEHpppco2gi0x Reply-To: geda-help AT delorie DOT com --001a11c1b4f8c8838f04e0362b98 Content-Type: text/plain; charset=ISO-8859-1 Hey guys, I am trying to compile pcb from git. The ./configure script requests OpenGL. I assume there is a debian package which will install OpenGL, but not sure which one it is: I tried libguichan-opengl-0.8.1-1 but that didn't seem to be it... $git clone git://git.geda-project.org/pcb.git $sudo apt-get build-dep pcb $sudo aptitude install texlive $cd pcb $./autogen.sh $./configure checking for OpenGL library... no configure: error: in `/home/user/gaf_code/pcb': configure: error: OpenGL is required. See `config.log' for more details $sudo aptitude install opengl Couldn't find package "opengl". However, the following packages contain "opengl" in their name: libguichan-opengl-0.8.1-1 gambas2-gb-qt-opengl libopengl-ruby libopengl-xscreensaver-perl libqt4-opengl-dev libghc6-opengl-dev-2.2.3.0-47c8c gnash-opengl libopengl-ruby1.8 libtaoframework-opengl-cil-dev klash-opengl libhugs-opengl-bundled libqtscript4-opengl libqt4-opengl libhugs-opengl libtiff-opengl libghc6-opengl-dev libsmokeqtopengl4-3 libghc6-opengl-doc libopengl-ruby1.9.1 libghc6-opengl-prof-2.2.3.0-47c8c libtaoframework-opengl3.0-cil libmrpt-opengl0.9 libghc6-opengl-prof gnash-common-opengl libopengl-perl gambas2-gb-opengl python-opengl $cat /etc/issue Debian GNU/Linux 6.0 \n \l Thanks, ~Joshua --001a11c1b4f8c8838f04e0362b98 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hey guys,
=A0 I am trying to compile pcb from gi= t. =A0The ./configure script requests OpenGL.
=A0 I assume = there is a debian package which will install OpenGL, =A0but not sure which = one it is:
I tried=A0libguichan-opengl-0.8.1-1 but that didn't seem to be it...

$git clone git://git.geda-project.org/pcb.git
$sudo apt-get build-dep pcb
$sudo aptitude install texlive
$cd pcb
$./autogen.sh
$./configure
<= div>checking for OpenGL library... no
configure: error: in `/home= /user/gaf_code/pcb':
configure: error: OpenGL is required.
See `config.log' f= or more details
$sudo aptitude install opengl
Co= uldn't find package "opengl". =A0However, the following
packages contain "opengl" in their name:
= =A0 libguichan-opengl-0.8.1-1 gambas2-gb-qt-opengl libopengl-ruby libopengl= -xscreensaver-perl libqt4-opengl-dev libghc6-opengl-dev-2.2.3.0-47c8c gnash= -opengl libopengl-ruby1.8 libtaoframework-opengl-cil-dev klash-opengl libhu= gs-opengl-bundled libqtscript4-opengl libqt4-opengl libhugs-opengl=A0
= =A0 libtiff-opengl libghc6-opengl-dev libsmokeqtopengl4-3 libghc6-opengl-do= c libopengl-ruby1.9.1 libghc6-opengl-prof-2.2.3.0-47c8c libtaoframework-ope= ngl3.0-cil libmrpt-opengl0.9 libghc6-opengl-prof gnash-common-opengl libope= ngl-perl gambas2-gb-opengl python-opengl=A0
$cat /etc/issue
Debian GNU/Linux 6.0 \n \l

Thanks,
~Joshua

--001a11c1b4f8c8838f04e0362b98--