can't install marionnet with the script
Bug #1697050 reported by
gael
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
marionnet |
New
|
Undecided
|
Unassigned |
Bug Description
checking for GTK+ - version >= 2.0.0... Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
configure: error: GTK+ is required
======
Exiting.
Exiting because of an unexpected error in line 609
To post a comment you must log in.
The script marionnet_ from_scratch suppose the host GNU/Linux
distribution not minimalist, because it's very hard to know the precise
name of some basic package, like graphical (X) and GTK packages.
However, the error message is quite clear : you have to install the GTK
libraries. For instance, on Ubuntu 16.10 the names of related packages are :
libgtk2.0-0 libglib2.0-0 libgdk-pixbuf2.0-0 libgtksourcevie w2.0-0
So, you have just to find the precise name for your distribution and
install them.
J.V. Loddo
Le 09/06/2017 à 19:19, gael a écrit :
> Public bug reported:
>
> checking for GTK+ - version >= 2.0.0... Package gtk+-2.0 was not found in the pkg-config search path.
> Perhaps you should add the directory containing `gtk+-2.0.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'gtk+-2.0' found
> no
> *** Could not run GTK+ test program, checking why...
> *** The test program failed to compile or link. See the file config.log for the
> *** exact error that occured. This usually means GTK+ is incorrectly installed.
> configure: error: GTK+ is required
> ======
> Exiting.
> Exiting because of an unexpected error in line 609
>
> ** Affects: marionnet
> Importance: Undecided
> Status: New
>