Re: Bootstrap - Mailing list pgadmin-hackers

From Jean-Michel POURE
Subject Re: Bootstrap
Date
Msg-id 200305281509.31575.jm.poure@freesurf.fr
Whole thread Raw
In response to Re: Bootstrap  ("Adam H. Pendleton" <fmonkey@fmonkey.net>)
List pgadmin-hackers
Dear friends,

Thank you for the patch. I am now compiling under RedHat 9, with Redhat stock
PostgreSQL rpms and "home-made" wxGTK rpms including contrib/src/stc and
contrib/src/xrc.

1) Will we need other contribs than stc and xrc in a near future? If yes, I
would like to include them in the wxGTK rpms now.

2) Now, I get a compilation error (I have a minimal RedHat 9 environment for
the only purpose of daily compilation. I might need some very basic package).

if g++ -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/include
-I/usr/lib/wx/include/gtk-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\" -Wall -g -I./include/ -I
-g -O2 -MT frmVacuum.o -MD -MP -MF ".deps/frmVacuum.Tpo" \
  -c -o frmVacuum.o `test -f 'ui/frmVacuum.cpp' || echo './'`ui/frmVacuum.cpp;
\
then mv -f ".deps/frmVacuum.Tpo" ".deps/frmVacuum.Po"; \
else rm -f ".deps/frmVacuum.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/include
-I/usr/lib/wx/include/gtk-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\" -Wall -g -I./include/ -I
-g -O2 -MT frmEditGrid.o -MD -MP -MF ".deps/frmEditGrid.Tpo" \
  -c -o frmEditGrid.o `test -f 'ui/frmEditGrid.cpp' || echo
'./'`ui/frmEditGrid.cpp; \
then mv -f ".deps/frmEditGrid.Tpo" ".deps/frmEditGrid.Po"; \
else rm -f ".deps/frmEditGrid.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/include
-I/usr/lib/wx/include/gtk-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\" -Wall -g -I./include/ -I
-g -O2 -MT dlgProperty.o -MD -MP -MF ".deps/dlgProperty.Tpo" \
  -c -o dlgProperty.o `test -f 'ui/dlgProperty.cpp' || echo
'./'`ui/dlgProperty.cpp; \
then mv -f ".deps/dlgProperty.Tpo" ".deps/dlgProperty.Po"; \
else rm -f ".deps/dlgProperty.Tpo"; exit 1; \
fi
include/misc.h:79: «void DialogWithHelp::OnHelp(wxCommandEvent&)» est privé
ui/dlgProperty.cpp:696: à l'intérieur du contexte
make[2]: *** [dlgProperty.o] Erreur 1
make[2]: Quitte le répertoire `/home/pgadmin/pgadmin3/src'
make[1]: *** [all-recursive] Erreur 1
make[1]: Quitte le répertoire `/home/pgadmin/pgadmin3'
make: *** [all] Erreur 2


pgadmin-hackers by date:

Previous
From: "Adam H. Pendleton"
Date:
Subject: Re: Bootstrap
Next
From: "Dave Page"
Date:
Subject: Re: Bootstrap