Re: pcsc-lite-1.8.17 on solaris system

Ivo Raisr <[email protected]> Tue, 2 Aug 2016 17:56:51 +0200
Newsgroups gmane.comp.lib.muscle
Message-ID <[email protected]>

On 2.8.2016 17:19, Greg Barry wrote:
> I downloaded and installed solarisstudio12.3
> The configure again ran fine
> The make failed with errors
> I attached file with output
>

So the error after all seems to be because direntry->d_type is not 
present on Solaris.
You probably need this patch:
https://java.net/projects/solaris-userland/sources/gate/content/components/pcsc-lite/patches/02-configfile.c.patch

Have a look at this directory if there are any other patches you'd need 
(probably yes):
https://java.net/projects/solaris-userland/sources/gate/show/components/pcsc-lite

I.