> -----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