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,
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
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