On Mar 29, 2004, at 2:49 AM, Alexander K. Hansen wrote:
On Mar 28, 2004, at 7:34 PM, Jason Lamb wrote:
On Mar 28, 2004, at 5:18 PM, Jason Lamb wrote:
Hi,
I've got the following error when trying to compile evolution 1.4.6-9 lately;
--
In file included from alarm-notify-dialog.c:38:
/sw/include/gtkhtml/gtkhtml.h:28:34: libgnome/gnome-paper.h: No such file or directory
On Mar 28, 2004, at 7:23 PM, Alexander K. Hansen wrote:
You need gnome-libs-dev.
I have the following already installed;
i gnome-libs-dev 1.4.2-19 Base libraries for GNOME
I missed one: gnome-print-master.h is provided by gnome-print-devAlexander :
Check and see if /sw/include/gnome-1.0/libgnome/gnome-paper.h is on your system. If it's not, then you need to reinstall gnome-libs-dev. If that fails, rebuild it.
Also look for /sw/include/gnome-1.0/libgnomeprint/gnome-print-master. If it's missing, then do gnome-print-dev, too.
Martin was right in the beginning of this thread : the problem is gtkhtml-dev, whic must be temporarily removed.
(cf already http://article.gmane.org/gmane.os.apple.fink.gnome/174 )
Essentially everything in gnome2 uses the current versions of gnome-pkgs _ so gtkhtml/gtkhtml.h,
gnome-libs-dev, gnome-print-dev etc should never occur.
[There is certainly in alarm-notify-dialog.c an #include <gtkhtml/gtkhtml.h> , meant to include
/sw/include/libgtkhtml-3.0/gtkhtml/gtkhtml.h _ since the Makefile will provide the -I/sw/include/libgtkhtml-3.0 _;
since however fink's build erroneously adds flags -I/sw/include that come too early _ ie before
-I/sw/include/libgtkhtml-3.0 (but same problem with other pkg's, eg -I/sw/include/gal-2.0 ), you get
the wrong inclusions. ]
Best,
Jean-Francois
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
