I'm missing some files I need in make all:
Making all in src
make[2]: Entering directory `/home/adriel/bin/pgadmin3-1.4.1/src'
make[2]: *** No rule to make target `pgAdmin3.cpp', needed by `pgAdmin3.o'.
Stop.
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
there was no /pgAdmin3.cpp in pgadmin3-1.4.1 so I downloaded the latest
(Revision: 4257) and added it to the src directory to see if it would work:
Making all in src
--snip--
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
How do I fix this?
I'm using Suse 10.0,wxGTK-2.6.2(./configure --with-gtk --enable-gtk2
--enable-unicode --enable-mimetype=no),pgadmin3-1.4.1
Thanks,
Jerome