|
Home > Archive > Red Hat Topics > July 2005 > What does this error mean? What do I do?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
What does this error mean? What do I do?
|
|
|
| What's wrong?
Fedora core 1,
installing gtksourceview-1.0.0...
I ran ./configure --prefix=/user
why it display:
checking for gtk+-2.0 >= 2.3.0
libxml-2.0 >= 2.5.0
libgnomeprint-2.2 >= 2.2.0... Package libgnomeprint-2.2 was not
found in the pkg-config search path.
Perhaps you should add the directory containing `libgnomeprint-2.2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgnomeprint-2.2' found
configure: error: Library requirements (gtk+-2.0 >= 2.3.0
libxml-2.0 >= 2.5.0
libgnomeprint-2.2 >= 2.2.0) not met; consider adjusting the
PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard
prefix so pkg-config can find them.
| |
| Rincewind 2005-07-20, 8:46 pm |
| On Wed, 20 Jul 2005 15:56:42 -0700, Jane mumbled something like this:
> What's wrong?
>
> Fedora core 1,
> installing gtksourceview-1.0.0...
>
> I ran ./configure --prefix=/user
>
If the above is exactly what you typed(./configure --prefix=/user), that
is probably your problem. You probably should have typed:
../configure --prefix=/usr
usr *without* the 'e'.
--
Rinso
/\
/ \
/wizz\
~~~~~~~~~~~~
| |
| John Thompson 2005-07-20, 8:46 pm |
| On 2005-07-20, Jane <lunaliu3@yahoo.com> wrote:
> What's wrong?
>
> Fedora core 1,
> installing gtksourceview-1.0.0...
>
> I ran ./configure --prefix=/user
>
> why it display:
>
> checking for gtk+-2.0 >= 2.3.0
> libxml-2.0 >= 2.5.0
> libgnomeprint-2.2 >= 2.2.0... Package libgnomeprint-2.2 was not
> found in the pkg-config search path.
> Perhaps you should add the directory containing `libgnomeprint-2.2.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'libgnomeprint-2.2' found
>
> configure: error: Library requirements (gtk+-2.0 >= 2.3.0
> libxml-2.0 >= 2.5.0
> libgnomeprint-2.2 >= 2.2.0) not met; consider adjusting the
> PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard
> prefix so pkg-config can find them.
Do you have the libgnomeprint-2.2 package installed?
Check "rpm -qi libgnomeprint" and see what it reports. If it doesn't show
at least version 2.2 you'll need to update libgnomeprint before you can
build gtksourceview.
--
-John (john@os2.dhs.org)
| |
| nospam 2005-07-21, 2:46 am |
|
"Rincewind" <rinso@unseen.edu> wrote in message
news:pan.2005.07.20.23.20.31.605265@unseen.edu...
> On Wed, 20 Jul 2005 15:56:42 -0700, Jane mumbled something like this:
>
>
> If the above is exactly what you typed(./configure --prefix=/user), that
> is probably your problem. You probably should have typed:
>
> ./configure --prefix=/usr
>
> usr *without* the 'e'.
Good observation, dude 
|
|
|
|
|