Displaying 20 results from an estimated 42 matches for "wctrans".
2010 Feb 22
2
Compiling R on Linux with SunStudio 12.1: "wide-character type" problems
...R install guide also indicates that: "The OS needs to have enough support
for wide-character types: this is checked at configuration. Specifically,
the C99 functionality of headers wchar.h and wctype.h, types wctans_t and
mbstate_t and functions mbrtowc, mbstowcs, wcrtomb, wcscoll, wcstombs,
wctrans, wctype, and iswctype."
Configure stops with the following error message:
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv... in libiconv
checking whether iconv accepts "UTF-8", "latin1" and "UCS-"....
2005 Aug 05
1
Installation problem on SGI IRIX6.5
...R(STRING_ELT(CAR(args), i)));
^
cc-1552 cc: WARNING File = character.c, Line = 698
The variable "uclass" is set but never used.
int i, len, minlen, uclass;
^
cc-1020 cc: ERROR File = character.c, Line = 1300
The identifier "wctrans_t" is undefined.
wctrans_t tr = wctrans(ul ? "toupper" : "tolower");
^
cc-1185 cc: WARNING File = character.c, Line = 1733
An enumerated type is mixed with another type.
Rboolean warn = !utf8strIsASCII(CHAR(STRING_ELT(pat, 0)));...
2010 Feb 23
1
Compiling R on Linux with SunStudio 12.1: "wide-character type" problems (rt)
...The OS needs to have enough
> support
> > for wide-character types: this is checked at configuration. Specifically,
> > the C99 functionality of headers wchar.h and wctype.h, types wctans_t and
> > mbstate_t and functions mbrtowc, mbstowcs, wcrtomb, wcscoll, wcstombs,
> > wctrans, wctype, and iswctype."
> > Configure stops with the following error message:
> >
> > configure:39534: result: no
> > configure:39710: error: Support for MBCS locales is required.*
> >
> > I am not sure if this is a Linux issue or if it is a SunStudio issue....
2012 Nov 23
0
Wine release 1.5.18
...s with SendMessage() error
32134 KwSing installer needs wmvcore.dll.DllRegisterServer
32187 Image Composite Editor fails to install with a VSDCA_VsdLaunchConditions msi error
32198 ListView fails to redraw after Insert
32199 Installer of Creo 2.0 Parametric Free Trial needs msvcp100.dll.wctrans
32200 Installer of Creo 2.0 Parametric Free Trial crashes
32209 fixme:gdiplus:GdipSetPathGradientBlend not implemented gives Exception
32242 Silverlight 4.x can no longer install
32256 PowerPoint 2010 crashes in slideshow mode
32262 System.TypeInitializationException when starting ...
2019 Aug 23
0
Wine release 4.0.2
...ils, claims 'You need the Media Feature Pack' (MsiGetDatabaseState is called from a custom action)
46845 Freelancer: character glitches in cutscenes after loading a saved game
46848 PTC Mathcad Prime 3.0 Web installer crashes on unimplemented function api-ms-win-crt-convert-l1-1-0.dll.wctrans
46863 If prefix contains "windows" drive information not available in 64-bit prefix
46881 Power World Simulator installer needs unimplemented function msi.dll.MsiSourceListForceResolutionW
46894 SIMATIC WinCC V15.1 Runtime installer (.NET 4.0) fails in CoreLib::GetPhysicalMemoryA...
2009 Nov 13
0
Problem building R 2.10 release
.... yes
checking whether wcscoll exists and is declared... yes
checking whether wcsftime exists and is declared... yes
checking whether wcstod exists and is declared... yes
checking whether mbstowcs exists and is declared... yes
checking whether wcstombs exists and is declared... yes
checking whether wctrans exists and is declared... no
checking whether iswblank exists and is declared... no
checking whether wctype exists and is declared... no
checking whether iswctype exists and is declared... no
configure: error: Support for MBCS locales is required.
----
wctype.h appears to be usable when I declare...
2007 May 23
2
Possible ld.exe problem when building
...reference to `btowc'
../main/libmain.a(scan.o):scan.c:(.text+0xe45): more undefined references to `btowc' follow
../main/libmain.a(character.o):character.c:(.text+0x1dcf): undefined reference to `mbrtowc'
../main/libmain.a(character.o):character.c:(.text+0x528e): undefined reference to `wctrans'
../main/libmain.a(character.o):character.c:(.text+0x533f): undefined reference to `towctrans'
../nmath/libnmath.a(signrank.o):signrank.c:(.text+0xa3a): undefined reference to `expm1'
../nmath/libnmath.a(wilcox.o):wilcox.c:(.text+0xc0d): undefined reference to `expm1'
../nmath/libnm...
2019 Mar 29
0
Wine release 4.5
...Control 10.x)
46845 Freelancer: character glitches in cutscenes after loading a saved game
46846 msi x64 installer does not display splash and other texts like a license agreement
46848 PTC Mathcad Prime 3.0 Web installer crashes on unimplemented function api-ms-win-crt-convert-l1-1-0.dll.wctrans
46851 Can't input Japanese text after updating to 4.4.
46881 Power World Simulator installer needs unimplemented function msi.dll.MsiSourceListForceResolutionW
46885 Multiple applications fail to install with wine-4.4-114-g15f852015a+, reporting err:msi:ITERATE_Actions Execution halted...
2008 Dec 31
1
wineg++ problem with the standard library
...*, size_t, wchar_t):
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/bits/char_traits.h:343: error: wmemset was not declared in this scope
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cwctype: At global scope:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cwctype:85: error: ::wctrans_t has not been declared
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cwctype:90: error: ::iswblank has not been declared
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cwctype:102: error: ::towctrans has not been declared
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cwctype...
2012 Dec 03
0
need help for R's installation
...checking whether wcscoll exists and is declared... yes
checking whether wcsftime exists and is declared... yes
checking whether wcstod exists and is declared... yes
checking whether mbstowcs exists and is declared... yes
checking whether wcstombs exists and is declared... yes
checking whether wctrans exists and is declared... no
checking whether iswblank exists and is declared... yes
checking whether wctype exists and is declared... yes
checking whether iswctype exists and is declared... yes
configure: error: Support for MBCS locales is required.
$
[[alternative HTML version deleted]]
2006 Jun 22
2
Error - Compiling R on a Sun V40Z - R/R-2.2.1 (PR#9024)
...type.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking for mbrtowc... yes
checking for mbstowcs... yes
checking for wcrtomb... yes
checking for wcscoll... yes
checking for wcsftime... yes
checking for wcstombs... yes
checking for wcswidth... yes
checking for wctrans... yes
checking for wcwidth... yes
checking whether wcwidth is declared... yes
checking whether wcswidth is declared... yes
checking for wctrans_t... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv... yes
checking whether iconv()...
2005 Oct 06
0
R-2.2.0 is released
...default installation directory is now ${prefix}/${LIBnn}/R,
/usr/local/lib64/R on most 64-bit Linux OSes and /usr/local/lib/R
elsewhere.
o The places where the doc, include and share directory trees are
installed can be specified independently: see the R-admin manual.
o We now test for wctrans_t, as apparently some broken OSes have
wctrans but not wctrans_t (which is required by the relevant
standards) .
o Any external BLAS found is now tested to see if the complex
routine zdotu works correctly: this provides a compatibility
test of compiler return conventions.
o Installati...
2005 Oct 06
0
R-2.2.0 is released
...default installation directory is now ${prefix}/${LIBnn}/R,
/usr/local/lib64/R on most 64-bit Linux OSes and /usr/local/lib/R
elsewhere.
o The places where the doc, include and share directory trees are
installed can be specified independently: see the R-admin manual.
o We now test for wctrans_t, as apparently some broken OSes have
wctrans but not wctrans_t (which is required by the relevant
standards) .
o Any external BLAS found is now tested to see if the complex
routine zdotu works correctly: this provides a compatibility
test of compiler return conventions.
o Installati...
2009 Aug 20
2
getting R 2.9.1 from the tar.gz file
.... yes
checking whether wcscoll exists and is declared... yes
checking whether wcsftime exists and is declared... yes
checking whether wcstod exists and is declared... yes
checking whether mbstowcs exists and is declared... yes
checking whether wcstombs exists and is declared... yes
checking whether wctrans exists and is declared... yes
checking whether iswblank exists and is declared... yes
checking whether wctype exists and is declared... yes
checking whether iswctype exists and is declared... yes
checking for wctrans_t... yes
checking for mbstate_t... yes
checking for ICU... no
checking for X... no...
2005 May 11
5
Implementing R on IBM p690 cluster Jump
...type.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking for mbrtowc... yes
checking for mbstowcs... yes
checking for wcrtomb... yes
checking for wcscoll... yes
checking for wcsftime... yes
checking for wcstombs... yes
checking for wcswidth... yes
checking for wctrans... yes
checking for wcwidth... yes
checking whether wcwidth is declared... yes
checking whether wcswidth is declared... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv... in libiconv
checking whether iconv() accepts "UTF-8&q...
2006 May 18
0
R-devel and PGI 6.0 compile error
...yes
checking whether wcrtomb exists and is declared... yes
checking whether wcscoll exists and is declared... yes
checking whether wcsftime exists and is declared... yes
checking whether mbstowcs exists and is declared... yes
checking whether wcstombs exists and is declared... yes
checking whether wctrans exists and is declared... yes
checking whether iswblank exists and is declared... no
checking whether wctype exists and is declared... yes
checking whether iswctype exists and is declared... yes
checking for wctrans_t... yes
checking for mbstate_t... yes
checking for X... disabled
using X11 ... no...
2014 May 29
3
Re: libguestfs error
...cro... yes
checking whether wcsstr is declared without a macro... yes
checking whether wcstok is declared without a macro... yes
checking whether wcswidth is declared without a macro... yes
checking whether iswcntrl works... yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking whether wctype is declared without a macro... yes
checking whether iswctype is declared without a macro... yes
checking whether wctrans is declared without a macro... yes
checking whether towctrans is declared without a macro... yes
checking for stdint.h... (cached) yes
checking f...
2011 Jun 21
0
builder-ubuntu libguestfs FAILED build step e1e78bcef5e4654bd2456bd696840329359d35cd
...pbrk is declared without a macro... yes
checking whether wcsstr is declared without a macro... yes
checking whether wcstok is declared without a macro... yes
checking whether wcswidth is declared without a macro... yes
checking whether iswcntrl works... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking whether wctype is declared without a macro... yes
checking whether iswctype is declared without a macro... yes
checking whether wctrans is declared without a macro... yes
checking whether towctrans is declared without a macro... yes
checking for stdint.h... (cached) yes
checking f...
2014 May 29
2
Re: libguestfs error
Hi Rich
Yes Rich I have tried libguesftfs on powerpc and it was working fine.For
some reason i had to format my hard disk and now when I'm again compiling
it,I'm getting following error....
Below is the status of configure ..
This is how we have configured the optional components for you today:
Daemon .............................. yes
Appliance ........................... yes
QEMU
2012 Aug 11
2
compile fails with x86_64-alpine-linux-uclibc-gcc
.... yes
checking whether wcscoll exists and is declared... yes
checking whether wcsftime exists and is declared... yes
checking whether wcstod exists and is declared... yes
checking whether mbstowcs exists and is declared... yes
checking whether wcstombs exists and is declared... yes
checking whether wctrans exists and is declared... yes
checking whether iswblank exists and is declared... yes
checking whether wctype exists and is declared... yes
checking whether iswctype exists and is declared... yes
checking for wctrans_t... yes
checking for mbstate_t... yes
checking for X... libraries , headers
chec...