OpenSC / pkcs11-helper

Library that simplifies the interaction with PKCS#11 providers for end-user applications using a simple API and optional OpenSSL engine
Other
65 stars 43 forks source link

Cannot build on windows 10 #20

Closed imalyavskiy closed 5 years ago

imalyavskiy commented 5 years ago

Hello! I'm trying to build the pkcs11-helper library. But no success.

Log: ********************************************************************** ** Visual Studio 2017 Developer Command Prompt v15.9.3 ** Copyright (c) 2017 Microsoft Corporation ********************************************************************** [vcvarsall.bat] Environment initialized for: 'x86' C:\Users\user>cd D:\MyProjects\home\OpenVPN2\pkcs11-helper\lib C:\Users\user>D: D:\MyProjects\home\OpenVPN2\pkcs11-helper\lib>nmake Makefile.w32-vc Microsoft (R) Program Maintenance Utility Version 14.16.27024.1 Copyright (C) Microsoft Corporation. All rights reserved. NMAKE : fatal error U1073: don't know how to make 'versioninfo.res' Stop. D:\MyProjects\home\OpenVPN2\pkcs11-helper\lib>cd ../ D:\MyProjects\home\OpenVPN2\pkcs11-helper>git log -1 commit 638508dd3e7ba13b3d6658c5e09fa7fb07aa798e (HEAD -> pkcs11-helper-1.25, tag: pkcs11-helper-1.25) Author: Alon Bar-Lev <alon.barlev@gmail.com> Date: Sat Aug 4 21:51:05 2018 +0300

pkcs11-helper-1.25

D:\MyProjects\home\OpenVPN2\pkcs11-helper>

Any ideas! Thanks in advance.

alonbl commented 5 years ago

On Mon, Dec 17, 2018 at 3:38 PM Ilya Malyavskiy notifications@github.com wrote:

D:\MyProjects\home\OpenVPN2\pkcs11-helper>git log -1

You cannot build windows native directly from git as we use the versioninfo.rc out of versioninfo.rc.in using autoconf, this file is distributed in the release tarball for you to use.