Re: Solaris9 Sparc64 edition

From: "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
To: Raphaël Enrici <blacknoz(at)club-internet(dot)fr>, "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Solaris9 Sparc64 edition
Date: 2004-05-09 15:16:37
Message-ID: 018d01c435d8$9ff09a10$1f324d80@w2k
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Raphaël.

From: "Raphaël Enrici" <blacknoz(at)club-internet(dot)fr>

> Hi Hiroshi, Andreas & buddies,
>
(snip)
>
> The main problem I encounter today is (just as before) linked to the
> wxWidgets build.
> Actual wxWidgets snapshots don't build straight and our patched one does
> not neither (that's not new). Hiroshi, which wxWid CVS did you use
> finally ? The one I tried when I got it running or another one ? Do you
> still have the patched source somewhere ?

I used this
wxWindows-20040301-CVS
--- src/unix/dialup.cpp.orig Mon May 10 09:07:44 2004
+++ src/unix/dialup.cpp Mon May 10 09:08:47 2004
@@ -716,8 +716,8 @@

#if defined(__SOLARIS__) || defined (__SUNOS__)
// dialup device under SunOS/Solaris
- hasModem = strstr(output,"ipdptp") != (char *)NULL;
- hasLAN = strstr(output, "hme") != (char *)NULL;
+ hasModem = strstr(output.fn_str(),"ipdptp") != (char *)NULL;
+ hasLAN = strstr(output.fn_str(), "hme") != (char *)NULL;
#elif defined(__LINUX__) || defined (__FREEBSD__)
hasModem = strstr(output.fn_str(),"ppp") // ppp
|| strstr(output.fn_str(),"sl") // slip

However,i10n is condition bad.:-(
This environment isn't satisfied even if patch of Andreas is applied.
Can i18n cope with solaris9?

regards,
Hiroshi Saito

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2004-05-09 17:32:33 Re: CVS Build on FreeBSD 4.9
Previous Message Hiroshi Saito 2004-05-09 14:54:34 Re: CVS Build on FreeBSD 4.9