[pulseaudio-discuss] [PATCH] Add windbg log target + Fix configure not honoring --without-nls

Fritz Elfert fritz at fritz-elfert.de
Thu Jun 23 13:31:59 PDT 2011


Hi,

Maarten suggested to hurry as 1.0 is on it's way, so attached are two
more patches:

1. 0001-mingw-logtarget-windbg.patch (win32 platform)

Adds a new log target named "windbg" for windows builds which replaces
the "syslog" target on this platform. It uses OutputDebugString() for
logging. This is a core feature in windows which is similar to the
kernel's message ringbuffer (i.e.: no log files, log entirely in memory,
not persistent)
For reading such logs, a tool named dbgview is available at
www.sysinternals.com

2. 0002-configure-honor-without-nls.patch (all platforms)

Despite what configure --help says, the current setup does ignore this
flag, always using NLS (and linking against libintl etc.) This is
actually not a bug in pulseaudio itself but 2 bugs in intltool and
glib's gettext M4 macros. Since intltool looks pretty dead to me (last
commit ages ago) and I needed a fix *fast*, I chose to implement a
workaround for that.

Cheers
 -Fritz
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-mingw-logtarget-windbg.patch
URL: <http://lists.freedesktop.org/archives/pulseaudio-discuss/attachments/20110623/411f381f/attachment-0001.asc>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0002-configure-honor-without-nls.patch
URL: <http://lists.freedesktop.org/archives/pulseaudio-discuss/attachments/20110623/411f381f/attachment.txt>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freedesktop.org/archives/pulseaudio-discuss/attachments/20110623/411f381f/attachment-0001.pgp>


More information about the pulseaudio-discuss mailing list