GNOME Bugzilla – Bug 335644
Unable to compile epiphany with garnome 2.14.0
Last modified: 2006-03-23 12:30:14 UTC
Hi, I'm trying this new garnome 2.14.0. Firefox build went well. But when i try to compile epiphany, Its failing in configure stage. The error I'm getting is ========================== configure: error: You must not compile firefox with the "typeaheadfind" extension enabled! ========================== I've compiled firefox with default settings. Am I Missing anything here ? Surya
My OS Details. Suse 9.1 Gcc version 4.0.2
Thanks for the bug report. Can you please attach the "config.log" file that configure produced?
Created attachment 61837 [details] Config.log for epiphany Please find the config.log file. Thanks, Surya
Does it work if you run configure with LD_LIBRARY_PATH=/nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.0/lib/firefox-1.5.0.1 ? Oh, and one other thing to check: cd to /nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.0/lib/firefox-1.5.0.1, and type ./run-mozilla.sh ./xpcshell Then on the js> prompt, type: var cr = Components.manager.nsIComponentRegistrar print(cr.isContractIDRegistered("@mozilla.org/typeaheadfind;1")) print(cr.contractIDToCID("@mozilla.org/typeaheadfind;1")) And paste the output of the print statements here.
Hi, Thanks for the quick response. Setting LD_LIBRARY_PATH to the said directory indeed fixed the problem. Also the Output you've requested is given below. ========================== js> print(cr.isContractIDRegistered("@mozilla.org/typeaheadfind;1")) true js> print(cr.contractIDToCID("@mozilla.org/typeaheadfind;1")) {e7f70966-9a37-48d7-8aeb-35998f31090e} ========================= Surya
Ok so this is the same problem as bug 333445. *** This bug has been marked as a duplicate of 333445 ***