Re: compile problem - Mailing list pgadmin-hackers

From Giuseppe Sacco
Subject Re: compile problem
Date
Msg-id 1173954234.6320.18.camel@scarafaggio
Whole thread Raw
In response to Re: compile problem  (Dave Page <dpage@postgresql.org>)
Responses Re: compile problem  (Dave Page <dpage@postgresql.org>)
List pgadmin-hackers
Hi all,

Il giorno mar, 13/03/2007 alle 15.22 +0000, Dave Page ha scritto:
[...]
> > #if wxCHECK_VERSION(2, 8, 0) && !(WXWIN_COMPATIBILITY_2_6)
> >     // Note the following defines need removed
> >     // when CodeBlocks support for wxWidgets 2.6 is dropped
> >     #define wxOPEN wxFD_OPEN
> >     #define wxFILE_MUST_EXIST wxFD_FILE_MUST_EXIST
> >     #define wxMULTIPLE wxFD_MULTIPLE
> >     #define wxSAVE wxFD_SAVE
> >     #define wxOVERWRITE_PROMPT wxFD_OVERWRITE_PROMPT
> >     #define wxCHANGE_DIR wxFD_CHANGE_DIR
> > #endif
>
> Yup, it was just two wxSAVE's. Everything else is OK. We only support
> 2.8 so I've just fixed those two occurances.

I just recompiled from CVS HEAD. Now the build goes to the end, but when
I run the application and click on my first database connection, I get
this message: "An error has occurred: Unknown style flag
wxDIALOG_MODAL". Then I press [OK] and I get the normal window where I
type my password. I type the wrong password and get a "segmentation
fault" :-(

Should I just rebuild everything with wxWindget 2.6?

Thanks,
Giuseppe

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r6062 - trunk/pgadmin3/pgadmin/dlg
Next
From: Dave Page
Date:
Subject: Re: compile problem