Changes between Version 42 and Version 43 of BuildingOnWindows


Ignore:
Timestamp:
01/06/11 14:07:22 (13 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v42 v43  
    6363In theory this should do it. If you need to rebuild, clean up first with
    6464
    65  $ nmake -f Makefile.w32-vc clean
     65{{{
     66$ nmake -f Makefile.w32-vc clean
     67}}}
    6668
    6769and then repeat the above steps. Unless you're using very latest development code, you probably get this error message during build:
    6870
    69  pkcs11h-threading.c(477) : error C2036: 'void *' : unknown size
     71{{{
     72pkcs11h-threading.c(477) : error C2036: 'void *' : unknown size
     73}}}
    7074
    7175If so, edit that file as suggested [http://thread.gmane.org/gmane.comp.encryption.opensc.devel/8381 here]. After this build should succeed, as long as ''libeay32.lib'' is present in the build directory.