Last night's build failed :-(

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Last night's build failed :-(
Date: 2003-10-22 07:03:11
Message-ID: 03AF4E498C591348A42FC93DEA9661B84C5C06@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DDATA_DIR=\"/usr/share/pgadmin3/\"
-Wall -g -I../src/include -I../src/agent/include
-I/usr/local/pgsql/include -DSSL -I/usr/local/lib/wx/include/gtk2ud-2.5
-D__WXDEBUG__ -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-I/usr/local//include -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -g
-I../src/include -I../src/agent/include -Wall -g -O0 -MT calbox.o -MD
-MP -MF ".deps/calbox.Tpo" \
-c -o calbox.o `test -f 'ui/calbox.cpp' || echo './'`ui/calbox.cpp; \
then mv ".deps/calbox.Tpo" ".deps/calbox.Po"; \
else rm -f ".deps/calbox.Tpo"; exit 1; \
fi
/usr/local/include/wx/generic/calctrl.h: In member function `bool
wxCalendarBox::Create(wxWindow*, int, const wxDateTime&, const
wxPoint&,
const wxSize&, long int, const wxString&)':
/usr/local/include/wx/generic/calctrl.h:247: `wxControl*
wxCalendarCtrl::GetYearControl() const' is private
ui/calbox.cpp:107: within this context
/usr/local/include/wx/generic/calctrl.h:246: `wxControl*
wxCalendarCtrl::GetMonthControl() const' is private
ui/calbox.cpp:139: within this context
ui/calbox.cpp: In member function `void
wxCalendarBox::OnText(wxCommandEvent&)':
ui/calbox.cpp:413: no matching function for call to
`wxCalendarEvent::SetDate(
wxDateTime&)'
make[2]: *** [calbox.o] Error 1
make[2]: Leaving directory `/usr/local/src/pgadmin3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/pgadmin3'
make: *** [all] Error 2
/usr/bin/strip: src/pgadmin3: No such file or directory

Browse pgadmin-hackers by date

  From Date Subject
Next Message Lauris Bukšis 2003-10-22 07:49:01 Latvian translation
Previous Message Hiroshi Saito 2003-10-21 18:08:11 Re: New wx patches