Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: compile problem


  • From: Giuseppe Sacco <giuseppe(at)eppesuigoccas(dot)homedns(dot)org>
  • To: pgadmin-hackers(at)postgresql(dot)org
  • Subject: Re: compile problem
  • Date: Thu, 15 Mar 2007 11:23:54 +0100
  • Message-id: <1173954234(dot)6320(dot)18(dot)camel(at)scarafaggio>

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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group