Re: configure: error: You must not compile firefox with the "typeaheadfind" extension enabled!



Dear Joseph,

according to the config.log, it just picks up the lib from
/garnome/lib/firefox-2.0, which seems to be ok.
I checked the /usr/local/lib/pkgconfig and the /usr/lib/pkgconfig for
something firefox related, but did not find anything. I don't have the
mozilla-devel installed anywhere
I tried it with the

CONFIGURE_ARGS += --with-gecko=firefox argument, which produces the same error

within the config.log it says:

$ ./configure --prefix=/home/eich/garnome --exec_prefix=/home/eich/garnome --bindir=/home/eich/garnome/bin --sbindir=/home/eich/garnome/sbin --libexecdir=/home/eich/garnome/libexec --datadir=/home/eich/garnome/share --sysconfdir=/home/eich/garnome/etc --sharedstatedir=/home/eich/garnome/share --localstatedir=/home/eich/garnome/var --libdir=/home/eich/garnome/lib --infodir=/home/eich/garnome/info --includedir=/home/eich/garnome/include --mandir=/home/eich/garnome/man *--with-gecko=firefox* --disable-static --disable-maintainer-mode --with-html-dir=/home/eich/garnome/share/gtk-doc/html --disable-gtk-doc --disable-debug --disable-tests

so the with-gecko argument was taken. I even removed any mozilla progs, (thunderbird an firefox). Same error.


Best

/Markus






Joseph E. Sacco, Ph.D. schrieb:
> Markus,
>
> Look over config.log and the resultant epiphany Makefiles to see if you
> are picking up anything from the system install of firefox _or_ mozilla.
>
> One thing to try immediately is adding a configure argument to force the
> choice of gecko engine:
>
>         CONFIGURE_ARGS += --with-gecko=firefox
>
> epiphany uses pkg-config to pick up the location of libs and header
> files.
>
>
> -Joseph
>
> =====================================================================
> On Fri, 2006-12-01 at 18:27 +0100, Markus Eich wrote:
>   
>> Dear all
>>
>> with garnome cvs 2.16.2 CVS I receive the following error while
>> compiling epiphany.
>>
>> configure: error: You must not compile firefox with the "typeaheadfind"
>> extension enabled!
>>
>> I solved the Issue with 2.16.1 by applying the patch
>>
>> * LD_LIBRARY_PATH := $(libdir):$(libdir)/firefox-1.5.0.7:$LD_LIBRARY_PATH
>>
>> to my gar.conf.mk. Now it doesn't seem to work. I even tried
>>
>> * LD_LIBRARY_PATH := $(libdir):$(libdir)/firefox-2.0:$LD_LIBRARY_PATH,
>>
>> because garnome2.16.2 includes Firefox 2.0. The same results. Any Ideas?
>>
>>
>> Best
>>
>> /Markus
>>
>>
>>
>>
>>
>> -- 
>> Dipl. Inform. Markus Eich
>> Research Assistant
>> Robotics Lab at
>> DFKI Bremen
>> German Research Center for Artificial Intelligence
>>
>> Email:  markus eich dfki de
>> Tel.:   +49 (421) 218-64105
>> Fax :   +49 (421) 218-64150
>> Room:   212
>>
>> Postal address:
>> DFKI Bremen
>> Robotics Lab
>> Markus Eich
>> Robert-Hooke-Strasse 5
>> 28359 Bremen
>> Germany
>>
>> Further informations:
>> http://www.dfki.de/robotics
>>
>>     


-- 
Dipl. Inform. Markus Eich
Research Assistant
Robotics Lab at
DFKI Bremen
German Research Center for Artificial Intelligence

Email:  markus eich dfki de
Tel.:   +49 (421) 218-64105
Fax :   +49 (421) 218-64150
Room:   212

Postal address:
DFKI Bremen
Robotics Lab
Markus Eich
Robert-Hooke-Strasse 5
28359 Bremen
Germany

Further informations:
http://www.dfki.de/robotics




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]