Re: gnome-core and yelp doesn't build



>>>>> On 24 Jan 2002 10:10:37 +0100,
>>>>> "MH" == Mikael Hallendal <micke codefactory se> wrote:

MH> I've heard of this problem on Debian before (with Yelp). It truly looks
MH> like some weirdness in your headers but I'm not sure.

MH> All it does is #include <gtktreemodel.h> and that gives you errors in
MH> the glib headers. 

this is typo of #include <gtk/gtktreemodel.h>, isn't it?
it works for me:

tagoh eucharis ~[511]% cat test.c
#include <gtk/gtktreemodel.h>

int
main (int argc, char **argv)
{
}
tagoh eucharis ~[512]% gcc `pkg-config --cflags --libs gtk+-2.0` test.c
tagoh eucharis ~[513]% dpkg -l libgtk1.3-dev
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name           Version        Description
+++-==============-==============-============================================
ii  libgtk1.3-dev  1.3.12-4       Unstable headers and and statically-linked G
tagoh eucharis ~[514]% pkg-config --cflags --libs gtk+-2.0
 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/atk-1.0   -L/usr/lib -L/usr/X11R6/lib -lgtk-x11-1.3 -lgdk-x11-1.3 -lgdk_pixbuf-1.3 -lm -lpangox -lpangoxft -lXft -lXrender -lXext -lX11 -lfreetype -lpango -latk -lgobject-1.3 -lgmodule-1.3 -ldl -lglib-1.3  


Regards,
--
Akira TAGOH  : tagoh gnome gr jp  / Japan GNOME Users Group
at gclab org : tagoh gnome-db org / GNOME-DB Project
             : tagoh redhat com   / Red Hat, Inc.
             : tagoh debian org   / Debian Project



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]