cwalls251 / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

#error "Need to have standard iterator #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
$ make ENABLE_OPTIMIZED=1
llvm[1]: Compiling Alarm.cpp for Release build 
llvm[1]: Compiling Disassembler.cpp for Release build 
llvm[1]: Compiling DynamicLibrary.cpp for Release build 
llvm[1]: Compiling IncludeFile.cpp for Release build 
llvm[1]: Compiling MappedFile.cpp for Release build 
llvm[1]: Compiling Memory.cpp for Release build 
llvm[1]: Compiling Mutex.cpp for Release build 
llvm[1]: Compiling Path.cpp for Release build 
llvm[1]: Compiling Process.cpp for Release build 
llvm[1]: Compiling Program.cpp for Release build 
llvm[1]: Compiling Signals.cpp for Release build 
In file included from /Users/Pear_PC/llvm-svn/include/llvm/ADT/STLExtras.h:23,
                 from Unix/Signals.inc:16,
                 from Signals.cpp:30:
/Users/Pear_PC/llvm-svn/include/llvm/ADT/iterator:55:4: error: #error "Need
to have standard iterator to define bidirectional iterator!"
/Users/Pear_PC/llvm-svn/include/llvm/ADT/iterator:71:4: error: #error "Need
to have standard iterator to define forward iterator!"
make[1]: *** [/Users/Pear_PC/llvm-svn/lib/System/Release/Signals.o] Error 1
make: *** [all] Error 1

Anyone know why i keep geting this?
Thank you

Original issue reported on code.google.com by bchilt...@yahoo.com on 18 Sep 2007 at 2:13

GoogleCodeExporter commented 8 years ago
forgot this stuff sorry

What steps will reproduce the problem?
1. $ svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm-svn
2. $ pushd llvm-svn
3. $ ./configure --enable-optimized
4. $ make ENABLE_OPTIMIZED=1

What version of the product are you using? On what operating system?
$ gcc -v
Using built-in specs.
Target: powerpc-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5367.obj~1/src/configure 
--disable-checking
-enable-werror --prefix=/usr --mandir=/share/man
--enable-languages=c,objc,c++,obj-c++
--program-transform-name=/^[cg][^.-]*$/s/$/-4.0/
--with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib
--build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 
--target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5367)

$ uname -a
Darwin pear-pcs-power-mac-g3-pci-graphics.local 8.0.0 Darwin Kernel Version 
8.0.0:
Sat Mar 26 14:15:22 PST 2005; root:xnu-792.obj~1/RELEASE_PPC Power Macintosh 
powerpc

Original comment by bchilt...@yahoo.com on 18 Sep 2007 at 2:27

GoogleCodeExporter commented 8 years ago
LLVM problem, not a toolchain problem.

Original comment by nightwat...@gmail.com on 23 Sep 2007 at 9:06