Antoine Jacoutot <[EMAIL PROTECTED]> wrote:
> Yes, this is a known problem. It did the same with the older version. As I
> don't have any sparc64 around, I can not reproduce the problem and
> certainly can not fix it.
> If anyone wants to have a look at this issue, I would appreciate... I've
> been using this port (an older version) for a while now without problems
> (under i386 and macppc).
Please try attached diff. Put it into x11/wxWidgets/patches and
rebuild+reinstall wxWidgets.
Don't forget to test other ports that use wxWidgets.
Alek
--
Człowiek bardzo przypomina zabawkę - wirującego bąka, puszczanego w ruch
pociągnięciem sznurka. Kręci się i kręci, coraz wolniej i wolniej. Już ma
upaść, lecz wciąż, jakby wbrew naturze, robi kolejne obroty.
-- Ewa Białołęcka, Tkacz Iluzji
$OpenBSD$
--- src/unix/utilsx11.cpp.orig Sun Dec 4 16:24:05 2005
+++ src/unix/utilsx11.cpp Sun Dec 4 16:24:08 2005
@@ -101,8 +101,8 @@ void wxSetIconsX11( WXDisplay* display,
if( size > 0 )
{
- wxUint32* data = new wxUint32[size];
- wxUint32* ptr = data;
+ long* data = new long[size];
+ long* ptr = data;
for( i = 0; i < max; ++i )
{