Problem compiling mozilla plugin (solved)

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
jml674
Blank Cone
Blank Cone
Posts: 38
Joined: 03 Feb 2010 19:54
Location: France

Problem compiling mozilla plugin (solved)

Postby jml674 » 19 Dec 2011 10:25

I did a fresh reinstall of all 1.2 VLC git and npapi git on a new machine.
I was able to rebuild the client and was expecting the plugin to be rebuilt when issuing the make at the top of the repository.
I'm lacking instructions for the web plugin now that it is handled separately.

thanks in advance, jean-Michel
Last edited by jml674 on 21 Dec 2011 09:10, edited 1 time in total.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Problem compiling mozilla plugin

Postby Jean-Baptiste Kempf » 19 Dec 2011 10:58

Please share the compile log messages...
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

jml674
Blank Cone
Blank Cone
Posts: 38
Joined: 03 Feb 2010 19:54
Location: France

Re: Problem compiling mozilla plugin

Postby jml674 » 19 Dec 2011 11:12

vlc-1.2 is the top of the repository
in vlc-1.2/projects/ I have gitted'in the npapi git rep.
so I obtain vlc-1-2/npapi-vlc rep.

I understood the top Makefile does not include projects compilation (by comparing previous 1.1 version of it)

jml674
Blank Cone
Blank Cone
Posts: 38
Joined: 03 Feb 2010 19:54
Location: France

Re: Problem compiling mozilla plugin

Postby jml674 » 19 Dec 2011 11:26

Here is the beginning of Makefile ( I could not find a way to attach it):

-- Edited (useless)
Last edited by jml674 on 21 Dec 2011 00:06, edited 1 time in total.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Problem compiling mozilla plugin

Postby Jean-Baptiste Kempf » 19 Dec 2011 18:00

This is not the compile output...
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

jml674
Blank Cone
Blank Cone
Posts: 38
Joined: 03 Feb 2010 19:54
Location: France

Re: Problem compiling mozilla plugin

Postby jml674 » 19 Dec 2011 18:22

Sorry I thought the Makefile would be more usefull. Here is the make result:


