CMake Error: Could not create named generator XCode -



CMake Error: Could not create named generator XCode -

i have checked out llvm/clang/compiler-rt sources official git repositories, i'm having:

mba-anton:llvm_34_xcode_build asmirnov$ cmake -g xcode ../llvm_34 cmake error: not create named generator xcode

llvm sources:

mba-anton:llvm_34_xcode_build asmirnov$ ls ../llvm_34 cmakelists.txt makefile.common cmake llvm.spec.in code_owners.txt makefile.config.in configure projects credits.txt makefile.rules docs test license.txt readme.txt examples tools llvmbuild.txt autoconf include unittests makefile bindings lib utils

cmake version:

mba-anton:llvm_34_xcode_build asmirnov$ cmake -version cmake version 2.8.11.1

xcode generator should supported cmake version according doc , output:

mba-anton:llvm_34_xcode_build asmirnov$ cmake --help ... generators next generators available on platform: unix makefiles = generates standard unix makefiles. ninja = generates build.ninja files (experimental). xcode = generate xcode project files. codeblocks - ninja = generates codeblocks project files. codeblocks - unix makefiles = generates codeblocks project files. eclipse cdt4 - ninja = generates eclipse cdt 4.0 project files. eclipse cdt4 - unix makefiles = generates eclipse cdt 4.0 project files. kdevelop3 = generates kdevelop 3 project files. kdevelop3 - unix makefiles = generates kdevelop 3 project files. sublime text 2 - ninja = generates sublime text 2 project files. sublime text 2 - unix makefiles = generates sublime text 2 project files.

i've never used cmake, i've seen question it's question of case-sensitivity.

the generator called xcode , not xcode.

xcode cmake clang llvm

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -