Re: Compilation error

From: Raphaël Enrici <blacknoz(at)club-internet(dot)fr>
To: "Giovanni P(dot) Tirloni" <gpt(at)tirloni(dot)org>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Compilation error
Date: 2004-08-16 12:50:27
Message-ID: 4120AD93.4090304@club-internet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Giovanni P. Tirloni wrote:
> Hi,
>
> I'm trying to compile pgadmin3-src-20040816.tar.gz with
> wxWidgets-pgAdmin3-20040711-1.tar.bz2 on a Fedora Core 3 (test1) system
> and I get the following error:

can you confirm you are using a gcc 3.4.X series ?

If yes, we are currently patching padmin III to be compliant with it.

Andreas submitted a patch recently but there are still some files to
patch. I'm currently working on this.

Regards,
Raphaël

>
> if g++ -DHAVE_CONFIG_H -I. -I. -I..
> -DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\" -Wall -g
> -I../src/include -I../src/agent/include -I/usr/include -DSSL
> -I/usr/local/wxwidgets-2.5/lib/wx/include/gtk-2.5
> -I/usr/local/wxwidgets-2.5/include -DGTK_NO_CHECK_CASTS -D__WXGTK__
> -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DWX_PRECOMP -DNO_GCC_PRAGMA
> -I/usr/local/wxwidgets-2.5/include
> -DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\" -Wall -g
> -I../src/include -I../src/agent/include -g -O2 -MT frmBackup.o -MD -MP
> -MF ".deps/frmBackup.Tpo" \
> -c -o frmBackup.o `test -f 'ui/frmBackup.cpp' || echo
> './'`ui/frmBackup.cpp; \
> then mv -f ".deps/frmBackup.Tpo" ".deps/frmBackup.Po"; \
> else rm -f ".deps/frmBackup.Tpo"; exit 1; \
> fi
> .../src/include/dlgClasses.h:116: error: `void
> ExternProcessDialog::OnClose(wxCloseEvent&)' is protected
> ui/frmBackup.cpp:53: error: within this context
> make[2]: ** [frmBackup.o] Erro 1
>
>
> wxWidgets install finished successfuly. So did stc and xrc.
>

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Raphaël Enrici 2004-08-16 13:21:35 Re: Compilation error
Previous Message Giovanni P. Tirloni 2004-08-16 12:46:40 Compilation error