make all-recursive
make[1]: Entering directory `/home/patching/vlc-source/vlc-1.2'
Making all in compat
make[2]: Entering directory `/home/patching/vlc-source/vlc-1.2/compat'
make all-am
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/compat'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/compat'
make[2]: Leaving directory `/home/patching/vlc-source/vlc-1.2/compat'
Making all in doc
make[2]: Entering directory `/home/patching/vlc-source/vlc-1.2/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/patching/vlc-source/vlc-1.2/doc'
Making all in po
make[2]: Entering directory `/home/patching/vlc-source/vlc-1.2/po'
make[2]: Leaving directory `/home/patching/vlc-source/vlc-1.2/po'
Making all in share
make[2]: Entering directory `/home/patching/vlc-source/vlc-1.2/share'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/patching/vlc-source/vlc-1.2/share'
Making all in src
make[2]: Entering directory `/home/patching/vlc-source/vlc-1.2/src'
GEN stamp-revision
make all-recursive
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/src'
Making all in .
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/src'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/src'
Making all in test
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/src/test'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/src/test'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/src'
make[2]: Leaving directory `/home/patching/vlc-source/vlc-1.2/src'
Making all in modules
make[2]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules'
Making all in access
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/access'
make all-recursive
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/access'
Making all in mms
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/access/mms'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/access/mms'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/access/mms'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/access/mms'
Making all in rtp
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/access/rtp'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/access/rtp'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/access/rtp'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/access/rtp'
Making all in rtsp
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/access/rtsp'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/access/rtsp'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/access/rtsp'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/access/rtsp'
Making all in vcd
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/access/vcd'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/access/vcd'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/access/vcd'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/access/vcd'
Making all in vcdx
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/access/vcdx'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/access/vcdx'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/access/vcdx'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/access/vcdx'
Making all in screen
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/access/screen'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/access/screen'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/access/screen'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/access/screen'
Making all in bd
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/access/bd'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/access/bd'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/access/bd'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/access/bd'
Making all in zip
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/access/zip'
make all-recursive
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/access/zip'
Making all in unzip
make[7]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/access/zip/unzip'
make[7]: Nothing to be done for `all'.
make[7]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/access/zip/unzip'
make[7]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/access/zip'
make[7]: Nothing to be done for `all-am'.
make[7]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/access/zip'
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/access/zip'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/access/zip'
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/access'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/access'
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/access'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/access'
Making all in audio_filter
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/audio_filter'
make all-am
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/audio_filter'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/audio_filter'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/audio_filter'
Making all in audio_mixer
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/audio_mixer'
make all-am
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/audio_mixer'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/audio_mixer'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/audio_mixer'
Making all in audio_output
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/audio_output'
make all-am
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/audio_output'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/audio_output'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/audio_output'
Making all in codec
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/codec'
make all-recursive
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/codec'
Making all in loader
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/codec/loader'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/codec/loader'
Making all in dmo
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/codec/dmo'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/codec/dmo'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/codec/dmo'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/codec/dmo'
Making all in avcodec
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/codec/avcodec'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/codec/avcodec'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/codec/avcodec'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/codec/avcodec'
Making all in shine
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/codec/shine'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/codec/shine'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/codec/shine'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/codec/shine'
Making all in spudec
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/codec/spudec'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/codec/spudec'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/codec/spudec'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/codec/spudec'
Making all in wmafixed
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/codec/wmafixed'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/codec/wmafixed'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/codec/wmafixed'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/codec/wmafixed'
Making all in omxil
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/codec/omxil'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/codec/omxil'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/codec/omxil'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/codec/omxil'
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/codec'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/codec'
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/codec'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/codec'
Making all in control
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/control'
make all-recursive
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/control'
Making all in globalhotkeys
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/control/globalhotkeys'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/control/globalhotkeys'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/control/globalhotkeys'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/control/globalhotkeys'
Making all in dbus
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/control/dbus'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/control/dbus'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/control/dbus'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/control/dbus'
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/control'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/control'
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/control'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/control'
Making all in demux
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/demux'
make all-recursive
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/demux'
Making all in asf
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/demux/asf'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/demux/asf'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/demux/asf'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/demux/asf'
Making all in avformat
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/demux/avformat'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/demux/avformat'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/demux/avformat'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/demux/avformat'
Making all in avi
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/demux/avi'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/demux/avi'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/demux/avi'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/demux/avi'
Making all in mkv
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/demux/mkv'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/demux/mkv'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/demux/mkv'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/demux/mkv'
Making all in mp4
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/demux/mp4'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/demux/mp4'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/demux/mp4'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/demux/mp4'
Making all in mpeg
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/demux/mpeg'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/demux/mpeg'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/demux/mpeg'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/demux/mpeg'
Making all in playlist
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/demux/playlist'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/demux/playlist'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/demux/playlist'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/demux/playlist'
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/demux'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/demux'
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/demux'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/demux'
Making all in gui
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/gui'
make all-recursive
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/gui'
Making all in qt4
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/gui/qt4'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/gui/qt4'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/gui/qt4'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/gui/qt4'
Making all in skins2
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/gui/skins2'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/gui/skins2'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/gui/skins2'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/gui/skins2'
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/gui'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/gui'
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/gui'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/gui'
Making all in meta_engine
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/meta_engine'
make all-am
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/meta_engine'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/meta_engine'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/meta_engine'
Making all in misc
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/misc'
make all-recursive
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/misc'
Making all in playlist
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/misc/playlist'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/misc/playlist'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/misc/playlist'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/misc/playlist'
Making all in stats
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/misc/stats'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/misc/stats'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/misc/stats'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/misc/stats'
Making all in osd
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/misc/osd'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/misc/osd'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/misc/osd'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/misc/osd'
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/misc'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/misc'
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/misc'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/misc'
Making all in media_library
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/media_library'
make all-am
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/media_library'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/media_library'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/media_library'
Making all in notify
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/notify'
make all-am
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/notify'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/notify'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/notify'
Making all in packetizer
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/packetizer'
make all-am
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/packetizer'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/packetizer'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/packetizer'
Making all in services_discovery
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/services_discovery'
make all-am
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/services_discovery'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/services_discovery'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/services_discovery'
Making all in stream_filter
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/stream_filter'
make all-recursive
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/stream_filter'
Making all in dash
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/stream_filter/dash'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/stream_filter/dash'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/stream_filter/dash'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/stream_filter/dash'
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/stream_filter'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/stream_filter'
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/stream_filter'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/stream_filter'
Making all in text_renderer
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/text_renderer'
make all-am
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/text_renderer'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/text_renderer'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/text_renderer'
Making all in video_chroma
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/video_chroma'
make all-am
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/video_chroma'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/video_chroma'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/video_chroma'
Making all in video_filter
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/video_filter'
make all-recursive
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/video_filter'
Making all in dynamicoverlay
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/video_filter/dynamicoverlay'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/video_filter/dynamicoverlay'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/video_filter/dynamicoverlay'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/video_filter/dynamicoverlay'
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/video_filter'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/video_filter'
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/video_filter'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/video_filter'
Making all in video_output
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/video_output'
make all-recursive
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/video_output'
Making all in msw
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/video_output/msw'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/video_output/msw'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/video_output/msw'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/video_output/msw'
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/video_output'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/video_output'
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/video_output'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/video_output'
Making all in visualization
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/visualization'
make all-recursive
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/visualization'
Making all in visual
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/visualization/visual'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/visualization/visual'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/visualization/visual'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/visualization/visual'
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/visualization'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/visualization'
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/visualization'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/visualization'
Making all in access_output
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/access_output'
make all-am
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/access_output'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/access_output'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/access_output'
Making all in mux
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/mux'
make all-recursive
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/mux'
Making all in mpeg
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/mux/mpeg'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/mux/mpeg'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/mux/mpeg'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/mux/mpeg'
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/mux'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/mux'
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/mux'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/mux'
Making all in stream_out
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/stream_out'
make all-recursive
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/stream_out'
Making all in transcode
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/stream_out/transcode'
make all-am
make[6]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/stream_out/transcode'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/stream_out/transcode'
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/stream_out/transcode'
make[5]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/stream_out'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/stream_out'
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/stream_out'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/stream_out'
Making all in mmx
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/mmx'
make all-am
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/mmx'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/mmx'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/mmx'
Making all in mmxext
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/mmxext'
make all-am
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/mmxext'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/mmxext'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/mmxext'
Making all in sse2
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/sse2'
make all-am
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/sse2'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/sse2'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/sse2'
Making all in 3dnow
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/3dnow'
make all-am
make[4]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules/3dnow'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/3dnow'
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules/3dnow'
Making all in .
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/modules'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules'
make[2]: Leaving directory `/home/patching/vlc-source/vlc-1.2/modules'
Making all in lib
make[2]: Entering directory `/home/patching/vlc-source/vlc-1.2/lib'
make all-am
make[3]: Entering directory `/home/patching/vlc-source/vlc-1.2/lib'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/patching/vlc-source/vlc-1.2/lib'
make[2]: Leaving directory `/home/patching/vlc-source/vlc-1.2/lib'
Making all in bin
make[2]: Entering directory `/home/patching/vlc-source/vlc-1.2/bin'
GEN ../modules/plugins.dat
make[2]: Leaving directory `/home/patching/vlc-source/vlc-1.2/bin'
Making all in test
make[2]: Entering directory `/home/patching/vlc-source/vlc-1.2/test'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/patching/vlc-source/vlc-1.2/test'
make[2]: Entering directory `/home/patching/vlc-source/vlc-1.2'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/patching/vlc-source/vlc-1.2'
make[1]: Leaving directory `/home/patching/vlc-source/vlc-1.2'

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Problem compiling mozilla plugin

