Re: [opensc-devel] openct: linux header file now included

2006-03-17 Thread Andreas Jellinghaus
Am Freitag, 17. März 2006 00:21 schrieb Eric Dorland: > This doesn't sound all that robust. Is the issue some of the headers > aren't available on some architectures? Or the structures are > different? Whose suggested best practice is this? usb device filesystem is available on all linux architect

Re: [opensc-devel] openct: linux header file now included

2006-03-16 Thread Eric Dorland
* Andreas Jellinghaus ([EMAIL PROTECTED]) wrote: > I got a bug report about openct not compiling on some plattforms, > I guess because of header file trouble. > > the suggested best practice is to not include and kernel header > file, but instead copy the parts you need to your source. I did > tha

[opensc-devel] openct: linux header file now included

2006-03-16 Thread Andreas Jellinghaus
I got a bug report about openct not compiling on some plattforms, I guess because of header file trouble. the suggested best practice is to not include and kernel header file, but instead copy the parts you need to your source. I did that, and openct now compiles and links fine without any linux/*