checking for GTK2... ./configure:line 20401: no: command not found
configure: error: Package requirements (
gtk+-2.0
) were not met:
./configure: line 20413: no: command not found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables GTK2_CFLAGS and
GTK2_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target 'install', Stop.
========================================================
Compilation failed. Please read the compilator output.
On Fri, Jul 11, 2008 at 3:31 PM, holts <holts...@gmail.com> wrote:
> checking for GTK2... ./configure:line 20401: no: command not found > configure: error: Package requirements ( > gtk+-2.0 > ) were not met:
> ./configure: line 20413: no: command not found
> Consider adjusting the PKG_CONFIG_PATH environment variable if you > installed software in a non-standard prefix.
> Alternatively, you may set the environment variables GTK2_CFLAGS and > GTK2_LIBS to avoid the need to call pkg-config. > See the pkg-config man page for more details.
> make: *** No targets specified and no makefile found. Stop. > make: *** No rule to make target 'install', Stop. > ======================================================== > Compilation failed. Please read the compilator output.
i check the dependencies, but cannot find pygtk2.0-devel package for
ubuntu ? but, a similar pkg name 'python-gtk2-dev' is installed in my
box
any hint?
> i check the dependencies, but cannot find pygtk2.0-devel package for
> ubuntu ? but, a similar pkg name 'python-gtk2-dev' is installed in my
> box
> any hint?
I encounted the same problem using archlinux and I don't know whick
packge is missing. It seems therr's no package named libgtk2.0 in the
source of arch. Thanks.
On Jul 19, 6:28 am, leo <wyong...@gmail.com> wrote:
> The error is missing gtk-dev package not python gtk binding dev
> package. You will need to install libgtk2.0-dev for ubuntu 8.04.
> Cheers
> Leo
> On Jul 17, 1:12 pm, scsoce <scs...@gmail.com> wrote:
> > the same problem to me.
> > my os is ubuntu 8.04
> > i check the dependencies, but cannot find pygtk2.0-devel package for
> > ubuntu ? but, a similar pkg name 'python-gtk2-dev' is installed in my
> > box
> > any hint?