Postby Jean-Baptiste Kempf » 19 Dec 2011 21:18

So, all is fine...
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

jml674
Blank Cone
Blank Cone
Posts: 38
Joined: 03 Feb 2010 19:54
Location: France

Re: Problem compiling mozilla plugin

Postby jml674 » 20 Dec 2011 10:01

Except that Make does not build libvlcplugin.so ....

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Problem compiling mozilla plugin

Postby Jean-Baptiste Kempf » 20 Dec 2011 14:40

Of course, this is another repository...
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

jml674
Blank Cone
Blank Cone
Posts: 38
Joined: 03 Feb 2010 19:54
Location: France

Re: Problem compiling mozilla plugin

Postby jml674 » 20 Dec 2011 14:53

Understood , which goes back to square 0: how do I compile the plugin repository ?

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Problem compiling mozilla plugin

Postby Jean-Baptiste Kempf » 20 Dec 2011 15:42

Clone npapi-vlc.git repo and configure and compile it.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

jml674
Blank Cone
Blank Cone
Posts: 38
Joined: 03 Feb 2010 19:54
Location: France

Re: Problem compiling mozilla plugin

Postby jml674 » 20 Dec 2011 16:28

Can I use the configure shell given with the vlc1.2 repo (none is delivered with the plugin repo) ?

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Problem compiling mozilla plugin

Postby Jean-Baptiste Kempf » 20 Dec 2011 17:37

bootstrap...
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

jml674
Blank Cone
Blank Cone
Posts: 38
Joined: 03 Feb 2010 19:54
Location: France

Re: Problem compiling mozilla plugin

Postby jml674 » 20 Dec 2011 18:46

bootstrap is not delivered by the plugin git. Can I find it somewhere ?
Sorry to be a burden.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Problem compiling mozilla plugin

Postby Jean-Baptiste Kempf » 20 Dec 2011 22:28

run autogen.sh
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

jml674
Blank Cone
Blank Cone
Posts: 38
Joined: 03 Feb 2010 19:54
Location: France

Re: Problem compiling mozilla plugin

Postby jml674 » 20 Dec 2011 23:50

OK finally successful. thanks for the help.
To summarize:
1/ Install vlc1.2 git, compile and install
2/ install mozilla plugin git (git clone git://git.videolan.org/npapi-vlc.git)
2.1/ run autogen.sh
2.2/ run configure
2.3/ make
2.4/ make install


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 4 guests