Обсуждение: void frmMain::OnClose(wxCloseEvent&)

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

void frmMain::OnClose(wxCloseEvent&)

От
Dennis Veatch
Дата:
Am I missing something here? 

if g++ -DHAVE_CONFIG_H -I. -I. -I..  -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall 
-g -I../src/include -I../src/agent/include -I/usr/include -DSSL 
-I/usr/lib/wx/include/gtk2-unicode-release-static-2.6 -I/usr/include/wx-2.6 
-DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES 
-D_LARGEFILE_SOURCE=1 -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -g 
-I../src/include -I../src/agent/include -O2 -mcpu=i686 -march=i686 -mmmx 
-msse -m3dnow -mfpmath=sse,387 -MT events.o -MD -MP -MF ".deps/events.Tpo" -c 
-o events.o `test -f 'ui/events.cpp' || echo './'`ui/events.cpp; \
then mv -f ".deps/events.Tpo" ".deps/events.Po"; else rm -f 
".deps/events.Tpo"; exit 1; fi
ui/events.cpp: In member function `void frmMain::OnClose(wxCloseEvent&)':
ui/events.cpp:172: error: `Node' is not a member of type `windowList'
ui/events.cpp:172: error: `node' undeclared (first use this function)
ui/events.cpp:172: error: (Each undeclared identifier is reported only once 
for  each function it appears in.)
make[2]: *** [events.o] Error 1
make[2]: Leaving directory `/usr/src/pgadmin3-1.2.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/pgadmin3-1.2.2'
make: *** [all] Error 2


Re: void frmMain::OnClose(wxCloseEvent&)

От
"Dave Page"
Дата:
What version of pgAdmin/wx is this? Have you tried 'make clean' and then
recompilng?

Regards, Dave.

> -----Original Message-----
> From: pgadmin-support-owner@postgresql.org
> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of
> Dennis Veatch
> Sent: 25 July 2005 20:27
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] void frmMain::OnClose(wxCloseEvent&)
>
> Am I missing something here?
>
> if g++ -DHAVE_CONFIG_H -I. -I. -I..
> -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall
> -g -I../src/include -I../src/agent/include -I/usr/include -DSSL
> -I/usr/lib/wx/include/gtk2-unicode-release-static-2.6
> -I/usr/include/wx-2.6
> -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64
> -D_LARGE_FILES
> -D_LARGEFILE_SOURCE=1 -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -g
> -I../src/include -I../src/agent/include -O2 -mcpu=i686
> -march=i686 -mmmx
> -msse -m3dnow -mfpmath=sse,387 -MT events.o -MD -MP -MF
> ".deps/events.Tpo" -c
> -o events.o `test -f 'ui/events.cpp' || echo './'`ui/events.cpp; \
> then mv -f ".deps/events.Tpo" ".deps/events.Po"; else rm -f
> ".deps/events.Tpo"; exit 1; fi
> ui/events.cpp: In member function `void
> frmMain::OnClose(wxCloseEvent&)':
> ui/events.cpp:172: error: `Node' is not a member of type `windowList'
> ui/events.cpp:172: error: `node' undeclared (first use this function)
> ui/events.cpp:172: error: (Each undeclared identifier is
> reported only once
> for
>    each function it appears in.)
> make[2]: *** [events.o] Error 1
> make[2]: Leaving directory `/usr/src/pgadmin3-1.2.2/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/src/pgadmin3-1.2.2'
> make: *** [all] Error 2
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
>        subscribe-nomail command to majordomo@postgresql.org
> so that your
>        message can get through to the mailing list cleanly
>


Re: void frmMain::OnClose(wxCloseEvent&)

От
Dennis Veatch
Дата:
On Monday 25 July 2005 03:56 pm, Dave Page wrote:
> What version of pgAdmin/wx is this? Have you tried 'make clean' and then
> recompilng?
>
pgadmin 1.2.2 and wxGTK/wxWidgets 2.6.1

make clean in pgadmin?

