Compilation on Windows - Mailing list pgadmin-hackers

From Alexander Borkowski
Subject Compilation on Windows
Date
Msg-id 4150F726.5040108@abri.une.edu.au
Whole thread Raw
List 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

pgadmin-hackers by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: CVS Commit by andreas: todo update
Next
From: "Dave Page"
Date:
Subject: Re: pgAdmin3 on Mac