After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 141468 - Epiphany does not compile against firefox 0.8 sources
Epiphany does not compile against firefox 0.8 sources
Status: RESOLVED WONTFIX
Product: epiphany
Classification: Core
Component: General
1.2.x
Other Linux
: Normal normal
: ---
Assigned To: Marco Pesenti Gritti
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2004-04-30 08:08 UTC by Andre Schaefer
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andre Schaefer 2004-04-30 08:08:24 UTC
I have a sourcetree of a previously compiled firefox. When I try to compile
against those sources, two things happen:

1. nsIPassword.h is not found

2. It doesn't link, because MozGlobalHistory::OutputReferrerURL(char const *,
char const *) is not defined.

To fix 1.), I have added the .../include/mozilla-1.6/passwordmgr location to
mozilla-gktmozembed.pc

To fix 2. I have added the dummy declaration of the method above to
epiphany-1.2.[2|3]/embed/mozilla/GlobalHistory.cpp

It compiles and runs nicely then.
Comment 1 Christian Persch 2004-04-30 14:51:49 UTC
If that's really all there is, I think we could try to add support for building
against mozilla tree compiled for firefox; what do you think, marco?

To the reporter: just curious... does formfield prefill and autocompletion
popups work in epiphany compiled with the firefox sources?
Comment 2 Andre Schaefer 2004-04-30 14:57:41 UTC
Yes, both.

The sources may not have been vanilla, as I got them via apt-get source (from
backports.org).
Comment 3 Marco Pesenti Gritti 2004-04-30 16:51:21 UTC
I vote WONTFIX. We have already enough mainteincance headaches. With 1.0 Firefox
is supposed to become the default anyway.