Hi,

it seems you're missing the configure script in the
MCardPlugin.zip archive. After a short search, I
found out I needed to do

 aclocal; automake; autoconf

in order to rebuild it, but it was not sufficient, also
running ./reconf helped and finally I was able to get
a "label at end of compound statement" error from
the compiler (gcc-4.0.1-3 on Ubuntu), at line 721 of
musclecardApplet.c. Apparently, I solved this further
issue by commenting out two lines, as in the following
(line 721 is the one with the log_Log line):

           default:
             //    #ifdef MSC_DEBUG
log_Log("Unknown instruction - don't know what to search for in config file.");
           //    #endif
       }
#ifdef MSC_DEBUG
log_Log("dwControlCode for reader %s: 0x%08X", pConnection->tokenInfo.slotName, dwControlCode);
#endif
       goto configend;
   }

So it seems gcc does not like really much empty default: blocks
in switch statements.

Hope this helps improving the packaging of this module.

Bye,

   T.

Karsten Ohme ha scritto:
Tommaso Cucinotta wrote:
Hi,

is there any release of the MuscleCard plugin for
the MuscleCard Applet which actually uses the
Applet get capability APDU for determining what
to return as the supported set of capabilities ?

http://web.inf.tu-dresden.de/~ko189283/MuscleCard/

Karsten
(at the end of the chain, if I'm not wrong, the MuscleCard
P#11 is saying that the card has DSA capabilities independently

of the on-card Applet real capabilities).

Thanks, bye,

   T.
--
Tommaso Cucinotta, Computer Engineering Researcher
ReTiS Lab, Scuola Superiore Sant'Anna, Pisa, Italy
Tel +39 050 882 024, Fax +39 050 882 003
http://feanor.sssup.it/~tommaso

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

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

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

Reply via email to