Re: Patch: New field in frmMain statusbar

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема Re: Patch: New field in frmMain statusbar
Дата
Msg-id CAG7mmozV4JxrcX9cmHax8RUrtgyhEVoapgsGtAay-ytyLs7waA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Patch: New field in frmMain statusbar  (Adam Scott <adam.c.scott@gmail.com>)
Ответы Re: Patch: New field in frmMain statusbar  (Adam Scott <adam.c.scott@gmail.com>)
Список pgadmin-hackers
I created batch script to set the environment variable for setting OPENSSL, WXWIN (wxWidgets).
And, use that batch script in command prompt, and start the devenv (Visual Studio Development Environment IDE) from there.

Between - you will also require libxml2, libxslt, iconv (binaries of them kept in a same directory), and environment variable PGBUILD is set for it.
i.e.
c:\pgBuild\iconv\
c:\pgBuild\libxml2
c:\pgBuild\libxslt
And, PGBUILD environment variable is set to "c:\pgBuild".

Hope this helps.

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company


http://www.linkedin.com/in/asheshvashi


On Thu, Sep 24, 2015 at 12:45 AM, Adam Scott <adam.c.scott@gmail.com> wrote:
Thank you Dave!  I rebased from master.     To get it to build is going to take some research. It looks like it wants openssl, which I grabbed and configured for WIN32, but it's not happy.  First error is below.  But this patch is so straightforward, I'm sharing anyway for the sake of time, as it was working before.

2>c:\pgadmin3\pgadmin\libssh2\openssl.c(71): error C2037: left of 'e' specifies undefined struct/union 'rsa_st'

Thanks again!

Adam


On Wed, Sep 23, 2015 at 8:35 AM, Dave Page <dpage@pgadmin.org> wrote:
On Wed, Sep 23, 2015 at 2:55 PM, Adam Scott <adam.c.scott@gmail.com> wrote:
> Is the last patch okay?  If there's something more required or anything
> please let me know.

Hi

The patch does not apply for me. Can you rebase it against master please?

Thanks.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Adam Scott
Дата:
Сообщение: Re: Patch: New field in frmMain statusbar
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Display the connection details for the current brow