On Monday 23 January 2006 10:23, Dave Page wrote:
> On 23/1/06 19:02, "Susemail" <susemail@hawaii.rr.com> wrote:
> > So does this mean the copy of pgadmin3 I have is not corrupted?
>
> Yes. Which means that pgAdmin3.cpp must be in there somewhere!
>
> Regards, Dave.
True, I found it. This is the error message I get from make all:
In file included from ../src/include/pgAdmin3.h:22,
from ./pgAdmin3.cpp:13:
../src/include/ctl/ctlSQLBox.h:17:24: error: wx/stc/stc.h: No such file or
directory
./pgAdmin3.cpp:60:24: error: wx/ogl/ogl.h: No such file or directory
../src/include/ctl/ctlSQLBox.h:23: error: expected class-name before ‘{’ token
./pgAdmin3.cpp: In member function ‘virtual bool pgAdmin3::OnInit()’:
./pgAdmin3.cpp:341: error: ‘wxOGLInitialize’ was not declared in this scope
make[2]: *** [pgAdmin3.o] Error 1
make[2]: Leaving directory `/home/adriel/bin/pgadmin3-1.4.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/adriel/bin/pgadmin3-1.4.1'
make: *** [all] Error 2
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?
I'm using Suse 10.0. Are there any rpms I could use? I tried the Fedora Core
rpm but was blocked by unmet dependencies (libssl.so.5,libcryto.so.5)
Thanks, looking forward to using the program,
Jerome