Re: Compiling pgadmin on Red Hat Enterprise 4

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Compiling pgadmin on Red Hat Enterprise 4
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E4011C9203@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на Compiling pgadmin on Red Hat Enterprise 4  (Rômulo Lucio Vale de Moraes<romulo_bioinfo@yahoo.com.br>)
Список pgadmin-support
 


From: pgadmin-support-owner@postgresql.org [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of Rômulo Lucio Vale de Moraes
Sent: 03 March 2006 16:08
To: pgadmin-support@postgresql.org
Subject: [pgadmin-support] Compiling pgadmin on Red Hat Enterprise 4

When i tried to instal do pgadmin:
./configure .......... Ok!
make all ............. Error!
...
In file included from ../src/include/pgAdmin3.h:22,
                 from ./pgAdmin3.cpp:13:
../src/include/ctl/ctlSQLBox.h:17:24: wx/stc/stc.h: File not founded!
In file included from ../src/include/pgAdmin3.h:22,
                 from ./pgAdmin3.cpp:13:
../src/include/ctl/ctlSQLBox.h:23: error: expected class-name before '{' token
./pgAdmin3.cpp:60:24: wx/ogl/ogl.h: File or Directory not founded
./pgAdmi n3.cpp: In member function `virtual bool pgAdmin3::OnInit()':
./pgAdmin3.cpp:341: error: `wxOGLInitialize' undeclared (first use this function)
./pgAdmin3.cpp:341: error: (Each undeclared identifier is reported only once for each function it appears in.)
make[2]: ** [pgAdmin3.o] Error 1
make[2]: Leaving directory `/usr/local/pgadmin3-1.4.1/src'
make[1]: ** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/pgadmin3-1.4.1'
make: ** [all] Error 2

How to solve this problem?
 
Install the wx contrib modules, per the instructions at http://www.pgadmin.org/download/source.php
 
Regards, Dave.

В списке pgadmin-support по дате отправления:

Предыдущее
От: Rômulo Lucio Vale de Moraes
Дата:
Сообщение: Compiling pgadmin on Red Hat Enterprise 4
Следующее
От: Rômulo Lucio Vale de Moraes
Дата:
Сообщение: How to run pgAdmin?