Displaying 5 results from an estimated 5 matches for "iswalnum".
Did you mean:
isalnum
2001 Jul 09
1
winelib problems with .configure
...shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for ldconfig... /sbin/ldconfig
checking for sqrt in -lm... yes
checking for i386_set_ldt in -li386... no
checking for _oss_ioctl in -lossaudio... no
checking for iswalnum in -lw... no
checking for gethostbyname... (cached) yes
checking for connect... (cached) yes
checking for setrunelocale in -lxpg4... no
checking for mmap in -lmmap... no
checking for openpty... no
checking for openpty in -lutil... yes
checking for dlfcn.h... yes
checking for dlopen... no
checking f...
2007 Nov 23
3
[LLVMdev] Getting rid of the DoesntAccessMemoryFns and OnlyReadsMemoryFns tables
...--
isalnum readnone readonly
isalpha readnone readonly
iscntrl readnone readonly
isgraph readnone readonly
islower readnone readonly
isprint readnone readonly
ispunct readnone readonly
isspace readnone readonly
isupper readnone readonly
tolower readnone readonly
toupper readnone readonly
iswalnum readnone readonly
iswalpha readnone readonly
iswcntrl readnone readonly
iswdigit readnone readonly
iswgraph readnone readonly
iswlower readnone readonly
iswprint readnone readonly
iswpunct readnone readonly
iswspace readnone readonly
iswupper readnone readonly
iswxdigit readnone readonly
towlower r...
2008 Sep 10
1
Xen-3.3 Etch amd64 compil error
...tion :
qualificateurs de type ignorés pour le type à retourner par la fonction
make[8]: *** [lib_a-__adjust.o] Erreur 1
Dans le fichier inclus à partir de
/usr/src/xen-3.3.0/stubdom/newlib-1.16.0/newlib/libc/include/wctype.h:5,
à partir de
../../../../../newlib-1.16.0/newlib/libc/ctype/iswalnum.c:30:
/usr/src/xen-3.3.0/stubdom/newlib-1.16.0/newlib/libc/include/sys/_types.h:67:20:
erreur: stddef.h : Aucun fichier ou répertoire de ce type
In file included from
/usr/src/xen-3.3.0/stubdom/newlib-1.16.0/newlib/libc/include/wctype.h:5,
from
../../../../../newlib-1.16.0/newli...
2001 Jun 22
0
Half-Life: Selected Mode is not supported by your card
...s/c2man.pl
checking for ldconfig... /sbin/ldconfig
checking for Cygwin environment... no
checking for dllwrap... false
checking for lclint... no
checking for lint... no
checking for sqrt in -lm... yes
checking for i386_set_ldt in -li386... no
checking for _oss_ioctl in -lossaudio... no
checking for iswalnum... yes
checking for gethostbyname... (cached) yes
checking for connect... (cached) yes
checking for _xpg4_setrunelocale in -lxpg4... no
checking for mmap in -lmmap... no
checking for openpty... no
checking for openpty in -lutil... yes
checking for dlfcn.h... yes
checking for dlopen... no
checking f...
2004 Oct 23
1
Issues with compiling wine
...rn "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char _oss_ioctl ();
| int
| main ()
| {
| _oss_ioctl ();
| ;
| return 0;
| }
configure:5934: result: no
configure:5949: checking for iswalnum
configure:6006: gcc -o conftest -g -O2 conftest.c >&5
configure:6012: $? = 0
configure:6015: test -z || test ! -s conftest.err
configure:6018: $? = 0
configure:6021: test -s conftest
configure:6024: $? = 0
configure:6036: result: yes
configure:6124: checking for gethostbyname
configur...