What steps will reproduce the problem?
1. execute: make PLATFORM=IOS CC="clang" CXX=clang++
What is the expected output? What do you see instead?
Expected: Library compiles.
Actual: Compilation fails
What version of the product are you using? On what operating system?
Latest leveldb from git master. Xcode 4.4.1.
Please provide any additional information below.
Clang for the iPhone Simulator is located in /usr/bin/, but the make file looks
for it under $SIMULATORROOT. Pointing the makefile rule for the simulator to
/usr/bin/clang++ fixes the compilation.
Original issue reported on code.google.com by alexkarp...@gmail.com on 9 Sep 2012 at 8:38
Original issue reported on code.google.com by
alexkarp...@gmail.com
on 9 Sep 2012 at 8:38