[FreeRDP-devel] Support query

2020-04-29 Thread Rahul Nath via FreeRDP-devel
Hello, I was trying to build FREERDP on my 64 bit windows machine (win 10) using Visual Studio 2019, Cmake (32 bit). OpenSSL (32 bit), Visual C++ redistributables 2012, and I am receiving an error message that LIBUSB_1_INCLUDE_DIR was not set. I tried to build with the parameter -DCHANNEL_URBDRC=O

Re: [FreeRDP-devel] Support query

2020-04-28 Thread Armin Novak via FreeRDP-devel
Hi Rahul, just as the message tells you, it can not find the libusb include and library files in the CMake search paths. The default since 2.0.0 is -DCHANNEL_URBDRC=ON, so if you don“t need USB redirection, just use -DCHANNEL_URBDRC=OFF or compile libusb and place it with your other dependenices

[FreeRDP-devel] Support query

2020-04-28 Thread Rahul Nath via FreeRDP-devel
Hello, I was trying to build FREERDP on my 64 bit windows machine (win 10) using Visual Studio 2019, Cmake (32 bit). OpenSSL (32 bit), Visual C++ redistributables 2012, and I am receiving an error message that LIBUSB_1_INCLUDE_DIR was not set. I tried to build with the parameter -DCHANNEL_URBDRC=O