>if some file inside opensc source is not found, then it is propably
>an issue with some Makefile (e.g. FOO_CFLAGS += -I${srcdir} needed).
>can you give details why/when this is needed, so we can find out
>what is wrong?
This is needed to cross build opensc with cardmod support with mingw32
since winscard.h not present in this case. So to configure --enable-carmod
witch detect cardmod.h header and in this header we need winscard.h or
internal-winscard.h
Under mingw64 winscard.h is present under mingw32 we can use
internal-winscard.h
But for now configure detect cardmod.h and can't include internal-winscard.h
(not
Found in config.log so build process fail with cardmod.h not usuable)
>and the internal file is better referenced with "filename.h" I think.
>
I will try Alon suggest:
http://www.opensc-project.org/pipermail/opensc-devel/2010-February/013447.html
>Regards, Andreas
Thank you,
François.
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel