Compilation on Windows

From: Alexander Borkowski <alexander(dot)borkowski(at)abri(dot)une(dot)edu(dot)au>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Compilation on Windows
Date: 2004-09-22 03:53:10
Message-ID: 4150F726.5040108@abri.une.edu.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Dear all,

I am trying to build 1.2.0 beta1 on Windows XP with MSVC++ 6.0 and after
a while am almost there (I think). Everything compiles fine, but linking
fails with the following error

pgAdmin3.obj : error LNK2001: unresolved external symbol _SSL_version_str
Unicode_SSL_Release/pgAdmin3.exe : fatal error LNK1120: 1 unresolved
externals

The SSL_version_str is defined in ssl/ssl_lib.c in the OpenSSL (0.9.7d)
source, but it apparently does not get exported in ssleay32.lib or in
libeay32.lib by the OpenSSL VC-WIN32 build process. So my question is:
Am I missing something or is there anything special I need to take care
of when building OpenSSL for use with pgAdmin III?

Cheers,

Alex

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2004-09-22 07:27:32 Re: pgAdmin3 on Mac
Previous Message Andreas Pflug 2004-09-21 22:09:39 Re: CVS Commit by andreas: todo update