Open iwillreku3206 opened 2 years ago
The profile you show is incorrect, appleclang on Arch Linux?
It's the log of sdl recipe, so issue is not about sdl_ttf but sdl.
Anyway, unlikely a recipe issue. It comes either from a mistake in your conan settings (maybe CONAN_CMAKE_GENERATOR
env var or cmake_generator
in conan.conf
forced to this Unix
value) or a conan client bug.
Description
Attempting to install sdl_ttf/2.0.18 (or even sdl_ttf/2.0.15) causes an error since it runs a
cmake
command with generator nameUnix
rather thanUnix Makefiles
Package and Environment Details
Conan profile
[settings] os=Macos os_build=Macos arch=armv8 arch_build=armv8 compiler=apple-clang compiler.version=14 compiler.libcxx=libc++ build_type=Release [options] [conf] [build_requires] [env]
Steps to reproduce
Create conanfile.txt with the ff content:
Run the ff. commands:
Logs
Click to expand log
``` CMake Error: Could not create named generator Unix Generators Green Hills MULTI = Generates Green Hills MULTI files (experimental, work-in-progress). * Unix Makefiles = Generates standard UNIX makefiles. Ninja = Generates build.ninja files. Ninja Multi-Config = Generates build-