Re: [Gjiten-general] configure problems
Brought to you by:
b0ti
|
From: Ross <rwi...@gm...> - 2007-07-20 09:14:59
|
On 7/20/07, Gregor Riepl <set...@fr...> wrote: > > I'm trying to build gjiten and can't get past the configure step. I'm > > using a ubuntu 7.04 and this is one of the first modules I've built on > > Linux in some time. > > > > The error message from configure is: > > ============== > > checking for GJITEN... configure: error: Package requirements > > (libgnome-2.0 >= 2.2.0 libgnomeui-2.0 >= 2.2.0 libglade-2.0 gconf-2.0) > > were not met: > > > > No package 'libgnomeui-2.0' found > > No package 'libglade-2.0' found > > ============= > > > Have you installed the developer packages too? > This looks like you only have the dynamic libraries + support files > on your system, not headers and pkgconfig scripts. gjiten is available as a package in ubuntu, so 'apt-get build-dep gjiten' should get everything you need to build it. |