Hi Chris,

On Tue, Feb 23, 2016 at 03:56:08PM -0700, chris nelson wrote:
> i am using freerdp version 2.0.0-dev (git 941c2ec) with the following
> compile options:
> cmake -DWITH_ALSA=ON -DWITH_SSE2=ON
> -DCMAKE_INSTALL_PREFIX=/ftest/source/out -DCHANNEL_URBDRC_CLIENT=ON
> -DWITH_CHANNELS=ON -DSTATIC_CHANNELS=OFF
>
> LoadLibraryA /ftest/source/out/lib/freerdp/liburbdrc-client.so: cannot open
> shared object file: No such file or directory exists.
> 
> no combination of compile options seem to generate liburbdrc-client.so.
try to add the cmake option -DCHANNEL_URBDRC=ON . You also need to make
sure that all development packages of the required build dependencies
(libuuid, libusb, libudev if I remember correctly) are installed.

If everything was found correctly you will see the lines:
-- Adding dynamic channel "urbdrc": USB Devices Virtual Channel Extension
...
-- Found all URBDRC dependencies

If those don't show up you might have missed a dependency. When
installing after the first cmake run I'd suggest to delete the cmake
cache (rm CMakeCache.txt) and re-run cmake.

Best regards,
Bernhard

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to