[vlc-devel] Re: vlc: svn commit r10707 (jpsaman)
Christophe Mutricy
xtophe at nxtelevision.com
Thu Apr 21 20:50:32 CEST 2005
> Make compilation of mozilla plugin easier on different distributions.
> Removed fixed include paths from mozilla/Makefile.am. XPIDL_INCL is
> automatically determined from ${MOZILLA_CONFIG}.
> Configure and compile with XPIDL=<path_to_xpidl> application
> of your mozilla version, eg for mozilla-1.7.6 use:
> XPIDL=/usr/lib/mozilla-1.7.6/xpidl ./configure <rest of line> && make
I believe this commit break the nightly builds.
It fails to find nsISupports.idl to be included in vlcintf.idl.
Here some output from vthr:
${MOZILLA_CONFIG} --cflags pluginxpcom java
-I/usr/include/mozilla/plugin
-I/usr/include/mozilla/xpcom -I/usr/include/mozilla/java
-I/usr/include/mozilla -I/usr/include/mozilla/nspr
${MOZILLA_CONFIG} --idlflags plugin xpcom java`
-I/usr/share/idl/mozilla
locate nsISupports.idl
/usr/share/idl/mozilla/nsISupports.idl
/usr/win32/gecko-sdk/xpcom/idl/nsISupports.idl
Is the mozilla installation of vthr messed or sth wrong in the patch ?
--
Xtophe
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list