Hello Matheus, matheus ribeiro wrote: > Hi Karsten, Ive had some compilation problems with your version, such as > missing constants and some wrong function prototypes. My friend and I > fixed some of them and the card worked: we were able to format, generate > keys, sign a text, verify the signature, encrypt data and decrypt.
What version? muscleTool? > Basically, we had to change a bit the musclecard.h header file and do > some small modifications to the c file. Are you interested in those > modifications? Well, yes, of course. But I don't know if this are really problems. I have tested this version under Linux. You must use the new libmusclecard version and "make install" should install also the headers, which have no problems, in /usr(local)/include/PCSC/. Then you have to build the MCardPlugin and then muscleTool with the switch --enable-version2 or how I have called the switch. Thanks, Karsten By the way AC_DEFINE not found is sill there. If I run autoreconf --install manually two times, then the errors are fixed. Then I recognized the after an update of my Debian so m4 macros are vanished, e.g. acx_pthread was not more in /usr/share/automake. I had manually to copy this file there. > > Thanks > Matheus > > > > OK, I got the same results and cannot explain it. It was working before. > Now I updated to autoconf_2.59a-6_all.deb automake 1.9.6 and m4 1.4.4. > Now it works again: > > autoreconf --verbose --install > > If you can, try with the above versions again, if you have also success. > > Karsten > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Muscle mailing list > [email protected] > http://lists.drizzle.com/mailman/listinfo/muscle _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
