[Freerdp-devel] Smartcard Support

2012-12-07 Thread Thomas Glanzmann
Hello, I have a Debian Wheezy 64 Bit System and compiled FreeRdp from git head using the following command line: cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_SSE2=ON -DWITH_PCSC=ON . I can see my smartcard when I run the following command: (ba) [~] pcsc_scan PC/SC device scanner V 1.4.20 (c) 2001-2011,

Re: [Freerdp-devel] Smartcard Support

2012-12-07 Thread Thomas Glanzmann
Hello List, the problem is that I thought that I enabled smartcard but there were some stale config files. I solved the problem by doing the following: sudo apt-get install pkg-config # Clean stale build files git reset --hard HEAD; git clean -f -x -d cmake -DWITH_PCSC=ON . make install And now

Re: [Freerdp-devel] CMAKE_INSTALL_PREFIX does not load correctly library

2012-12-07 Thread Kevin Dalley
Sure. I think that I want a small change to the way master handles the rpath, so I will work on that, and then we can move it to stable. - Original Message - From: "Bernhard Miklautz" To: "Kevin Dalley" Cc: "Freerdp-devel" Sent: Thursday, December 6, 2012 2:30:50 PM Subject: Re: [Freer