> Regards, Dave.
>
> > -----Original Message-----
> > From: pgadmin-support-owner@postgresql.org
> > [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of
> > Dennis Veatch
> > Sent: 25 July 2005 20:27
> > To: pgadmin-support@postgresql.org
> > Subject: [pgadmin-support] void frmMain::OnClose(wxCloseEvent&)
> >
> > Am I missing something here?
> >
> > if g++ -DHAVE_CONFIG_H -I. -I. -I..
> > -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall
> > -g -I../src/include -I../src/agent/include -I/usr/include -DSSL
> > -I/usr/lib/wx/include/gtk2-unicode-release-static-2.6
> > -I/usr/include/wx-2.6
> > -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64
> > -D_LARGE_FILES
> > -D_LARGEFILE_SOURCE=1 -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -g
> > -I../src/include -I../src/agent/include -O2 -mcpu=i686
> > -march=i686 -mmmx
> > -msse -m3dnow -mfpmath=sse,387 -MT events.o -MD -MP -MF
> > ".deps/events.Tpo" -c
> > -o events.o `test -f 'ui/events.cpp' || echo './'`ui/events.cpp; \
> > then mv -f ".deps/events.Tpo" ".deps/events.Po"; else rm -f
> > ".deps/events.Tpo"; exit 1; fi
> > ui/events.cpp: In member function `void
> > frmMain::OnClose(wxCloseEvent&)':
> > ui/events.cpp:172: error: `Node' is not a member of type `windowList'
> > ui/events.cpp:172: error: `node' undeclared (first use this function)
> > ui/events.cpp:172: error: (Each undeclared identifier is
> > reported only once
> > for
> >    each function it appears in.)
> > make[2]: *** [events.o] Error 1
> > make[2]: Leaving directory `/usr/src/pgadmin3-1.2.2/src'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/usr/src/pgadmin3-1.2.2'
> > make: *** [all] Error 2
> >
> > ---------------------------(end of
> > broadcast)---------------------------
> > TIP 1: if posting/reading through Usenet, please send an appropriate
> >        subscribe-nomail command to majordomo@postgresql.org
> > so that your
> >        message can get through to the mailing list cleanly
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
>        subscribe-nomail command to majordomo@postgresql.org so that your
>        message can get through to the mailing list cleanly


Re: void frmMain::OnClose(wxCloseEvent&)

От
"Dave Page"
Дата:

> -----Original Message-----
> From: pgadmin-support-owner@postgresql.org
> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of
> Dennis Veatch
> Sent: 25 July 2005 21:46
> To: pgadmin-support@postgresql.org
> Subject: Re: [pgadmin-support] void frmMain::OnClose(wxCloseEvent&)
>
> On Monday 25 July 2005 03:56 pm, Dave Page wrote:
> > What version of pgAdmin/wx is this? Have you tried 'make
> clean' and then
> > recompilng?
> >
> pgadmin 1.2.2 and wxGTK/wxWidgets 2.6.1

OK, they /should/ both be OK.

> make clean in pgadmin?

Yes. If that doesn't work, what OS are you on? (forgot to ask last
time!).

Regards, Dave.


Re: void frmMain::OnClose(wxCloseEvent&)

От
Dennis Veatch
Дата:
On Monday 25 July 2005 05:06 pm, Dave Page wrote:
> > -----Original Message-----
> > From: pgadmin-support-owner@postgresql.org
> > [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of
> > Dennis Veatch
> > Sent: 25 July 2005 21:46
> > To: pgadmin-support@postgresql.org
> > Subject: Re: [pgadmin-support] void frmMain::OnClose(wxCloseEvent&)
> >
> > On Monday 25 July 2005 03:56 pm, Dave Page wrote:
> > > What version of pgAdmin/wx is this? Have you tried 'make
> >
> > clean' and then
> >
> > > recompilng?
> >
> > pgadmin 1.2.2 and wxGTK/wxWidgets 2.6.1
>
> OK, they /should/ both be OK.
>
> > make clean in pgadmin?
>
> Yes. If that doesn't work, what OS are you on? (forgot to ask last
> time!).
>

The make clean had no effect.

The distro is a source based one - Lunar Linux, http://lunar-linux.org/

I have a compile log that includes the configure and make phases if you would 
like that.


Re: void frmMain::OnClose(wxCloseEvent&)

От
"Dave Page"
Дата:

> -----Original Message-----
> From: pgadmin-support-owner@postgresql.org
> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of
> Dennis Veatch
> Sent: 25 July 2005 22:30
> To: pgadmin-support@postgresql.org
> Subject: Re: [pgadmin-support] void frmMain::OnClose(wxCloseEvent&)
>
> The make clean had no effect.

:-(

> The distro is a source based one - Lunar Linux,
> http://lunar-linux.org/

Looks interesting.

> I have a compile log that includes the configure and make
> phases if you would
> like that.

Yes please.

Regards, Dave.


Re: void frmMain::OnClose(wxCloseEvent&)

От
"Dave Page"
Дата:

> -----Original Message-----
> From: Dennis Veatch [mailto:dveatch@woh.rr.com]
> Sent: 26 July 2005 11:38
> To: Dave Page
> Subject: Re: [pgadmin-support] void frmMain::OnClose(wxCloseEvent&)
>
> On Tuesday 26 July 2005 04:00 am, you wrote:
> > > -----Original Message-----
> > > From: pgadmin-support-owner@postgresql.org
> > > [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of
> > > Dennis Veatch
> > > Sent: 25 July 2005 22:30
> > > To: pgadmin-support@postgresql.org
> > > Subject: Re: [pgadmin-support] void
> frmMain::OnClose(wxCloseEvent&)
> > >
> > > The make clean had no effect.
> > >
> > :-(
> > :
> > > The distro is a source based one - Lunar Linux,
> > > http://lunar-linux.org/
> >
> > Looks interesting.
> >
> > > I have a compile log that includes the configure and make
> > > phases if you would
> > > like that.
> >
> > Yes please.
> >
>
> Here it is.

How strange. What options did you configure wx with?

Regards, Dave.