Le Thursday 08 July 2004 � 15:21:13, Borja Bravo Alf�rez a �crit:
>     1. I am using the new beta and, at least in this version, bundletool
> looks for plugins in /usr/local/pcsc/services/
> 
> but the plugins are installed, at least in debian, in
>                               /usr/lib/pcsc/service

Why don't you use bundleTool provided by Debian in the pcscd package? It
will work correctly.

> BUGS:       Plugins MUST reside in /usr/lib/pcsc/services

>       2. I have just downloaded the  MuscleCard Plugin Writer's DDK. It
> dind't compile. Then I found that the error was due to failure to include
> musclecard.h
> 
> #ifndef __APPLE__
> #include <musclecard.h>
> #else
> #include <PCSC/musclecard.h>
> #endif
> 
> At least in debian, the path of muscle card is
> /usr/include/PCSC/musclecard.h. So adding PCSC solved the problem

The MuscleCard Plugin Writer's DDK should be updated to use
#include <PCSC/musclecard.h>
or the Makefile to use `pkg-config --cflags libmusclecard`

Bye,

-- 
 Dr. Ludovic Rousseau                        [EMAIL PROTECTED]
 -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. --
_______________________________________________
Muscle mailing list
[EMAIL PROTECTED]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to