[FreeRDP-devel] OS X: WAITORTIMERCALLBACK compile error

2014-09-15 Thread Peter Watkins
I’m attempting to compile FreeRDP on OS X Mavericks with the hope of contributing to the OS X server someday. These are the options I gave to CMAKE: cmake -G Eclipse CDT4 - Unix Makefiles -DCMAKE_BUILD_TYPE=Debug -DWITH_SSE2=ON -D CMAKE_OSX_ARCHITECTURES:STRING=x86_64 . When I make, I get the

Re: [FreeRDP-devel] OS X: WAITORTIMERCALLBACK compile error

2014-09-15 Thread Bernhard Miklautz
Hi Peter, On Mon, Sep 15, 2014 at 09:41:55AM -0700, Peter Watkins wrote: [ 1%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/synch/barrier.c.o In file included from /Users/user/src/FreeRDP/winpr/libwinpr/synch/barrier.c:26: /Users/user/src/FreeRDP/winpr/libwinpr/synch/synch.h:134:2:

Re: [FreeRDP-devel] OS X: WAITORTIMERCALLBACK compile error

2014-09-15 Thread Peter Watkins
Just for a little more info, I ran make -n to get the clang command that's being run. With some editing, this is it: cd /Users/username/src/FreeRDP/winpr/libwinpr/synch /usr/bin/cc -DHAVE_CONFIG_H -Wno-unused-parameter -Wno-unused-macros -Wno-padded -Wno-c11-extensions -Wno-gnu -mssse3

[FreeRDP-devel] rdpsnd_server_handle_messages function signature

2014-09-15 Thread Peter Watkins
Maybe you can help me out with this one too, Bernhard: It looks like you refactored rdpsnd_server_handle_messages so that it returns 1, 0, or -1. However, the old function signature is still in include/freerdp/server/rdpsnd.h This is giving me a compile error (since the signatures are the same

Re: [FreeRDP-devel] rdpsnd_server_handle_messages function signature

2014-09-15 Thread Peter Watkins
Hi Marc-Andre, I cloned your repo, checked out the shadow branch, and tried freerdp-shadow (that's binary you were talking about, right?). I tried connecting from a Windows 7 machine with the Remote Desktop app that comes with Windows. This is the log from the server on the Mac: