Re: wx snapshot compile failure

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: wx snapshot compile failure
Дата
Msg-id 3F8B2B27.6090601@pse-consulting.de
обсуждение исходный текст
Ответ на wx snapshot compile failure  (Adam H.Pendleton <fmonkey@fmonkey.net>)
Ответы Re: wx snapshot compile failure
Список pgadmin-hackers
Adam H.Pendleton wrote:

> The wxWindows snapshot, wxWindows-pgAdmin3-20031010.tar.bz2, currently
> on snake, fails to compile on Mac OS X with the following error:
>
> src/mac/textctrl.cpp: In member function `virtual void
> wxTextCtrl::Replace(long
>    int, long int, const wxString&)':
> src/mac/textctrl.cpp:1177: `st' undeclared (first use this function)
> src/mac/textctrl.cpp:1177: (Each undeclared identifier is reported
> only once
>    for each function it appears in.)
> make: *** [corelib_textctrl.o] Error 1
>
> ahp

I've seen this mentioned on wx-dev today by Stephane Gully; "st" should
be "value".

What's irritating me a bit is that *my* version 2003.10.10.00.00.00
(textctrl.cpp rev.1.170, cvs -D "2003-10-10 GMT" ) has a line 1177 of
value.Replace(wxT("\n"), wxT("\r"));
so it seems that our snapshot isn't exactly what I have locally. Maybe
another timezone?  The version of this file was changed to 1.171 on
10/10, 4:26

BTW,
I'm wondering if you could have a look at wxWindow's main makefiles, to
have contrib/src/stc and contrib/srx/xrc compiled in the main run. This
would make the package a bit more fool-proof. I'm not quite sure if that
works, because the contrib modules like the base to be installed before
the should be made. Maybe some "make complete" tag that makes all in the
correct row installed?

Regards,
Andreas




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

Предыдущее
От: Adam H.Pendleton
Дата:
Сообщение: wx snapshot compile failure
Следующее
От: Adam H.Pendleton
Дата:
Сообщение: Re: wx snapshot compile failure