You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original issue 114 created by alexkarpenko on 2012-09-09T08:38:56.000Z:
What steps will reproduce the problem?
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.
The text was updated successfully, but these errors were encountered:
Original issue 114 created by alexkarpenko on 2012-09-09T08:38:56.000Z:
What steps will reproduce the problem?
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.
The text was updated successfully, but these errors were encountered: