Re: Missing make files, etc

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Missing make files, etc
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E40103DA67@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на Missing make files, etc  (Susemail <susemail@hawaii.rr.com>)
Ответы Re: Missing make files, etc  (Susemail <susemail@hawaii.rr.com>)
Список pgadmin-hackers

> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of Susemail
> Sent: 24 January 2006 09:30
> To: pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] Missing make files, etc
>
> these files cannot be found:wx/stc/stc.h,wx/ogl/ogl.h.
> Are they a part of wxWidgets?  If they are and in this file
> tree: /usr/local/include/wx-2.6/wx then there is nostc or ogl
> directory in
> the wx directory.
>
> As for ../src/include/ctl/ctlSQLBox.h:23: error: expected
> class-name before
> '{' token
> and
> ./pgAdmin3.cpp: In member function 'virtual bool pgAdmin3::OnInit()':
> ./pgAdmin3.cpp:341: error: 'wxOGLInitialize' was not declared
> in this scope
>
> aren't these programming errors?

No, otherwise they'd probably have shown up in the few hundred thousand
binary copies we've distributed so far :-)

Those errors occur because you haven't installed the wxWidgets STC and
OGL libraries. The easiest way to do this is to run 'make all; make
install' from the wxWidgets contrib directory.

See the exmaple on http://www.pgadmin.org/download/source.php for more
info.

Regards Dave

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

Предыдущее
От: Susemail
Дата:
Сообщение: Re: Missing make files, etc
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: bugfix: Encoding of config files