Search found 8 matches

Go to advanced search

by sma
11 Jun 2012 21:26
Forum: Development around libVLC
Topic: Compiling vlc using MinGw/Msys
Replies: 19
Views: 7356

Re: Compiling vlc using MinGw/Msys

Hello photonica,

about your last finding: Can it be that you used the downloaded vlc.exe "in combination" with your compiled .dll / plugins.dat ? This would match my observation / guss that this error happend while destructing classes or unloading the dll's or similar...

sma
by sma
11 Jun 2012 21:18
Forum: Development around libVLC
Topic: Compiling vlc using MinGw/Msys
Replies: 19
Views: 7356

Re: Compiling vlc using MinGw/Msys

Hello photonica, congratulation that you made it! About MINIZIP: I got many of similar "checking for MINIZIP... no" - messages. Like I understand this only checks and uses if it was found, but it can work without too. Also I ignored some warnings like "configure: WARNING: Library libr...
by sma
06 Jun 2012 18:58
Forum: Development around libVLC
Topic: Compiling vlc using MinGw/Msys
Replies: 19
Views: 7356

Re: Compiling vlc using MinGw/Msys

Hello photonica, it's nice to see that this logging/description helped you. Meanwhile I updated the code via svn/git and it seems that the desciption will not fit 100% anymore, but all new problems had the same pattern so I hope a similar workaround can be found easily. A) Maybe frist some words abo...
by sma
02 Jun 2012 18:24
Forum: Development around libVLC
Topic: Compiling vlc using MinGw/Msys
Replies: 19
Views: 7356

Re: Compiling vlc using MinGw/Msys

gcc version 4.6.2 (GCC)
windows error messages refers to: libgcc_s_dw2-1.dll
by sma
09 May 2012 21:56
Forum: Development around libVLC
Topic: Compiling vlc using MinGw/Msys
Replies: 19
Views: 7356

Re: Compiling vlc using MinGw/Msys

ok, I circled the problem to: vlc/src/win32/plugin.c:87 handle = LoadLibraryW (wfile); for the plugin: libdshow_plugin.dll If I skip this file then I do not get the error --> anyone has an idea why this plugin causes an error when exit the program? I assume some unloading problem, but have no clue f...
by sma
08 May 2012 21:37
Forum: Development around libVLC
Topic: Compiling vlc using MinGw/Msys
Replies: 19
Views: 7356

Re: Compiling vlc using MinGw/Msys

... something like yes, but see at bottom: 38b. Findings (after some problems with developing enviroment): Error happens after cachegen.c:107: return 0; which is the end of main --> probably some destructor and/or damaged memory problem, very hard to track further... Also: happens only when frist bu...
by sma
03 May 2012 19:12
Forum: Development around libVLC
Topic: Compiling vlc using MinGw/Msys
Replies: 19
Views: 7356

Re: Compiling vlc using MinGw/Msys

... yes, first I tried it via cygwin, then via MinGw/Msys and prebuilds (i586), but got earlier or later problems, so I chose the long way and face them where I can see what happens. Also like the opportunity to getting known with git, trarballs, alocale and so on... :-)
by sma
03 May 2012 00:54
Forum: Development around libVLC
Topic: Compiling vlc using MinGw/Msys
Replies: 19
Views: 7356

Compiling vlc using MinGw/Msys

Hello, I simply logged all my steps when I tried to compile and run the source code using MinGw/Msys, mainly because I wanted a backup in case I have to redo it. I'm quite sure that I have not found the best solution for all problems. Also I changed the order a bit to put all additional insallations...

Go to advanced search