Re: [opensc-devel] OpenSC truck and uses of separate source and build directories

2008-04-01 Thread Alon Bar-Lev
On 4/2/08, Douglas E. Engert <[EMAIL PROTECTED]> wrote: > The configure accepted --with-pcsc-provider= > but the etc/Makefile.am and opensc.conf.h need > some changes. Done. But please note I renamed the opensc.conf key name. Now, opensc-tool --info also prints the default pcsc-library. Alon. _

Re: [opensc-devel] some build questions about OpenSC/pam_pkcs11 module

2008-04-01 Thread Huie-Ying Lee
Ludovic Rousseau wrote: > On Mon, Mar 31, 2008 at 11:17 PM, Huie-Ying Lee <[EMAIL PROTECTED]> wrote: >> After I found the automake, autoconf and libtool on Solaris, I tried to >> run bootstrap, but it failed with >> >>

Re: [opensc-devel] some build questions about OpenSC/pam_pkcs11 module

2008-04-01 Thread Huie-Ying Lee
Ludovic Rousseau wrote: > On Wed, Mar 26, 2008 at 3:13 AM, Huie-Ying Lee <[EMAIL PROTECTED]> wrote: >> We are porting the version 0.6.0 of the pam_pkcs11 source officially, >> however, I would like to take a look at the latest revision of source. How >> can I see the revision 319 and 320 ? >

Re: [opensc-devel] OpenSC truck and uses of separate source and build directories

2008-04-01 Thread Douglas E. Engert
Alon Bar-Lev wrote: > On 4/1/08, Douglas E. Engert <[EMAIL PROTECTED]> wrote: >> I found two more places where S(srcdir) should be replaced by $(builddir) >> Without these changes, you may have compiled using the /usr/include/opensc >> files rather then the ones in the build directory. >> > >

Re: [opensc-devel] OpenSC truck and uses of separate source and build directories

2008-04-01 Thread Alon Bar-Lev
On 4/1/08, Douglas E. Engert <[EMAIL PROTECTED]> wrote: > > I found two more places where S(srcdir) should be replaced by $(builddir) > Without these changes, you may have compiled using the /usr/include/opensc > files rather then the ones in the build directory. > I've modified this in other wa

Re: [opensc-devel] OpenSC truck and uses of separate source and build directories

2008-04-01 Thread Douglas E. Engert
Ludovic Rousseau wrote: Commited in revision 3444 and 3445 with some changes. Thanks. I can now make: $ make distclean $ mkdir foobar $ cd foobar $ ../configure --srcdir=.. $ make $ make dist I found two more places where S(srcdir) should be replaced by $(builddir) Without these change

Re: [opensc-devel] OpenSC/OpenCT description text

2008-04-01 Thread Peter Stuge
On Tue, Apr 01, 2008 at 08:52:35AM -0500, Timothy J Miller wrote: > Can someone review the following text & diagram for accuracy? .. > Figure 4 OpenSC / OpenCT architecture block diagram Text and figure are good. > In addition to the pure architecture described above, OpenSC > provides an IFD S

Re: [opensc-devel] OpenSC/OpenCT description text

2008-04-01 Thread Timothy J Miller
Dammit, I forgot the list would strip the attachment. Cheap ASCII art follows: +-+-+-+ | App | App | App | +-+-+-+ | P11 | CSP | CDSA| +-+ | OpenSC | +-+ | OpenCT | +-+ | reader | reader | ++

[opensc-devel] OpenSC/OpenCT description text

2008-04-01 Thread Timothy J Miller
Allcon-- I need a quick favor. Can someone review the following text & diagram for accuracy? It's extracted from a high-level technical paper I'm writing re: smartcards on Linux. This is intended to be purely descriptive, and I'm mainly interested in making sure that I got the architec

Re: [opensc-devel] OpenSC truck and uses of separate source and build directories

2008-04-01 Thread Ludovic Rousseau
On Mon, Mar 31, 2008 at 11:37 PM, Douglas E. Engert <[EMAIL PROTECTED]> wrote: > I normally build with a common source directory and separate > build directories. That is not working with the current SVN. > > Many of the Makefile.am files are pointing at the source > directories, when they shoul

Re: [opensc-devel] some build questions about OpenSC/pam_pkcs11 module

2008-04-01 Thread Ludovic Rousseau
On Mon, Mar 31, 2008 at 11:17 PM, Huie-Ying Lee <[EMAIL PROTECTED]> wrote: > After I found the automake, autoconf and libtool on Solaris, I tried to run > bootstrap, but it failed with > > > [EMAIL PROTECTED]/bootstra