Hello all, This problem got transferred to me since Jeremy has gone on vacation, and it seems to be continuing. LOCALE_NAME_FMAT.cpp was edited via a patch supplied by Jeremy, which I assume made the changes described in STDCXX-128. Here are some more system details:
Standard Library version 4.1.4 Solaris 10, Sun Studio 11 (64 bit) Output of the locale command: dev$locale -a C POSIX iso_8859_1 The build error: building library 'stdlib-library' in '/gidev/home/gi/RogueWave/SourcePro/Ed9/source/stdlib/12s' CC -xarch=v9 -D_RWCONFIG=12s -I./../../../include -I./../../.. -I.. -D_RWBUILD_std -O -mt -library=%none -c ../assert.cpp CC -xarch=v9 -D_RWCONFIG=12s -I./../../../include -I./../../.. -I.. -D_RWBUILD_std -O -mt -library=%none -c ../bitset.cpp CC -xarch=v9 -D_RWCONFIG=12s -I./../../../include -I./../../.. -I.. -D_RWBUILD_std -O -mt -library=%none -c ../catalog.cpp CC -xarch=v9 -D_RWCONFIG=12s -I./../../../include -I./../../.. -I.. -D_RWBUILD_std -O -mt -library=%none -c ../codecvt.cpp "../setlocale.h", line 45: Error: _RWSTD_LC_ALL is not defined. Any ideas would be appreciated. Thanks, -Patrick Happel Rogue Wave Software, A QUOVADX(tm) division Technical Support Phone: 303-545-3205 -- 1-800-404-4767 E-mail: [EMAIL PROTECTED] Web: http://www.roguewave.com/support -----Original Message----- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 03, 2007 11:25 PM To: [email protected] Subject: Re: question about locales Jeremy Dean wrote: > Is there a workaround for not having any locale installed on a machine > other then installing one? The error that comes up is that > _RWSTD_LC_ALL is undefined. I assume you're running into the same problem as STDCXX-128. The patch referenced in the issue should fix it: http://issues.apache.org/jira/browse/STDCXX-128 If it doesn't, let us know the details of your environment (the version of stdcxx, your compiler, OS, etc.) so we can reproduce it. Martin > > > Jeremy Dean > Rogue Wave Software, > A QUOVADX(tm) division > Technical Support > Phone: 303-545-3205 -- 1-800-404-4767 > E-mail: [EMAIL PROTECTED] > Web: http://www.roguewave.com/support Knowledge Base entries: > http://www.roguewave.com/kbdocs/search.html > View issues online at: > http://www.roguewave.com/youraccount/login/ > >
