Re: [opensc-devel] [opensc-commits] svn opensc changed [3586] display PC/SC error codes as 0x08%lx instead of %lx to make it explicit

2008-10-20 Thread Ludovic Rousseau
On Mon, Oct 20, 2008 at 10:19 AM, Alon Bar-Lev <[EMAIL PROTECTED]> wrote: > You mean 0x%08lx, right? Ooops :-) corrected in revision 3587. -- Dr. Ludovic Rousseau ___ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-pr

[opensc-devel] Problems when including cardctl.h on openbsd

2008-10-20 Thread Frank de Brabander
On OpenBSD 4.3 with gcc 3.3.5, you cannot include the header file opensc/cardctl.h when compiling with -Wall -Werror. The #pragma pack(push, 1) and #pragma pack(pop) are not supported by the build system. /usr/local/include/opensc/cardctl.h:517: warning: #pragma pack(push[, id], ) is not supported

Re: [opensc-devel] [opensc-commits] svn opensc changed [3586] display PC/SC error codes as 0x08%lx instead of %lx to make it explicit

2008-10-20 Thread Alon Bar-Lev
You mean 0x%08lx, right? On 10/20/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Revision: 3586 > Author: ludovic.rousseau > Date: 2008-10-20 09:46:24 +0200 (Mon, 20 Oct 2008) > > Log Message: > --- > display PC/SC error codes as 0x08%lx instead of %lx to make it explicit >