Re: Advice on setting Cygwin build parameters for OpenSC.

2018-09-08 Thread cyg Simple
On 9/6/2018 12:25 PM, Csaba Raduly wrote: > Hi Andrey, > > On Thu, Sep 6, 2018 at 3:59 PM, Andrey Repin wrote: >> Greetings, dwhobrey! >> >>> Thank you for the feedback. >>> WND would be _WIN32 builds. >> >> If you are going for native builds, why using Cygwin in the first place? >> If you still

Re: Advice on setting Cygwin build parameters for OpenSC.

2018-09-06 Thread Csaba Raduly
Hi Andrey, On Thu, Sep 6, 2018 at 3:59 PM, Andrey Repin wrote: > Greetings, dwhobrey! > >> Thank you for the feedback. >> WND would be _WIN32 builds. > > If you are going for native builds, why using Cygwin in the first place? > If you still want to use Cygwin for building, you have to install >

Re: Advice on setting Cygwin build parameters for OpenSC.

2018-09-06 Thread Andrey Repin
Greetings, dwhobrey! > Thank you for the feedback. > WND would be _WIN32 builds. If you are going for native builds, why using Cygwin in the first place? If you still want to use Cygwin for building, you have to install cross-compilers and properly specify target host. -- With best regards,

Re: Advice on setting Cygwin build parameters for OpenSC.

2018-09-05 Thread dwhobrey
Thank you for the feedback. WND would be _WIN32 builds. Regards, Darren -- Sent from: http://cygwin.1069669.n5.nabble.com/Cygwin-list-f3.html -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: Advice on setting Cygwin build parameters for OpenSC.

2018-09-02 Thread Hans-Bernhard Bröker
Am 02.09.2018 um 03:22 schrieb Darren Whobrey: The tweak required to get OpenSC to work with the standard Cygwin utils, like ssh-agent, is to comment out a line in the configure.ac script that previously was causing it to force a WND build, which resulted in struct packing of 1 – and that

Advice on setting Cygwin build parameters for OpenSC.

2018-09-01 Thread Darren Whobrey
Hi, I’ve been talking to Doug Engert, one of the maintainers for the OpenSC project, and we could do with some advice on how best to set the build parameters for building OpenSC via Cygwin. The good news is that with a small tweak to the current stock configure.ac, OpenSC builds nicely and