Minor glitch in test/internals/printf.c and refs.c ...

Ralf Habacker ralf.habacker at freenet.de
Thu Aug 7 05:49:10 PDT 2014


Am 07.08.2014 12:28, schrieb Ralf Habacker:
> Am 07.08.2014 11:42, schrieb rony:
>> While trying to create DBus for Windows using CMake I stumbled over a
>> minor glitch:
>>
>>       o #include "test-utils.h" which should be actually
>>       o #include "../test-utils.h"
>>       o the files "test/internal/printf.c" and "test/internal/refs.c"
>>         contain the include statement
>>
A better "automake compatible" fix would be to add

include_directories(${CMAKE_SOURCE_DIR}/../test)

at the top of <dbus-src>/cmake/test/CMakeLists.txt

Can you confirm this ?

Ralf

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dbus/attachments/20140807/bc2965aa/attachment.html>


More information about the dbus mailing list