search for: wctype

Displaying 20 results from an estimated 141 matches for "wctype".

Did you mean: ctype
2010 Feb 22
2
Compiling R on Linux with SunStudio 12.1: "wide-character type" problems
...uot;-G -lCstd" FC=/opt/sun/sunstudio12.1/bin/sunf95 FCFLAGS=$FFLAGS FCPICFLAGS=-Kpic MAKE=dmake 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... i...
2009 Nov 13
0
Problem building R 2.10 release
Hi, I am having problem building R 2.10, and it does not seem anyone else is having a similar problem... My system information: uname -m = x86_64 uname -r = 2.6.31-ARCH uname -s = Linux gcc (GCC) 4.4.1 icc (ICC) 11.0 20081105 The first problem I encounter seems to be with icc and wctype.h during ./configure. export CC="icc -std=c99" export CXX=icpc export OBJC="icc -std=c99" export FC=ifort export CFLAGS="-mssse3 -g -O3 -wd188 -ip" export CXXFLAGS="-mssse3 -g -O3 -no-gcc" export OBJCFLAGS=-"-mssse3 -g -O3" export FCFLAGS="-ms...
2010 Feb 23
1
patch about compile R with clang
clang is compiler http://clang.llvm.org, it is fast and better c compiler then gcc, yesterday i use clang and gfortran compile R. The only two change in source code is : 1. the configure file (in confiure when test include wctype.h,gcc can compile but clang need include both wchar.h wctype.h),so this is patch --- /r/configure +++ /myr/configure @@ -39172,6 +39172,7 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default +#include <wchar.h> #include <$ac_header> _ACEOF rm...
2008 Dec 09
1
errors with compilation
.../zlib -I../../src/extra/bzip2 -I../../src/extra/ pcre -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -Kieee -c pcre.c -o pcre.o /opt/cray/xt-asyncpe/1.2/bin/cc: INFO: linux target is being used PGC-W-0155-64-bit integral value truncated (/usr/include/wctype.h: 108) PGC-W-0155-64-bit integral value truncated (/usr/include/wctype.h: 109) PGC-W-0155-64-bit integral value truncated (/usr/include/wctype.h: 110) PGC-W-0155-64-bit integral value truncated (/usr/include/wctype.h: 111) PGC/x86-64 Linux 7.2-1: compilation completed with warnings cc -I../../s...
2005 Aug 23
1
compile R with Portland Group compiler
...pgcc -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I. -I../../src/include -I../../src/include -I/usr/pgi/linux86-64/6.0/include -I/usr/pgi/linux86-64/6.0/include/CC -DHAVE_CONFIG_H -g -O2 -c regex.c -o regex.o PGC-W-0155-64-bit integral value truncated (/usr/include/wctype.h: 109) PGC-W-0155-64-bit integral value truncated (/usr/include/wctype.h: 110) PGC-W-0155-64-bit integral value truncated (/usr/include/wctype.h: 111) PGC-W-0155-64-bit integral value truncated (/usr/include/wctype.h: 112) PGC-W-0084-Type of old-style argument src does not match type of protot...
2001 Jul 23
1
msvcrt/io.h and winelib, wine-users digest, Vol 1 #596 - 3 msgs
> You should not need to copy any header from windows. If you need to >do so then it's a Wine bug (well, there are probably still a couple of >missing headers, let us know about it when you find one). All right, what about stdio.h and wctype.h, which stdio.h requires? Do we use the Linux stdio.h instead? _____________________________________________________________ Sign up for FREE email from canada-11 at http://www.canada-11.com
2001 Jul 18
2
winelib and msvcrt/stdio.h
Hi, I am using Winelib and no mfc to get a company app to run on Linux. It is a cuiexe as well. However, I get a lot of errors when I include <msvcrt/io.h>. e.g., /usr/include/wine/msvcrt/stdio.h:66: syntax error before '(' This line is: typedef struct MSVCRT(_iobuf) Is it possible to do this with C/C++? I am assuming it is a Windows thing. My version of wine is:
2010 Feb 23
1
Compiling R on Linux with SunStudio 12.1: "wide-character type" problems (rt)
...lags are > > mostly as suggested in the R install guide. > >> 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: > > > > configure:39534: result: no > > configure:39710: error: Support...
2005 Aug 05
1
Installation problem on SGI IRIX6.5
Hi, all, I'm a newbie to R. I came across a problem when I tried to install R on an SGI machine which is running IRIX64 6.5. I have successfully run configure, but when I tried to run "make"(or "gmake"), errors came out. Following is the error message. Does someone has experiences in the R's installation on IRIX ? Any hints will be greatly appreciated ! Thanks in
2014 Oct 05
1
FreeBSD 10-RELEASE-amd64(on arch x86_64)
...ll.h GEN pty.h GEN signal.h GEN unused-parameter.h GEN stdio.h GEN stdlib.h GEN string.h GEN strings.h GEN sys/ioctl.h GEN sys/select.h GEN sys/socket.h GEN sys/stat.h GEN sys/time.h GEN sys/types.h GEN sys/uio.h GEN sys/utsname.h GEN sys/wait.h GEN termios.h GEN time.h GEN unistd.h GEN wchar.h GEN wctype.h make all-am CC allocator.lo CC areadlink.lo CC base64.lo CC binary-io.lo CC bitrotate.lo CC c-ctype.lo CC c-strcasecmp.lo CC c-strncasecmp.lo CC c-strcasestr.lo CC careadlinkat.lo CC cloexec.lo CC count-one-bits.lo CC md5.lo CC sha256.lo CC dirname-lgpl.lo CC basename-lgpl.lo CC stripslash.lo CC...
2012 Dec 03
0
need help for R's installation
...ility... yes checking iconv.h presence... yes checking for iconv.h... yes checking for iconv... no checking for iconvlist... no checking for iconv... no, consider installing GNU libiconv checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking whether mbrtowc exists and is declared... no checking whether wcrtomb exists and is declared... no checking whether wcscoll exists and is declared... yes checking whether wcsftime exists and is declared...
2011 Mar 04
1
builder-debian libguestfs FAILED build step eda9826d25336bcf661700270c580d4d62128750
...unistd unistd-safer unistd-safer-tests unistd-tests unlink unlink-tests unlinkdir usleep usleep-tests utimecmp utimens utimens-tests vasnprintf vasnprintf-tests vasprintf vasprintf-tests verify verify-tests warn-on-use warnings wchar wchar-tests wctob wctype wctype-tests write xalloc xalloc-die xalloc-die-tests xgetcwd xsize Notice from module error: If you are using GNU gettext version 0.16.1 or older, add the following options to XGETTEXT_OPTIONS in your po/Makevars: --flag=error:3:c-format --flag=error_at_line:5:c-format Notice...
2011 Feb 15
4
builder-debian libguestfs FAILED build step f455dc3814bf9f7e7e894ba81360acb0edd92464
...unistd unistd-safer unistd-safer-tests unistd-tests unlink unlink-tests unlinkdir usleep usleep-tests utimecmp utimens utimens-tests vasnprintf vasnprintf-tests vasprintf vasprintf-tests verify verify-tests warn-on-use warnings wchar wchar-tests wctob wctype wctype-tests write xalloc xalloc-die xalloc-die-tests xgetcwd xsize Notice from module error: If you are using GNU gettext version 0.16.1 or older, add the following options to XGETTEXT_OPTIONS in your po/Makevars: --flag=error:3:c-format --flag=error_at_line:5:c-format Notice...
2010 May 20
3
Install eventmachine on Debian Lenny
...lude/c++/4.3/x86_64-linux-gnu/bits/gthr-default.h: In function ‘int __gthread_cond_wait(__gthread_cond_t*, __gthread_mutex_t*)’: /usr/include/c++/4.3/x86_64-linux-gnu/bits/gthr-default.h:758: error: ‘__gthrw_pthread_cond_wait’ cannot be used as a function In file included from /usr/include/c++/4.3/cwctype:51, from /usr/include/c++/4.3/bits/locale_facets.h:46, from /usr/include/c++/4.3/bits/basic_ios.h:44, from /usr/include/c++/4.3/ios:50, from /usr/include/c++/4.3/ostream:45, from /usr/include/c++/4.3/iostream:45,...
2011 Jan 28
0
builder-debian libguestfs FAILED build step f060d5bcd40b4a6506d7994e67d57dccab1651b8
...unistd unistd-safer unistd-safer-tests unistd-tests unlink unlink-tests unlinkdir usleep usleep-tests utimecmp utimens utimens-tests vasnprintf vasnprintf-tests vasprintf vasprintf-tests verify verify-tests warn-on-use warnings wchar wchar-tests wctob wctype wctype-tests write xalloc xalloc-die xalloc-die-tests xgetcwd xsize Notice from module error: If you are using GNU gettext version 0.16.1 or older, add the following options to XGETTEXT_OPTIONS in your po/Makevars: --flag=error:3:c-format --flag=error_at_line:5:c-format Notice...
2011 Mar 15
0
builder-debian libguestfs FAILED build step d1f1f74e5f45fa5b94ebb096fa65fa33ecc23d09
...unistd unistd-safer unistd-safer-tests unistd-tests unlink unlink-tests unlinkdir usleep usleep-tests utimecmp utimens utimens-tests vasnprintf vasnprintf-tests vasprintf vasprintf-tests verify verify-tests warn-on-use warnings wchar wchar-tests wctob wctype wctype-tests write xalloc xalloc-die xalloc-die-tests xgetcwd xsize Notice from module error: If you are using GNU gettext version 0.16.1 or older, add the following options to XGETTEXT_OPTIONS in your po/Makevars: --flag=error:3:c-format --flag=error_at_line:5:c-format Notice...
2011 Mar 22
1
builder-debian libguestfs FAILED build step 0daf7e81a659bcdc1ce327151cc1207b124a35a1
...unistd unistd-safer unistd-safer-tests unistd-tests unlink unlink-tests unlinkdir usleep usleep-tests utimecmp utimens utimens-tests vasnprintf vasnprintf-tests vasprintf vasprintf-tests verify verify-tests warn-on-use warnings wchar wchar-tests wctob wctype wctype-tests write xalloc xalloc-die xalloc-die-tests xgetcwd xsize Notice from module error: If you are using GNU gettext version 0.16.1 or older, add the following options to XGETTEXT_OPTIONS in your po/Makevars: --flag=error:3:c-format --flag=error_at_line:5:c-format Notice...
2011 Mar 29
1
builder-debian libguestfs FAILED build step 58f7a5a4ac8cce77dfaded1c29f3ad382b4cc9a8
...unistd unistd-safer unistd-safer-tests unistd-tests unlink unlink-tests unlinkdir usleep usleep-tests utimecmp utimens utimens-tests vasnprintf vasnprintf-tests vasprintf vasprintf-tests verify verify-tests warn-on-use warnings wchar wchar-tests wctob wctype wctype-tests write xalloc xalloc-die xalloc-die-tests xgetcwd xsize Notice from module error: If you are using GNU gettext version 0.16.1 or older, add the following options to XGETTEXT_OPTIONS in your po/Makevars: --flag=error:3:c-format --flag=error_at_line:5:c-format Notice...
2011 Apr 01
0
builder-debian libguestfs FAILED build step 05dbe09a5c5be3d5f68dc6eb033c4f642fbac8bf
...unistd unistd-safer unistd-safer-tests unistd-tests unlink unlink-tests unlinkdir usleep usleep-tests utimecmp utimens utimens-tests vasnprintf vasnprintf-tests vasprintf vasprintf-tests verify verify-tests warn-on-use warnings wchar wchar-tests wctob wctype wctype-tests write xalloc xalloc-die xalloc-die-tests xgetcwd xsize Notice from module error: If you are using GNU gettext version 0.16.1 or older, add the following options to XGETTEXT_OPTIONS in your po/Makevars: --flag=error:3:c-format --flag=error_at_line:5:c-format Notice...
2011 Mar 25
1
builder-debian libguestfs FAILED build step a0e3b2183733c7440ad017c4ffe361935672339b
...unistd unistd-safer unistd-safer-tests unistd-tests unlink unlink-tests unlinkdir usleep usleep-tests utimecmp utimens utimens-tests vasnprintf vasnprintf-tests vasprintf vasprintf-tests verify verify-tests warn-on-use warnings wchar wchar-tests wctob wctype wctype-tests write xalloc xalloc-die xalloc-die-tests xgetcwd xsize Notice from module error: If you are using GNU gettext version 0.16.1 or older, add the following options to XGETTEXT_OPTIONS in your po/Makevars: --flag=error:3:c-format --flag=error_at_line:5:c-format Notice...