--On Friday, February 16, 2007 11:23:48 AM +0000 salvio 32 <[EMAIL PROTECTED]> wrote:

n file included from ifdhandler.c:3:

ifdhandler.h:145: error : expected '=', ',', ';','asm', '__attribute__'
beforce 'IFDHCreateChannel'

and that goes up to the line 174.


from the pcsc-lite 1.4.0 changelog:
- move RESPONSECODE definition from wintypes.h to ifdhandler.h since it
  should only be used as return type of IFDHandler functions. Some
  driver compilations may fail

I believe that a simple fix for this would be to change
#include <wintypes.h>
#include <pcsclite.h>

to
#include "wintypes.h"
#include "pcsclite.h"

in ifdhandler.c, pcsclite.h, and winscard.h in the egate distribution. The correct fix at this point in time is presumably to remove theifdhandler.h, pcscdefines.h , pcsclite.h, winscard.h, wintypes.h and use the headers bundled with pcsc-lite*, But I am not sure, and I believe it will be harder to test.


* this in turn, requires changing

#include <wintypes.h>
#include <pcsclite.h>
#include "ifdhandler.h"

to

#include <PCSC/wintypes.h>
#include <PCSC/pcsclite.h>
#include <PCSC/ifdhandler.h>

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

Reply via email to