Re: development

From: Philip Blundell <pb_at_nexus.co.uk>
Date: 18 Nov 2002 15:04:29 +0000

On Mon, 2002-11-18 at 14:52, Don Seiler wrote:
> don_at_wopr gpe-contacts $ make
> make -C src all PREFIX=/usr/local DESTDIR=
> make[1]: Entering directory `/home/don/cvs/gpe/base/gpe-contacts/src'
> cc `gtk-config --cflags` `gdk-pixbuf-config --cflags` -g
> -I../../libgpewidget -Wall `pkg-config --cflags xml2`
> -DPACKAGE=\"gpe-contacts\" -DPREFIX=\"/usr/local\"
> -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -MD -D_GNU_SOURCE -c -o
> callbacks.o callbacks.c
> /bin/sh: gtk-config: command not found
> /bin/sh: gdk-pixbuf-config: command not found

These indicate that gpe-contacts is trying to compile for GTK 1. If you
built gpe-icons successfully without gtk-config, you are probably using
GTK 2. Pass "GTK2=yes" on the make command line.

> callbacks.c:2: sqlite.h: No such file or directory

Looks like you need to install the sqlite headers. This would be
libsqlite-dev, or the Gentoo equivalent.

> My machine is a gentoo box. I have installed the gentoo xml packages. My
> PKG_CONFIG_PATH environment var isn't defined. Nor can I find an
> "xml2.pc" file. What might I be doing wrong or need to further set up?

Make sure that you have installed libxml2, not libxml1 or any other
version. If all else fails, you could get the source from gnome.org and
build it yourself.

p.
Received on Mon Nov 18 2002 - 15:08:07 EST

This archive was generated by hypermail 2.2.0 : Mon Jul 25 2005 - 17:19:02 EDT