Hello Ben,
Here are the exact errors I got. Also in some places I tried to modify a
line or two. I am noting that along too.

1. in file crypto\engine\hw_nuron.c :
    Line 93: #define NURON_R_NOT_LOADED   107
    Line 96: #define NURON_R_NOT_LOADED   110
Modification by me: commenetd one #define (any one ?)

2. in file rand_win.c:
    EVP_Digest undefined
    EVP_sha1 undefined
Modification by me: #include <evp.h>

3. lieay32.def:
    Linking...
    libeay32.def : error LNK2001: unresolved external symbol
EVP_DigestInit_dbg
    libeay32.def : error LNK2001: unresolved external symbol
EVP_dev_crypto_des_ede3_cbc
    libeay32.def : error LNK2001: unresolved external symbol
EVP_dev_crypto_md5
    libeay32.def : error LNK2001: unresolved external symbol
EVP_dev_crypto_rc4
    libeay32.def : error LNK2001: unresolved external symbol des_release_key
       ..\..\out32dll\Debug/libeay32.lib : fatal error LNK1120: 5 unresolved
externals
     LINK : fatal error LNK1141: failure during build of exports file
     Error executing link.exe.

    Modificatios made by me: removed these symbols from the .def file
Got lieay32.dll compiled......

4. Projects that could not be built:
  a.Unresolved external symbol _destroy_ui_method & _setup_ui_method
   Affect: ciphers.exe errstr.exe s_time.exe verify.exe version.exe speed.c
   Resolution: None

  b. Unresolved external symbol _setup_engine & _load_cert
   Affect: verify.exe speed.c
   Resolution: None

This is how I have somehow got a compiled 9.7 SNAP. But are the
modifications did by me ok, else whats the right changes that need to be
done .
Thanks and Regards,
Bhavin

----- Original Message -----
From: "Ben Laurie" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 06, 2001 6:39 PM
Subject: Re: Could not compile 0.9.7 SNAP for WIN32


> Bhavin Shah wrote:
> >
> > Hello,
> > I have downloaded the most recent snapshot of 9.7 and tried to compiled
it
> > with VC-WIN32 option.
> > But there seem to be certain small issues due to which it does not
compile:
> > The following files are giving me errors:
> > 1. crypto\engine\hw_nuron.c
> > 2. crypto\rand\rand_win.c
>
> What errors?
>
> > 3. ms\libeay32.def: unresolved symbols:
> >      EVP_DigestInit_dbg
> >      EVP_dev_crypto_des_ede3_cbc
> >      EVP_dev_crypto_md5
> >      EVP_dev_crypto_rc4
> >     des_release_key
> > Also some of the test do not compile.
>
> Again, what errors?
>
> Cheers,
>
> Ben.
>
> > How can I fix these so that I can compile properly.
> >
> > Thanks in Advance,
> > Bhavin
> >
> > ----- Original Message -----
> > From: "Ben Laurie" <[EMAIL PROTECTED]>
> > To: "OpenSSL Dev" <[EMAIL PROTECTED]>
> > Sent: Wednesday, September 05, 2001 1:06 AM
> > Subject: 0.9.7
> >
> > > We're thinking about moving towards a 0.9.7 release, once a few more
> > > things have been ironed out. However, there is much new code that
needs
> > > thorough testing, particularly the ASN.1 rewrite. We'd be grateful if
> > > people would start to work with current snapshots and report problems
> > > they find.
> > >
> > > Cheers,
> > >
> > > Ben.
> > >
> > > --
> > > http://www.apache-ssl.org/ben.html
> > >
> > > "There is no limit to what a man can do or how far he can go if he
> > > doesn't mind who gets the credit." - Robert Woodruff
> > > ______________________________________________________________________
> > > OpenSSL Project                                 http://www.openssl.org
> > > Development Mailing List                       [EMAIL PROTECTED]
> > > Automated List Manager                           [EMAIL PROTECTED]
> >
> > ______________________________________________________________________
> > OpenSSL Project                                 http://www.openssl.org
> > Development Mailing List                       [EMAIL PROTECTED]
> > Automated List Manager                           [EMAIL PROTECTED]
>
> --
> http://www.apache-ssl.org/ben.html
>
> "There is no limit to what a man can do or how far he can go if he
> doesn't mind who gets the credit." - Robert Woodruff
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> Development Mailing List                       [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to