Re: 1.3.2 compile failure with EphyHeaderSniffer.cpp
- From: Joe McCann <joe cupandstring com>
- To: epiphany-list gnome org
- Subject: Re: 1.3.2 compile failure with EphyHeaderSniffer.cpp
- Date: Thu, 08 Jul 2004 05:19:37 -0500
ok, after waking up a bit, this was a simple fix..makefile patch
attached
On Thu, 2004-07-08 at 04:35 -0500, Joe McCann wrote:
> sorry, forgot gcc command.
>
> g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../embed -I../.. -
> I/usr/lib/mozilla/include/gtkembedmoz -I/usr/lib/mozilla/include/xpcom -
> I/usr/lib/mozilla/include/string -I/usr/lib/mozilla/include/nspr -
> I/usr/lib/mozilla/include -I/usr/lib/mozilla/include/chardet -
> I/usr/lib/mozilla/include/commandhandler -
> I/usr/lib/mozilla/include/content -I/usr/lib/mozilla/include/cookie -
> I/usr/lib/mozilla/include/docshell -I/usr/lib/mozilla/include/dom -
> I/usr/lib/mozilla/include/exthandler -I/usr/lib/mozilla/include/gfx -
> I/usr/lib/mozilla/include/helperAppDlg -
> I/usr/lib/mozilla/include/history -I/usr/lib/mozilla/include/layout -
> I/usr/lib/mozilla/include/locale -I/usr/lib/mozilla/include/mimetype -
> I/usr/lib/mozilla/include/necko -I/usr/lib/mozilla/include/nkcache -
> I/usr/lib/mozilla/include/pipboot -I/usr/lib/mozilla/include/pipnss -
> I/usr/lib/mozilla/include/shistory -I/usr/lib/mozilla/include/uriloader
> -I/usr/lib/mozilla/include/uconv -
> I/usr/lib/mozilla/include/webbrowserpersist -
> I/usr/lib/mozilla/include/webbrwsr -I/usr/lib/mozilla/include/widget -
> I/usr/lib/mozilla/include/windowwatcher -
> I/usr/lib/mozilla/include/xmlextras -DXTHREADS -D_REENTRANT -
> DXUSE_MTSAFE_API -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -
> I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -
> I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -
> I/usr/include/pango-1.0 -I/usr/include/freetype2 -
> I/usr/include/freetype2/config -I/usr/include/libxml2 -
> I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -
> I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -
> I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -
> I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -
> I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -
> I/usr/include/bonobo-activation-2.0 -I/usr/include/libglade-2.0 -
> I/usr/include/gnome-vfs-module-2.0 -DSHARE_DIR=\"/usr/share/epiphany\" -
> DALLOW_PRIVATE_API -include /usr/lib/mozilla/include/mozilla-config.h -
> fno-rtti -fshort-wchar -march=pentium4 -O2 -pipe -MT
> EphyHeaderSniffer.lo -MD -MP -MF .deps/EphyHeaderSniffer.Tpo -c
> EphyHeaderSniffer.cpp -fPIC -DPIC -o .libs/EphyHeaderSniffer.o
> EphyHeaderSniffer.cpp:64:28: nsIPrefService.h: No such file or directory
>
> On Thu, 2004-07-08 at 03:30 -0500, Joe McCann wrote:
> > I am trying to compile epiphany-1.3.2 on a gentoo based system with
> > mozilla-1.7 installed. Compile fails saying it can't locate a header
> > file:
> >
> > EphyHeaderSniffer.cpp:64:28: nsIPrefService.h: No such file or directory
> > make[3]: *** [EphyHeaderSniffer.lo] Error 1
> >
> > This file does exist in /usr/lib/mozilla/include/pref
> >
> > Is anybody else running into this problem?
> >
> > _______________________________________________
> > epiphany-list mailing list
> > epiphany-list gnome org
> > http://mail.gnome.org/mailman/listinfo/epiphany-list
>
> _______________________________________________
> epiphany-list mailing list
> epiphany-list gnome org
> http://mail.gnome.org/mailman/listinfo/epiphany-list
--- embed/mozilla/Makefile.in.bak 2004-07-08 05:02:19.678210368 -0500
+++ embed/mozilla/Makefile.in 2004-07-08 05:02:54.573905416 -0500
@@ -218,6 +218,7 @@
-I$(MOZILLA_INCLUDE_ROOT)/docshell \
-I$(MOZILLA_INCLUDE_ROOT)/dom \
-I$(MOZILLA_INCLUDE_ROOT)/exthandler \
+ -I$(MOZILLA_INCLUDE_ROOT)/find \
-I$(MOZILLA_INCLUDE_ROOT)/gfx \
-I$(MOZILLA_INCLUDE_ROOT)/helperAppDlg \
-I$(MOZILLA_INCLUDE_ROOT)/history \
@@ -228,6 +229,7 @@
-I$(MOZILLA_INCLUDE_ROOT)/nkcache \
-I$(MOZILLA_INCLUDE_ROOT)/pipboot \
-I$(MOZILLA_INCLUDE_ROOT)/pipnss \
+ -I$(MOZILLA_INCLUDE_ROOT)/pref \
-I$(MOZILLA_INCLUDE_ROOT)/shistory \
-I$(MOZILLA_INCLUDE_ROOT)/uriloader \
-I$(MOZILLA_INCLUDE_ROOT)/uconv \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]