search for: ostream_insert

Displaying 2 results from an estimated 2 matches for "ostream_insert".

Did you mean: __ostream_insert
2008 Apr 14
2
[LLVMdev] Build failure: on Linux /x86
Hi, I tried building LLVM with the downloaded sources. I am building it with gcc4.3. After getting configured successfully, and running 'make', build fails with the following message: make[1]: Entering directory `/home/guest/SRC/llvm-2.1/lib/System' llvm[1]: Compiling DynamicLibrary.cpp for Release build DynamicLibrary.cpp: In static member function âstatic void*
2008 Apr 15
0
[LLVMdev] Build failure: on Linux /x86
Hi, > I downloaded llvm2.2 and got over with previous issue. Now a new error is > being shown: > > APInt.cpp:2017: instantiated from here > /home/guest/gcc4.3.0/install_gcc_4.3.0/lib/gcc/i686-pc-linux-gnu/4.3.0/../../../../include/c++/4.3.0/bits/ostream_insert.h:51: > error: invalid use of incomplete type âstruct std::basic_ostream<char, > std::char_traits<char> >â I don't think it is possible to build llvm 2.2 using gcc-4.3. Try using gcc-4.2 or earlier. I'm told that LLVM from svn builds with gcc-4.3. I hope this helps, D...