Two problems:
(1) minor problem that may have been around before:

The libpcsclite.pc created with pcslite-1.2.9-beta9 has:

  includedir=${prefix}/include/PCSC

When pkgconfig is used with ccid-0.9.4 the code tries to
include <PCSC/pcsclite.h> and <PCSC/ifdhandler.h>
which are not found as directory levels don't match.

One or the other should be changed.


(2) In previous versions of ccid I set CPPFLAGS="-I/$prefix/include"
to get around (1) before running configure. In ccid-0.9.4, the CPPFLAGS
appears to be ignored. It looks like configure.in line 135 is in error:

--- ,configure.in       Fri Nov 25 08:32:38 2005
+++ configure.in        Mon Nov 28 11:36:54 2005
@@ -132,7 +132,7 @@
        AC_CHECK_LIB(usb, usb_get_string_simple, [LIBUSB="$LIBUSB -lusb"],
                [ AC_MSG_ERROR([your libusb is too old. install version 0.1.7 
or above]) ])

-       CPPFLAGS="$saved_LIBS"
+       CPPFLAGS="$saved_CPPFLAGS"
        LIBS="$saved_LIBS"
 fi
 AC_SUBST(LIBUSB_CFLAGS)


Ludovic Rousseau wrote:

Hello,

I just released a new version of pcsc-lite. It is version 1.2.9-beta9
and is available at [1].

Changelog:
pcsc-lite-1.2.9-beta9: Ludovic Rousseau
27 November 2005
- add/improve support of PIN pad readers
  . define HOST_TO_CCID_16() and HOST_TO_CCID_32() macro to convert 16 and
    32-bits data to the CCID format (replace HOST_TO_CCID)
- add support of SUN C compiler and try to avoid GCC specific features
  (Heiko Nardmann)
- SCardGetStatusChange():
  . exists if the list of readers changed (one reader added) so that the
    application can update its list of readers (Najam Siddiqui)
  . correct a bug when two contexts where used (Najam Siddiqui)
- add support of Solaris 10 IFDhandler (Douglas E. Engert)
- allow pcsc-lite to be compiled without (f)lex installed
- add a TODO file. Help/money needed here.
- improve Doxygen documentation
- some other minor improvements and bug corrections

I hope it will be the last beta version before the awaited stable
version 1.3.0. So please test it and report any bugs.

Thanks,

[1] https://alioth.debian.org/project/showfiles.php?group_id=30105

--
 Dr. Ludovic Rousseau
 For private mail use [EMAIL PROTECTED] and not "big brother" Google

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



--

 Douglas E. Engert  <[EMAIL PROTECTED]>
 Argonne National Laboratory
 9700 South Cass Avenue
 Argonne, Illinois  60439
 (630) 252-5444
_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to