Missing make files, etc

From: Susemail <susemail(at)hawaii(dot)rr(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Missing make files, etc
Date: 2006-01-22 09:49:00
Message-ID: 200601212349.00617.susemail@hawaii.rr.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2006-01-22 10:45:52 SVN Commit by dpage: r4948 - in trunk/www: . advocacy development docs download include screenshots support translation
Previous Message Miha Radej 2006-01-22 09:43:55 pgadmin website changes