Displaying 7 results from an estimated 7 matches for "cwchar".
Did you mean:
wchar
2005 May 12
0
Using string from stdlib in winemaker
...pthread.h:651: error: Fehler beim Parsen before `*' token
In file included from /usr/include/c++/3.3/bits/fpos.h:45,
from /usr/include/c++/3.3/bits/char_traits.h:46,
from /usr/include/c++/3.3/string:47,
from wndclass.cxx:2:
/usr/include/c++/3.3/cwchar:142: error: `fwide' not declared
/usr/include/c++/3.3/cwchar:149: error: `mbsinit' not declared
/usr/include/c++/3.3/cwchar:157: error: `vfwscanf' not declared
/usr/include/c++/3.3/cwchar:159: error: `vswscanf' not declared
/usr/include/c++/3.3/cwchar:161: error: `vwscanf' not d...
2008 Dec 31
1
wineg++ problem with the standard library
...lude/g++-v4/x86_64-pc-linux-gnu/bits/c++locale.h:86: error: snprintf is not a member of std
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/x86_64-pc-linux-gnu/bits/c++locale.h:92: error: __gnu_cxx::__uselocale cannot be used as a function
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cwchar: At global scope:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cwchar:152: error: ::fwide has not been declared
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cwchar:159: error: ::mbsinit has not been declared
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cwchar:168: error:...
2010 May 20
3
Install eventmachine on Debian Lenny
...7:20: error: sys/un.h: No existe el fichero o el directorio
project.h:48:26: error: sys/resource.h: No existe el fichero o el
directorio
project.h:49:22: error: sys/wait.h: No existe el fichero o el directorio
In file included from /usr/include/wchar.h:37,
from /usr/include/c++/4.3/cwchar:52,
from /usr/include/c++/4.3/bits/postypes.h:47,
from /usr/include/c++/4.3/iosfwd:47,
from /usr/include/c++/4.3/ios:44,
from /usr/include/c++/4.3/ostream:45,
from /usr/include/c++/4.3/iostream:45,...
2010 Dec 02
4
Why msvcrt generates errors ?
.../include/wine/msvcrt -c myfile.cpp
I get errors like:
In file included from /usr/include/c++/4.4/bits/postypes.h:42,
from /usr/include/c++/4.4/bits/char_traits.h:42,
from /usr/include/c++/4.4/string:42,
from myfile.cpp:1:
/usr/include/c++/4.4/cwchar:148: error: ?::fwide? has not been declared
The question is:
If i pass the -I option to the compiler intructing it to search <string> in wine FIRST (the c++ headers are searched in last instance, right ?), why the compiler shows that is using string.h from c++ ?
If string.h is found in the w...
2010 Jan 31
3
[LLVMdev] llvm-gcc 4.0 question
...llvm_root/3rdparty/llvm-2.6-src/projects/test-suite/
SingleSource/Regression/C++/ofstream_ctor.cpp -o Output/
ofstream_ctor.bc -emit-llvm
In file included from /Developer/SDKs/MacOSX10.4u.sdk/usr/include/
wchar.h:112,
from /Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/
4.0.0/cwchar:54,
from /Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/
4.0.0/bits/postypes.h:46,
from /Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/
4.0.0/iosfwd:49,
from /Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/
4.0.0/ios:43,
f...
2014 Oct 07
2
[LLVMdev] Can libc++ build for arm cross compiler?
.../include/c++/v1/./type_traits
> -- Installing:
> /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./forward_list
> -- Installing:
> /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./sstream
> -- Installing:
> /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./cwchar
> -- Installing:
> /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./stack
> -- Installing:
> /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./random
> -- Installing:
> /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./ccomplex
> -- Installing:
> /ho...
2014 Oct 03
3
[LLVMdev] Can libc++ build for arm cross compiler?
On 10/3/14 10:16 AM, Dan Albert wrote:
>>
>> I try to build libc++ and libc++abi for host x86_64(linux) and target
>> arm(linux) but fail.
>>
>
> Failing in what way? If this isn't working out of the box, we've done
> something wrong.
Yeah, it would help to know more specifics about where you're getting stuck.
>
> jroelofs might know more...
For