Page 1 of 1

msg_* Peculiarities on Windows

Posted: 26 Nov 2014 04:39
by Liath
I would expect the following to do one very simple task. Generate log spam.
http://pastie.org/9743876
It does not.

I'm cross compiling from Debian (3.16.0-4-amd64) with x86_64-w64-mingw32. The above script compiles exactly as expected but generates approximately zero output in any of the logging facilities. Messages dialog, console window, and file logging (file and file logging console): http://puu.sh/d5O8e/15898fad89.png

I'm probably doing something horribly stupid here, but this seems simple enough. Right?

Edit:
Forgot to mention this is from git as of yesterday night. Also, just tried this on *nix and this module still isn't generating anything more than a headache.

Re: msg_* Peculiarities on Windows

Posted: 10 Dec 2014 12:02
by Jean-Baptiste Kempf
Does vlc --list list your plugin? Does vlc -I<name> work?