[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libobjc2 compilation error with clang
From: |
David Chisnall |
Subject: |
Re: libobjc2 compilation error with clang |
Date: |
Tue, 19 Feb 2019 20:02:45 +0000 |
> On 19 Feb 2019, at 05:30, Gregory Casamento <address@hidden> wrote:
>
>
>
> CMake Error at
> /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:138
> (message):
> Could NOT find kqueue (missing: KQUEUE_INCLUDE_DIRS)
> Call Stack (most recent call first):
> /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:378
> (_FPHSA_FAILURE_MESSAGE)
> cmake/Findkqueue.cmake:20 (find_package_handle_standard_args)
> CMakeLists.txt:64 (find_package)
>
>
> Isn't kqueue specific to BSD?
What is this the build for? Line 64 of libobjc2’s CMakeLists.txt isn’t a
find_package invocation.
David