discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libobjc2 build issue


From: David Chisnall
Subject: Re: libobjc2 build issue
Date: Wed, 27 Nov 2019 09:51:20 +0000
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2

On 27/11/2019 00:25, Andreas Fink wrote:
This is now under Debian10 with clang-10 from the llvm repo.
cmake is very cryptic here to tell us where it breaks. so go figure....

I never use the makefile generator for CMake, but with ninja you can do ninja -v to see the build steps (and it automatically prints the command for the failing one, so you generally don't need to).

The runtime has CI for Ubuntu, with whatever version of CMake they have packaged:

https://github.com/gnustep/libobjc2/blob/8249036318cc3be39e40e98cdf3e62b6f5aba36d/azure-pipelines.yml#L2

It installs the ninja-build package from the Ubuntu repo and the clang-8 package from the LLVM APT repo (which also includes packages for Debian).

David



reply via email to

[Prev in Thread] Current Thread [Next in Thread]