Troubles when compiling a fresh master branch on Windows

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Troubles when compiling a fresh master branch on Windows
Дата
Msg-id 4C6BE45E.7030301@lelarge.info
обсуждение исходный текст
Ответы Re: Troubles when compiling a fresh master branch on Windows  (Dave Page <dpage@pgadmin.org>)
Re: Troubles when compiling a fresh master branch on Windows  (Luis Ochoa <ziul1979@gmail.com>)
Список pgadmin-hackers
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?

Thanks.


--
Guillaume
 http://www.postgresql.fr
 http://dalibo.com

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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Cast the transaction ID to text so we can sort on i
Следующее
От: Dave Page
Дата:
Сообщение: Re: Troubles when compiling a fresh master branch on Windows