Search found 12 matches

Go to advanced search

by GiantDwarf
18 Dec 2006 12:51
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Buildsystem problem in libtool
Replies: 2
Views: 913

Uups, are there no guys out there that can help me with this problem? I already thought of the idea that the buildsystem with all of the scripts is so complicated that no one ever knows exactly what is going on and which template is creating the template to creates another template :D. So does realy...
by GiantDwarf
08 Dec 2006 08:28
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error with wxwidgets
Replies: 7
Views: 2897

Have you configured the wxwidgets lib with: ./configure --enable-unicode --with-x11 before compiling? I had the same problems. After recompiling the wxwidgets withe the above mentioned configuration and the following additional switches to configure vlc everything will be fine. --enable-wxwidgets -...
by GiantDwarf
07 Dec 2006 17:09
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Buildsystem problem in libtool
Replies: 2
Views: 913

Buildsystem problem in libtool

Hi, i have some libs that i need to link in a special order. Therefor i added the compiler flags -Wl,--start-group -llib1 -llib2 -llib3 -Wl,--end-group but when the gcc is called to link the libs i end up with: -Wl,--start-group -Wl,--end-group -llib1 -llib2 -llib3 after the libtool was called. I th...
by GiantDwarf
24 Nov 2006 08:14
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error while compiling : undefined reference to `VLC_Version'
Replies: 5
Views: 1986

Ok, so first of all it seems that the problem occurs during link time. It seems that libvlc.o (where the VLC_xxx functions are in ) can not be linked against vlc.o, or that libvlc.o does not exist. So please try to find out if libvlc.o is compiled correctly (search for it check the file date assure ...
by GiantDwarf
23 Nov 2006 08:38
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error while compiling : undefined reference to `VLC_Version'
Replies: 5
Views: 1986

Hi vishalmokal, first of all it would be good to provide some more informations about how you are trying to compile. Have you executed the bootstrap script? Have you configured the build? Have you installed all neccesary libs? What does your configure script looks like (probably post the output)... ...
by GiantDwarf
22 Nov 2006 17:52
Forum: VLM
Topic: Mosaic bridge is leaking pictures
Replies: 5
Views: 3883

Ok, it seems that the problem is: main debug: looking for video filter2 module: 2 candidates main debug: no video filter found were he is looking for a conversion filter (i guess). I am building without ffmpeg and i think he wants to use a conversion filter from the ffmpeg lib. Isn't there a convers...
by GiantDwarf
22 Nov 2006 08:28
Forum: VLM
Topic: Mosaic bridge is leaking pictures
Replies: 5
Views: 3883

Here is my configuration that was created by the mosaic wizard: ################################## ## HTTP interface mosaic wizard ## ################################## # Comment the following line if you don't want to reset your VLM configuration del all # Background options new bg broadcast enable...
by GiantDwarf
21 Nov 2006 08:34
Forum: VLM
Topic: Mosaic bridge is leaking pictures
Replies: 5
Views: 3883

Mosaic bridge is leaking pictures

Hi, does anyone know if this is a known problem in the 0.8.5 version and could already be fixed in the 0.9.0? I am trying to get a stable build. So what am i doing wrong? Is there an existing documentation about the Multistream decoding and the bridge stuff? It would be of interest for me to know ho...
by GiantDwarf
20 Nov 2006 16:03
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Unable to use --disable-plugins
Replies: 8
Views: 2246

Unable to use --disable-plugins

Hi, I am trying to build a static linked version of vlc inclusive the needed modules to get rid of the constaints. Therefor i use the following switches inside the ./configure script: --enable-mostly-builtin --disable-plugins and the --with-xxx --enable-libmpeg2 --with-libmpeg2-tree=/${LIBS_SRC_FOLD...
by GiantDwarf
20 Nov 2006 10:50
Forum: VLM
Topic: Mosaic bridge is leaking pictures
Replies: 5
Views: 3883

Mosaic bridge is leaking pictures

Hi all, can someone help me with the following problems? I would like to use the Mosaic mode via the http interface under Suse 10.1 but if i start the mosaic it only shows the main video (set as background, i have never got it to work with an image :roll: ) and the thumbnails are not shown because o...
by GiantDwarf
25 Oct 2006 15:56
Forum: VLC media player for Windows Troubleshooting
Topic: VLC compiler environment setup failed on windows
Replies: 3
Views: 1453

Problem fixed

Hello all, sorry for this post. I found the problem and it is fixed now. My problem was that the rights of my cygwin installation were not set correctly due to configuration of my workstation :oops: . The solution was to add my user name in the security settings of the cygwin folder and set to full ...
by GiantDwarf
24 Oct 2006 10:44
Forum: VLC media player for Windows Troubleshooting
Topic: VLC compiler environment setup failed on windows
Replies: 3
Views: 1453

Hello, it seems that you have copied the ./bootstrap and the ./configure both into a file (copy & paste). I had this problem too. Try to execute both scripts after each other each in one line only. I got stuck on the next problem. If ./bootstrap has executed it deleted and renewed the file autot...

Go to advanced search