Link(s) for Windows ports of D-Bus ?

Earnie Boyd earnie at users.sourceforge.net
Mon Mar 19 07:13:21 PDT 2012


On Mon, Mar 19, 2012 at 8:53 AM, Vincent Torri <vincent.torri at gmail.com> wrote:
> I still can't use dbus on Windows until i modify configure.ac. I've
> sent at least 2 mails about that problem, and I'm not alone thinking
> that modifications must be done in order to use dbus on Windows.


Here is what I had to do

export CONFIG=”../configure --prefix=$MINGW --enable-shared
--disable-static --disable-rpath”

Building dbus
cd /path/to/dbus/source for version 1.4.16
edit dbus/dbus-sysdeps-win.c
find the call to MemoryBarrier (line 3095)
Wrap the statement with
#ifndef __MINGW32__
#endif
mkdir bld
cd bld
$CONFIG
make
make install

-- 
Earnie
-- https://sites.google.com/site/earnieboyd


More information about the dbus mailing list