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: 2007-03-15 10:23:54
Message-ID: 1173954234.6320.18.camel@scarafaggio
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2007-03-15 10:31:53 Re: compile problem
Previous Message svn 2007-03-15 09:35:33 SVN Commit by dpage: r6062 - trunk/pgadmin3/pgadmin/dlg