On 13-May-98 Marc LeMaire (aka Krockmitaine) playfully chanted:
| Hello all!
| 
| I'm trying to compile the latest version of Imlib. The configure script
| seem ok but when I do make, , the compiler is leaving
| me with this message:
| 
| TH=\"/usr/bin\" -DNETPBM_PATH=\"/usr/bin\"
| -DSYSTEM_IMRC=\"/usr/local/etc/imrc\" -I. -I. -I.. -I./..
| -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include
| -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include
| -g -O2 -Wp,-MD,.deps/rend.p -c -fPIC -DPIC rend.c
| rend.c: In function `gdk_imlib_pixmap_foreign_new':
| rend.c:21: structure has no member named `colormap'
| rend.c:22: structure has no member named `children'
| make[2]: *** [rend.lo] Error 1
| make[2]: Leaving directory `/usr/local/imlib/gdk_imlib'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory `/usr/local/imlib'
| make: *** [all-recursive-am] Error 2

Sounds like it's definitely not getting everything it's asking to be #included
into it.  Type: "find / -name glibconfig.h" and then either copy the damned
into thing /usr/local/lib/glib/include, or soft link it (so that further
updates will be updated correctly ["ln -s [origfile] [newfile]"]).  I noticed
that glibconfig.h isn't in the place where mine expected it either.
 
| 2- I've installed gtk 1.0 and since then I've lost the control-panel
| utilities
| ** WARNING **: Creating pixmap from xpm with NULL window and colormap
| control-panel: error in loading shared libraries
|: undefined symbol: gtk_tooltips_set_tips

You're going to have to recompile control-panel since you upgraded libs.  Looks
like its dependencies included gtk.  I don't use mine, so I never noticed.

| Bear in mind that I'm the only one who preach the gospel of
| Enlightenment according to Raster among the unwashed here in this corner
| of the world and I don't have the help of a linux guru.

No hoodoo guru here, but I hope it helped.
---
[EMAIL PROTECTED]
Do we chase our tail or the moon when we follow the path of self-modification
with out objectivity?

-
To unsubscribe from this list send mail to: [EMAIL PROTECTED]
with the message contents: unsubscribe e-develop

Reply via email to