Re: Troubles when compiling a fresh master branch on Windows

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Troubles when compiling a fresh master branch on Windows
Date: 2010-08-18 14:03:07
Message-ID: AANLkTimwjs_+2+ZUdc6tkvC8d2Upu=D1Hd-4hMtuNx-7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Wed, Aug 18, 2010 at 2:47 PM, Guillaume Lelarge
<guillaume(at)lelarge(dot)info> wrote:
> Hi,
>
> I installed git on my windows box. I launched Visual Studio 2008 to
> compile it, and it gives me two errors :
>
> error C2248: 'wxString::wxString' : cannot access private member
> declared in class 'wxString'
>
> (within pgServer.cpp)
>
> and
>
> error C2365: 'STATISTICS' : redefinition; previous definition was
> 'enumerator'
>
> (within pgObject.h)
>
> No issues on Linux with a fresh master branch.
>
> I remember Adeel Khan had the same issue and I couldn't find a solution
> to the issue. I still can't. Do you guys have found a way to compile a
> fresh master branch from git on Windows?

It's been working for me. I'll try a fresh checkout later.

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

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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2010-08-18 18:45:49 pgAgent commit: Fix a typo, per Robert Haas.
Previous Message Guillaume Lelarge 2010-08-18 13:47:10 Troubles when compiling a fresh master branch on Windows