Обсуждение: (new) problem in compiling pgAdmin3

Поиск
Список
Период
Сортировка

(new) problem in compiling pgAdmin3

От
Giuseppe Sacco
Дата:
well, i managed to compile and install wxWidget 2.7 (I shouldn't ran
autogen.sh as first step...), but now I still have problem with
pgAdmin3. My steps:

# svn update
# make distclean
# ./configure --with-wx=/usr/local/wxWidgets-2.7 \
   --prefix=/usr/local/pgadmin3
# make

what happen is, after a few seconds:

./pgAdmin3.cpp: In member function ‘virtual bool pgAdmin3::OnInit()’:
./pgAdmin3.cpp:363: error: ‘wxOGLInitialize’ was not declared in this
scope
make[2]: *** [pgAdmin3.o] Error 1
make[2]: Leaving directory `/home/giuseppe/src/cvs/pgadmin3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/giuseppe/src/cvs/pgadmin3'
make: *** [all] Error 2

There where other errors before. The complete output from "make" can be
found at
http://eppesuigoccas.homedns.org/~giuseppe/pgadmin3-20060908.log

I am using Debian testing "etch", gcc 4.1.2 on i386.

Any help is appreciated,
Giuseppe


Re: (new) problem in compiling pgAdmin3

От
"Dave Page"
Дата:

> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of
> Giuseppe Sacco
> Sent: 08 September 2006 10:51
> To: pgadmin-hackers@postgresql.org
> Subject: [pgadmin-hackers] (new) problem in compiling pgAdmin3
>
> well, i managed to compile and install wxWidget 2.7 (I shouldn't ran
> autogen.sh as first step...), but now I still have problem with
> pgAdmin3. My steps:
>
> # svn update
> # make distclean
> # ./configure --with-wx=/usr/local/wxWidgets-2.7 \
>    --prefix=/usr/local/pgadmin3
> # make
>
> what happen is, after a few seconds:
>
> ./pgAdmin3.cpp: In member function 'virtual bool pgAdmin3::OnInit()':
> ./pgAdmin3.cpp:363: error: 'wxOGLInitialize' was not declared in this
> scope
> make[2]: *** [pgAdmin3.o] Error 1
> make[2]: Leaving directory `/home/giuseppe/src/cvs/pgadmin3/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/giuseppe/src/cvs/pgadmin3'
> make: *** [all] Error 2
>
> There where other errors before. The complete output from
> "make" can be
> found at
> http://eppesuigoccas.homedns.org/~giuseppe/pgadmin3-20060908.log
>

You haven't built (or installed) the wx contrib modules.

Regards, Dave.