search for: iosfwd

Displaying 20 results from an estimated 25 matches for "iosfwd".

2011 Jun 30
2
[LLVMdev] iosfwd problems
I've tried llvm 2.8 and 2.9, but they both have problems with #include <iosfwd>. Any pointers to what this might be? /usr/include/c++/4.5/iosfwd:39:10: fatal error: 'bits/c++config.h' file not found #include <bits/c++config.h> -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40 27 http://...
2011 Jun 30
0
[LLVMdev] iosfwd problems
...you have to configure a clang header to find your default libc++ header files. See #5 at http://clang.llvm.org/get_started.html if this is your issue. Garrison On Jun 30, 2011, at 10:33, Øyvind Harboe wrote: > I've tried llvm 2.8 and 2.9, but they both have problems with > #include <iosfwd>. > > Any pointers to what this might be? > > /usr/include/c++/4.5/iosfwd:39:10: fatal error: 'bits/c++config.h' > file not found > #include <bits/c++config.h> > > > -- > Øyvind Harboe - Can Zylin Consulting help on your project? > US toll free...
2007 Apr 22
2
[LLVMdev] Building front end under OS X
...README.LLVM to use the system's libstdc++ I get the following types of errors whenever I try to use the standard library (say by running the front end test suite in llvm/test): /usr/include/c++/4.0.0/cmath:49:28: error: bits/c++config.h: No such file or directory /usr/include/c++/4.0.0/iosfwd:45:29: error: bits/c++locale.h: No such file or directory /usr/include/c++/4.0.0/iosfwd:46:25: error: bits/c++io.h: No such file or directory /usr/include/c++/4.0.0/bits/atomicity.h:38:30: error: bits/ atomic_word.h: No such file or directory Is this a product of the system's libstdc++ ge...
2008 Aug 21
3
[LLVMdev] Fix build on GCC 4.3
Index: include/llvm/ADT/APInt.h =================================================================== --- include/llvm/ADT/APInt.h (revision 55101) +++ include/llvm/ADT/APInt.h (working copy) @@ -20,6 +20,7 @@ #include <cassert> #include <iosfwd> #include <string> +#include <cstring> namespace llvm { class Serializer; -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080821/c0d19448/attachment.html>
2007 Apr 22
0
[LLVMdev] Building front end under OS X
...ystem's > libstdc++ I get the following types of errors whenever I try to use the > standard library (say by running the front end test suite in llvm/test): > > /usr/include/c++/4.0.0/cmath:49:28: error: bits/c++config.h: No such file or > directory > /usr/include/c++/4.0.0/iosfwd:45:29: error: bits/c++locale.h: No such file or > directory > /usr/include/c++/4.0.0/iosfwd:46:25: error: bits/c++io.h: No such file or > directory > /usr/include/c++/4.0.0/bits/atomicity.h:38:30: error: bits/atomic_word.h: No > such file or directory I'm not sure. This is s...
2005 Dec 14
2
Compilation problem - CentOS 4.2 - x86_64
...include/c++/3.4.4/bits/stl_tree.h:66, from /usr/lib/gcc/x86_64-redhat-linux/3.4.4/../../../../include/c++/3.4.4/set:66, from maildirkeywords.h:435, from maildirkeywords4.cpp:9: /usr/lib/gcc/x86_64-redhat-linux/3.4.4/../../../../include/c++/3.4.4/iosfwd:46:29: bits/c++locale.h: No such file or directory /usr/lib/gcc/x86_64-redhat-linux/3.4.4/../../../../include/c++/3.4.4/iosfwd:47:25: bits/c++io.h: No such file or directory In file included from /usr/lib/gcc/x86_64-redhat-linux/3.4.4/../../../../include/c++/3.4.4/bits/stl_tree.h:67,...
2008 Aug 21
0
[LLVMdev] Fix build on GCC 4.3
...Xu wrote: > Index: include/llvm/ADT/APInt.h > =================================================================== > --- include/llvm/ADT/APInt.h (revision 55101) > +++ include/llvm/ADT/APInt.h (working copy) > @@ -20,6 +20,7 @@ > #include <cassert> > #include <iosfwd> > #include <string> > +#include <cstring> > > namespace llvm { > class Serializer; > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.ed...
2011 Jun 30
2
[LLVMdev] GCC 4.1 ABI and clang
...sion of clang? I'm using Ubuntu 10 and > I was wondering if clang/llvm 2.8 would do it. Perhaps I better try the latest, got an error when I tried 2.8: In file included from testsuite/test.cpp:8: In file included from ./testsuite/precompile.h:4: ./util/precompile.h:17:12: fatal error: 'iosfwd' file not found -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40 27 http://www.zylin.com/
2012 Aug 09
2
[LLVMdev] Compiling std::string with clang
.../usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/char_traits.h:46: In file included from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/stl_algobase.h:69: In file included from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/iosfwd:46: In file included from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-linux/bits/c++io.h:38: In file included from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-linux/bits/gthr.h:132: /usr/lib/gcc/x86_64-redhat-linux/4.1....
2020 Aug 17
2
How to run the test suite on macOS?
...e/gtest/gtest.h:55: > In file included from /Users/stephan/Software/llvm/build/./bin/../include/c++/v1/ostream:138: > In file included from /Users/stephan/Software/llvm/build/./bin/../include/c++/v1/ios:214: > In file included from /Users/stephan/Software/llvm/build/./bin/../include/c++/v1/iosfwd:95: > /Users/stephan/Software/llvm/build/./bin/../include/c++/v1/wchar.h:119:15: fatal error: 'wchar.h' file not found > #include_next <wchar.h> > ^~~~~~~~~ > 1 error generated. Am I missing anything like setting up an appropriate environment, or passing ap...
2004 Oct 25
0
[LLVMdev] Remaining Visual C patches
...diff -u -r1.39 MachineBasicBlock.h --- include/llvm/CodeGen/MachineBasicBlock.h 1 Sep 2004 22:55:34 -0000 1.39 +++ include/llvm/CodeGen/MachineBasicBlock.h 25 Oct 2004 08:29:24 -0000 @@ -18,6 +18,8 @@ #include "llvm/ADT/GraphTraits.h" #include "llvm/ADT/ilist" #include <iosfwd> +#include <algorithm> +#include <functional> namespace llvm { class MachineFunction; For this change, I'd rather not put those extra #includes into a main header like that. Could you please move the inline methods that need the #includes out-of-line into MachineBasicBlock...
2004 Oct 25
2
[LLVMdev] Remaining Visual C patches
Hi, several of the patches I submitted last week have not yet been applied, and most of it was really uncontroversial stuff like adding some #includes and some typecasts, fixing alloca for visual C etc. I guess I just wrote too many mails so it was lost in the process, so here is a diff which includes all changes I have made, except those related to hash_map differences since my solution
2009 Sep 04
1
[LLVMdev] 回复:[LLVMdev] Dose I need to build llvm-gcc front-end from source to resolve this error?
.../home/ws/software/llvm-gcc4.2-2.5-x86-linux-RHEL4/bin/../lib/gcc/i686-pc-linux-gnu/4.2.1/../../../../include/c++/4.2.1/i686-pc-linux-gnu/bits/c++locale.h:47, from /home/ws/software/llvm-gcc4.2-2.5-x86-linux-RHEL4/bin/../lib/gcc/i686-pc-linux-gnu/4.2.1/../../../../include/c++/4.2.1/iosfwd:45, from /home/ws/software/llvm-gcc4.2-2.5-x86-linux-RHEL4/bin/../lib/gcc/i686-pc-linux-gnu/4.2.1/../../../../include/c++/4.2.1/ios:43, from /home/ws/software/llvm-gcc4.2-2.5-x86-linux-RHEL4/bin/../lib/gcc/i686-pc-linux-gnu/4.2.1/../../../../include/c++/4.2.1/ostre...
2009 Sep 04
1
[LLVMdev] Dose I need to build llvm-gcc front-end from source resolve this error?
.../home/ws/software/llvm-gcc4.2-2.5-x86-linux-RHEL4/bin/../lib/gcc/i686-pc-linux-gnu/4.2.1/../../../../include/c++/4.2.1/i686-pc-linux-gnu/bits/c++locale.h:47, from /home/ws/software/llvm-gcc4.2-2.5-x86-linux-RHEL4/bin/../lib/gcc/i686-pc-linux-gnu/4.2.1/../../../../include/c++/4.2.1/iosfwd:45, from /home/ws/software/llvm-gcc4.2-2.5-x86-linux-RHEL4/bin/../lib/gcc/i686-pc-linux-gnu/4.2.1/../../../../include/c++/4.2.1/ios:43, from /home/ws/software/llvm-gcc4.2-2.5-x86-linux-RHEL4/bin/../lib/gcc/i686-pc-linux-gnu/4.2.1/../../../../include/c++/4.2.1/ostre...
2011 Jun 30
2
[LLVMdev] GCC 4.1 ABI and clang
On Thu, Jun 30, 2011 at 02:44:26PM +0200, Øyvind Harboe wrote: > On Thu, Jun 30, 2011 at 2:03 PM, Duncan Sands <baldrick at free.fr> wrote: > > Hi Øyvind, > > > >> I'm trying to find some written evidence to present to the powers > >> that be that clang/llvm is ABI compatible with GCC 4.1 linux > >> 64 bit. > > > > both clang and
2011 Jun 30
0
[LLVMdev] GCC 4.1 ABI and clang
>> Starting with which version? > > I think GCC last changed the C++ ABI with version 3.4. Sorry, I meant from which version of clang? I'm using Ubuntu 10 and I was wondering if clang/llvm 2.8 would do it. clang --version clang version 2.8 (branches/release_28) -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87
2011 Jun 30
0
[LLVMdev] GCC 4.1 ABI and clang
...8 would do it. > > Perhaps I better try the latest, got an error when I tried 2.8: C++ support in clang 2.8 was poor. Ciao, Duncan. > > In file included from testsuite/test.cpp:8: > In file included from ./testsuite/precompile.h:4: > ./util/precompile.h:17:12: fatal error: 'iosfwd' file not found > >
2003 Sep 10
1
[LLVMdev] Warning during compilation
...its/gthr-default.h:38, from /usr/include/c++/3.3.1/i586-mandrake-linux-gnu/bits/gthr.h:98, from /usr/include/c++/3.3.1/i586-mandrake-linux-gnu/bits/c++io.h:37, from /usr/include/c++/3.3.1/bits/fpos.h:44, from /usr/include/c++/3.3.1/iosfwd:49, from /usr/include/c++/3.3.1/bits/stl_algobase.h:70, from /usr/include/c++/3.3.1/vector:67, from /home/wendling/llvm/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h:11, from VM.h:10, from Emitter.cpp:9: /usr...
2011 Jul 05
0
[LLVMdev] pthread problems with gcc 4.1 includes?
..._6_1/include/release/python2.6 testsuite/test.cpp In file included from testsuite/test.cpp:8: In file included from ./testsuite/precompile.h:4: In file included from ./util/precompile.h:17: In file included from /usr/local/gcc-4.1/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../include/c++/4.1.2/iosfwd:45: In file included from /usr/local/gcc-4.1/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../include/c++/4.1.2/x86_64-unknown-linux-gnu/bits/c++io.h:38: In file included from /usr/local/gcc-4.1/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../include/c++/4.1.2/x86_64-unknown-linux-gnu/bits/gth...
2010 Jan 31
3
[LLVMdev] llvm-gcc 4.0 question
....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, from /Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/ 4.0.0/istream:44, from /Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/ 4.0.0/fstream:44, from /Us...