Re: Problem including glib.h
- From: Rick Jones <rick jones2 hp com>
- To: gtk-list gnome org
- Subject: Re: Problem including glib.h
- Date: Mon, 20 Mar 2006 10:20:26 -0800
Here is the answer to your question; what does a
$ ls /usr/include/glib-2.0
command show? Having glib installed on your system does not necessarily
mean that you have all includes and static libraries; for example - on a
Debian system - you have to:
# apt-get install libglib-2.0
in order to have glib-2.0 runtimes (i.e. .so files) and
# apt-get install libglib-2.0-dev
in order to have all development sources (.h, .a and .la).
That raises an interesting question - in which of those Debian packages
is the pck-config stuff? My first guess would be the -dev and to hope
that it wasn't in the runtime.
rick jones
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]