Re: Missing make files, etc

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Susemail" <susemail(at)hawaii(dot)rr(dot)com>, <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Missing make files, etc
Date: 2006-01-24 09:39:10
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E40103DA67@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: pgadmin-hackers-owner(at)postgresql(dot)org
> [mailto:pgadmin-hackers-owner(at)postgresql(dot)org] On Behalf Of Susemail
> Sent: 24 January 2006 09:30
> To: pgadmin-hackers(at)postgresql(dot)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

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2006-01-24 09:45:51 Re: bugfix: Encoding of config files
Previous Message Susemail 2006-01-24 09:30:01 Re: Missing make files, etc