GNOME Bugzilla – Bug 329196
build with xulrunner trunk (gecko 1.9)
Last modified: 2006-02-08 14:26:42 UTC
Please describe the problem: epiphany no longer works with seamonkey (mozilla) cvs since libgtkmozembed.so has been deprecated and no longer exists. Thus the final epiphany link fails. Steps to reproduce: 1. Build epiphany with mozilla/seamonkey cvs (or nightly) 2. 3. Actual results: ephipany fails to link due to missing libgtkembedmoz.so Expected results: Does this happen every time? Other information: I have logged the following 'bug' in mozilla https://bugzilla.mozilla.org/show_bug.cgi?id=325117 but the bottom line is that we need to start changing to newer embeding methods.
I think this applies to firefox build too, right? Not a blocker, since gecko 1.9 final is a looooong way off, but still major sicne it prevents us from testing with recent trunk builds.
Fixed in cvs.
chpe, how can this bug be marked as fixed ? gecko.m4 still references *-gtkmozembed which as i initially stated doesn't and will no longer exist ever So this section in gecko.m4 is not correct !! !# ************************************************** # Packages that we need to check for with pkg-config # ************************************************** if test "$gecko_cv_gecko" = "xulrunner" -a "$gecko_cv_gecko_version_major" = "1" -a "$gecko_cv_gecko_version_minor" -ge "9"; then gecko_cv_extra_pkg_dependencies= else gecko_cv_extra_pkg_dependencies="${gecko_cv_gecko}-gtkmozembed" fi $1[]_EXTRA_PKG_DEPENDENCIES="$gecko_cv_extra_pkg_dependencies" ])