Hello.<div><br></div><div>I set up the MinGW + MSYS environment on a Windows 2003 Server. I set up a cmake environment. In MinGW + MSYS env I have lots of needed libs like gettext etc. I downloaded dbus 1.2.16 from git snapshots from freedesktop. I applied the win patch as it was said in README.win. Then I created the build dir and ran cmake from the windows command prompt with the following command:</div>

<div><br></div><div>cmake -G &quot;MinGW Makefiles&quot; -DCMAKE_INSTALL_PREFIX=c:/devel/MinGW ..\dbus-1.2.16\cmake</div><div><br></div><div>cmake found expat and the Makefile was created after this.</div><div><br></div>
<div>
Then I ran mingw32-make and got the following errors (I skipped the good lines for the sake of readability):</div><div><br></div><div><div>[ 13%] Building C object dbus/CMakeFiles/dbus-1.dir/C_/devel/msys/1.0/home/gptashko/build/dbus-1.2.16/dbus/dbus-misc.obj</div>

<div><br></div><div>C:\devel\msys\1.0\home\gptashko\build\dbus-1.2.16\dbus\dbus-misc.c: In function `dbus_get_version&#39;:</div><div>C:\devel\msys\1.0\home\gptashko\build\dbus-1.2.16\dbus\dbus-misc.c:166: error: `DBUS_MAJOR_VERSION&#39; undeclared (first use in this function)</div>

<div>C:\devel\msys\1.0\home\gptashko\build\dbus-1.2.16\dbus\dbus-misc.c:166: error: (Each undeclared identifier is reported only once</div><div>C:\devel\msys\1.0\home\gptashko\build\dbus-1.2.16\dbus\dbus-misc.c:166: error: for each function it appears in.)</div>

<div>C:\devel\msys\1.0\home\gptashko\build\dbus-1.2.16\dbus\dbus-misc.c:168: error: `DBUS_MINOR_VERSION&#39; undeclared (first use in this function)</div><div>C:\devel\msys\1.0\home\gptashko\build\dbus-1.2.16\dbus\dbus-misc.c:170: error: `DBUS_MICRO_VERSION&#39; undeclared (first use in this function)</div>

<div>C:\devel\msys\1.0\home\gptashko\build\dbus-1.2.16\dbus\dbus-misc.c: In function `_dbus_misc_test&#39;:</div><div>C:\devel\msys\1.0\home\gptashko\build\dbus-1.2.16\dbus\dbus-misc.c:200: error: `DBUS_MAJOR_VERSION&#39; undeclared (first use in this function)</div>

<div>C:\devel\msys\1.0\home\gptashko\build\dbus-1.2.16\dbus\dbus-misc.c:201: error: `DBUS_MINOR_VERSION&#39; undeclared (first use in this function)</div><div>C:\devel\msys\1.0\home\gptashko\build\dbus-1.2.16\dbus\dbus-misc.c:202: error: `DBUS_MICRO_VERSION&#39; undeclared (first use in this function)</div>

<div>C:\devel\msys\1.0\home\gptashko\build\dbus-1.2.16\dbus\dbus-misc.c:216: error: `DBUS_VERSION&#39; undeclared (first use in this function)</div><div>C:\devel\msys\1.0\home\gptashko\build\dbus-1.2.16\dbus\dbus-misc.c:239: error: `DBUS_VERSION_STRING&#39; undeclared (first use in this function)</div>

<div>mingw32-make[2]: *** [dbus/CMakeFiles/dbus-1.dir/C_/devel/msys/1.0/home/gptashko/build/dbus-1.2.16/dbus/dbus-misc.obj] Error 1</div><div>mingw32-make[1]: *** [dbus/CMakeFiles/dbus-1.dir/all] Error 2</div><div>mingw32-make: *** [all] Error 2</div>

</div><div><br></div><div>Could anyone tell me how can I get over this, please? I am trying hard to build dbus on win32 for several days already, but no result so far..</div><div><br></div><div>Thanks in advance,</div><div>

Grigory.</div><div><br>-- <br>С уважением,<br>Григорий Пташко<br><br>Тел.: +7 (916) 1489766<br>E-mail: <a href="mailto:gptashko@cmmt.ru">gptashko@cmmt.ru</a><br>
</div>