Re: Missing make files, etc - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Missing make files, etc
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E40103DA67@ratbert.vale-housing.co.uk
Whole thread Raw
In response to Missing make files, etc  (Susemail <susemail@hawaii.rr.com>)
Responses Re: Missing make files, etc  (Susemail <susemail@hawaii.rr.com>)
List 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 by date:

Previous
From: Susemail
Date:
Subject: Re: Missing make files, etc
Next
From: "Dave Page"
Date:
Subject: Re: bugfix: Encoding of config files