pereraa / iphone-dev

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

Error while running make ENABLE_OPTIMIZED=1 #215

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ./configure --enable-optimized
2. make ENABLE_OPTIMIZED=1
3.

What is the expected output? What do you see instead?
It is not getting compiled.Getting the following error:
llvm[1]: Compiling DynamicLibrary.cpp for Release build 
DynamicLibrary.cpp: In static member function ‘static void* 
llvm::sys::DynamicLibrary::SearchForAddressOfSymbol(const char*)’:
DynamicLibrary.cpp:181:48: error: ‘stderr’ was not declared in this scope
DynamicLibrary.cpp:182:48: error: ‘stdout’ was not declared in this scope
DynamicLibrary.cpp:183:47: error: ‘stdin’ was not declared in this scope

What version of the product are you using? On what operating system?
Running revision 42498

Please provide any additional information below.

Original issue reported on code.google.com by unnikrishnan.anil on 6 Oct 2011 at 3:09