Hello. After setting a breakpoint in the __vlc_thread_create function in the Threads.c, I can use the gdb to launch the vlc program. Does anyone could tell me why should I set these breakpoints? (Otherwise, I can't launch the vlc program with gdb.) ============================== Frankg@FRANKWANG ~/v...
I have the same problem with the gdb. I am pretty sure that I am using the gdb with 20041228-3 version, using the binutils with 20050610-01 version, and using the gcc 3.3.3-3. After executing the "run", it seems stop somewhere. =================== Frankg@FRANKWANG ~/vlc-0.8.4a $ gdb ./vlc ...
Hi, I tried to load the vlc from menu. This time it displays the message as follows in the command prompt window: "The command line options couldn't be loaded, check that they are valid. Press the RETURN key to continue ..." When I pressed the RETURN key, everything is gone. Best regards, ...
Hello, Recently I compiled the VLC 0.8.5 version with cygwin, but it can't execute and without any error message. (I installed the VLC binary already.) However, when I compiled the VLC0.8.4a, it could run on windows correctly. Why? What's the difference between the two versions. In addition, I used ...
Dear all, It's my first time to use the VLC. I am trying to establish a compiling environment with Cygwin at WinXp PC. I followed all the steps of the description on the http://developers.videolan.org/vlc/cygwin-compile.txt file. However, it can't work. What should I do and is there any document abo...