Re: [FreeRDP-devel] Compile Include Issue

2015-10-07 Thread jmk
Hi Bernhard, > (/opt/freerdp-nightly contains the latest nightly build of the master branch). Did you already try to compile the test manually? > Does your config.log provide more information? - For example what command and includes were used for compilation? I had tried to manually compile the

Re: [FreeRDP-devel] Compile Include Issue

2015-10-07 Thread Bernhard Miklautz
Hi Joe, On Tue, Oct 06, 2015 at 03:51:54PM -0500, jmk wrote: > /usr/include/winpr/wtsapi.h:240:50: error: unknown type name 'REFIID' what version of FreeRDP are you using and how did you install it (maybe the git commit)? > The following code snippet is what autoconf is using to test for freerdp.

[FreeRDP-devel] Compile Include Issue

2015-10-07 Thread jmk
Hi, I have a C application that links against freerdp. Unfortunately, autoconf is no longer playing nice with recent versions of freerdp from git. Specifically, my check for freerdp.h (AC_CHECK_HEADER([freerdp/freerdp.h], [], [])) now fails with the test compile of it: --- In file inclu