[vlc-devel] [RFC][PATCH] fix mozplug toolbar
Jean-Paul Saman
jpsaman at videolan.org
Wed Jun 18 16:22:53 CEST 2008
Bill C. Riemers wrote:
> Jean-Paul Saman wrote:
>> KH KH wrote:
>>
>>> 2008/6/17 Bill C. Riemers <briemers at redhat.com>:
>>>
>>>> Sorry to be a bother. But if you are patching it, you must be able to
>>>> get it to compile. Can you give me a clue where to find mozilla-config
>>>> so I can get it to compile as well?
>>>>
>>> You can take a look on the WIP patch i have for 0.8.6h in livna.
>>> the problem is that we need to get rid of mozilla-config.h
>>> That can be done by ACdefining the needed value from configure.ac
>>> As this is a highly inter- OSes patch, i can only provide a not
>>> mergeable but functional patch that will works on linux with
>>> vlc-0.8.6h...
>>> and xulrunner-1.9(stable)
>>>
>> using XPIDL_INCL=/usr/include/firefox-2.0.0.14/
>> XPIDL=/usr/lib/firefox-2.0.0.14/xpidl ./configure .. && make
>>
>> always solved build problems for me under 0.8.6x.
>>
> Thanks, I tried that with 0.9.0, but same old problem:
>
> checking for mozilla-config... no
> checking for seamonkey-config... no
> checking for xulrunner-config... no
> configure: error: Please install the Mozilla development tools,
> mozilla-config was not found.
you miss the necessary development headers for firefox. You need the
following packages nspr-devel, firefox-devel to build. vlc-0.9.0 doesn't
need XPIDL= and XPIDL_INC= environment variables, these are only for
0.8.6x versions.
Gtz
Jean-Paul Saman.
More information about the vlc-devel
mailing list