Hello,

        I have foun a few problems and some solutions. I may be bug but I
am not 100% sure.


    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

I am not sure if it is a bug but creating a link to /usr/lib/pcsc/service
have solved the problem. At first I thougth that the pugins where in that
path becouse they here designed for an older version but the manual of
bundleTool says:

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

I have a few questions about plugins but I will keep looking until having a better 
idea of
their use to make them usefull.

Thank you,

        Borja



_______________________________________________
Muscle mailing list
[EMAIL PROTECTED]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to