[FreeRDP-devel] RemoteApp not working, version 2.0.0+0~20181110024832.587~1.gbpc5c1ba

2018-11-19 Thread Željko Puškarić via FreeRDP-devel

Great news!

I can confirm that RemoteApp is working again between Windows 7 
Enterprise, Windows 10 unupdated and Windows 10 updated as hosts and 
freerdp-nightly version 2.0.0+0~20181118024835.592~1.gbp621ade as a client.


Puska

--
*Hrvatski zavod za telemedicinu*
Služba za informacijske tehnologije i integraciju
Odjel za administraciju informacijskih sustava i tehničku podršku
Željko Puškarić, načelnik odjela
zpuska...@ztm.hr
tel: +385 1 5496 092
fax: +385 1 5496 099
http://www.ztm.hr

___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel


[FreeRDP-devel] Building FreeRDP server & client on Windows

2018-11-19 Thread Sergio NNX via FreeRDP-devel
Hi.

This is my very first post to this list!
This is the same issue as the one posted here: 
https://github.com/FreeRDP/FreeRDP/issues/5026
I was told to post issues here and not on GitHub.
[https://avatars3.githubusercontent.com/u/25817529?s=400=4]

Building FreeRDP server & client on Windows · Issue #5026 · 
FreeRDP/FreeRDP
Hi. Just downloaded master branch as of the date of this post. Using MSYS/MinGW 
on Windows 10 x64 with GCC 6.3.0  cmake 3.8.1 There are several building, 
compilation and linking issues Id...
github.com


Just downloaded master branch as of the date of this post.
Using MSYS/MinGW on Windows 10 x64 with GCC 6.3.0 & cmake 3.8.1

There are several building, compilation and linking issues I'd like to report. 
Any help or assistance would be greatly appreciated.

+++ /FreeRDP-master/winpr/include/winpr/spec.h:962:0: warning: 
"DECLSPEC_IMPORT" redefined
#define DECLSPEC_IMPORT attribute((dllimport))

+++ /FreeRDP-master/winpr/include/winpr/nt.h:380:0: warning: 
"STATUS_NO_SUCH_LOGON_SESSION" redefined
#define STATUS_NO_SUCH_LOGON_SESSION ((NTSTATUS)0xC05F)

+++ /FreeRDP-master/winpr/include/winpr/nt.h:385:0: warning: 
"STATUS_NO_SUCH_USER" redefined
#define STATUS_NO_SUCH_USER ((NTSTATUS)0xC064)


+++ /FreeRDP-master/winpr/libwinpr/utils/wlog/PacketMessage.c:44:12: error: 
static declaration of 'gettimeofday' follows non-static declaration
static int gettimeofday(struct timeval* tp, void* tz)

+++ /FreeRDP-master/winpr/libwinpr/wtsapi/wtsapi_win32.c:416:23: error: lvalue 
required as left operand of assignment
((BYTE*) lpBuffer) += numBytesToRead;
^~

+++ /FreeRDP-master/winpr/libwinpr/wtsapi/wtsapi_win32.c:527:24: error: lvalue 
required as left operand of assignment
((BYTE*) lpBuffer) += numBytesRead;

+++ /FreeRDP-master/winpr/libwinpr/clipboard/posix.c:500:54: error: 
'FD_SHOWPROGRESSUI' undeclared (first use in this function)
descriptor->dwFlags = FD_ATTRIBUTES | FD_FILESIZE | FD_SHOWPROGRESSUI;
^

../../libwinpr/libwinpr2.a(path.c.obj):path.c:(.text+0x2b90): undefined 
reference to _invalid_parameter_noinfo' 
../../libwinpr/libwinpr2.a(path.c.obj):path.c:(.text+0x2bc0): undefined 
reference to _invalid_parameter_noinfo'
../../libwinpr/libwinpr2.a(path.c.obj):path.c:(.text+0x2c6a): undefined 
reference to `wmemmove_s'

+++ /FreeRDP-master/libfreerdp/core/client.h:38:0: warning: "CHANNEL_MAX_COUNT" 
redefined
#define CHANNEL_MAX_COUNT 31

+++ /FreeRDP-master/client/Windows/wf_cliprdr.c:1333:13: error: conflicting 
types for 'cliprdr_send_request_filecontents'
static UINT cliprdr_send_request_filecontents(wfClipboard* clipboard,
^

+++ /FreeRDP-master/client/Windows/wf_client.c:774:12: error: static 
declaration of 'freerdp_client_set_window_size' follows non-static declaration
static int freerdp_client_set_window_size(wfContext* wfc, int width, int height)

We are new to this project and we don't know how to test it.
We managed to get the building process generate the following executables:

wfreerdp / sfreerdp / freerdp-shadow-cli / wfreerdp-server / sfreerdp-server

How can we test this project?

Thanks in advance.






___
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel