<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Am 07.08.2014 12:28, schrieb Ralf
Habacker:<br>
</div>
<blockquote cite="mid:53E354C5.3050400@freenet.de" type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<div class="moz-cite-prefix">Am 07.08.2014 11:42, schrieb rony:<br>
</div>
<blockquote cite="mid:53E34A16.1060404@wu.ac.at" type="cite">
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
While trying to create DBus for Windows using CMake I stumbled
over a minor glitch: <br>
<ul>
<ul>
<li>#include "test-utils.h" which should be actually <br>
</li>
<li>#include "../test-utils.h"</li>
<li>the files "test/internal/printf.c" and
"test/internal/refs.c" contain the include statement <br>
</li>
</ul>
</ul>
</blockquote>
</blockquote>
A better "automake compatible" fix would be to add <br>
<br>
include_directories(${CMAKE_SOURCE_DIR}/../test)<br>
<br>
at the top of <dbus-src>/cmake/test/CMakeLists.txt <br>
<br>
Can you confirm this ? <br>
<br>
Ralf<br>
<br>
</body>
</html>