Re: compile problem

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: compile problem
Дата
Msg-id 45F92099.9000300@postgresql.org
обсуждение исходный текст
Ответ на Re: compile problem  (Giuseppe Sacco <giuseppe@eppesuigoccas.homedns.org>)
Список pgadmin-hackers
Giuseppe Sacco wrote:
> 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?

No, use 2.8, as that's what we support. I'm happy to accept patches to
update for deprecated constants in wx2.9, but I've got too much to do at
the moment to bust a gut trying to track them all down myself -
especially given that we're unlikely to see a stable wxWidgets 2.10 for
quite some time.

Regards, Dave

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Giuseppe Sacco
Дата:
Сообщение: Re: compile problem
Следующее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r6063 - trunk/pgadmin3/debugger