This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: Doxygen 1.8.16
- From: Ken Brown <kbrown at cornell dot edu>
- To: "cygwin at cygwin dot com" <cygwin at cygwin dot com>
- Date: Fri, 30 Aug 2019 17:28:20 +0000
- Subject: Re: Doxygen 1.8.16
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=cornell.edu; dmarc=pass action=none header.from=cornell.edu; dkim=pass header.d=cornell.edu; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=1/+SRKsO05EoEe4jQQm4sr6eoq6dKfooUmu1kTk5b7Y=; b=e5i7PYwyw5aJkaEaVVfgu3IF/ikxqSotoHiVJ8EuutlLyJdxAygxZJYS1yJxIHbB881i59H90Vo7qt3I7Uy/GH7+zUsQIWcCuS4XQSjXvlqiRYXdfJWTBX0BUXoc+vD2D81L7n/gCJOZ6UNNi/JDs/HMtMtwnPPYMmumGj/YIXparsYMJtzw6KGSa0hR8fH/CtopcClRCNfp6YMtsQyX+N2u/oBcus/a/Wa1Fxkmx004A4Jjaw0cOVuX2WWZLhpwo/eaDiNdeCw7N7D+FZXrnm5G2f3yJU5P9blCefVL/Ep3rfgDDRKqogwIfums7UIUZcgA3MtF11dPWdiI6bSiyg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=DkpX/kSaKVBmVQu7qRTLYW4garaFZyVGVFDJZPwkyQ9H4R0bru4BXmrw3i9YlCNjXJS4DusMhYSKi6r3cXSb851XaYhYYOV2Ke2ni60s+rz7EuZA29aRQ25ACknbJheoyaIZchSTV28gUGmWNEO+j0kHjdhw1JlUxXzYScxa2dRnjV3Zu9358MXzTTdXBNURT0NFjegF2cRke3tjYv6CRl864LhexOTvEXYsgS0vogcEBpdRIEqjmW5c8BasvVLNXIyFfW67TZ9VIdhKjjT9jl3k9B84aTA0ALFkhAH29VIcBJSrWeEwL0fBOuQwI5GfIEre9HBaqy1L8fUla9V+FQ==
- References: <1567083075404-0.post@n5.nabble.com> <c8cd3353-0e09-5a56-63f2-b871e7ba3400@cornell.edu> <c3d5fe15cb8b4e8d07af8348ae4d606ae76d370b.camel@cygwin.com> <c7b140bd-a8c9-30a3-44f6-e3cf8ca5f371@cornell.edu> <fee6b475a6d01e46091f8688e437066d83df39e8.camel@cygwin.com>
On 8/30/2019 12:52 PM, Yaakov Selkowitz wrote:
> On Fri, 2019-08-30 at 12:42 +0000, Ken Brown wrote:
>> On 8/29/2019 11:34 AM, Yaakov Selkowitz wrote:
>>> On Thu, 2019-08-29 at 14:25 +0000, Ken Brown wrote:
>>>> On 8/29/2019 8:51 AM, Kptain wrote:
>>>>> Is it possible to make available release 1.8.16 of Doxygen as lot of fixes
>>>>> have been provided?
>>>>
>>>> Yes, I'll do that within the next few days.
>>>
>>> When you do, make sure you update your installation first as LLVM/Clang
>>> was just updated, and doxygen is the last package using the old
>>> version.
>>
>> The doxygen build with the latest LLVM fails as follows:
>>
>> CMake Error at CMakeLists.txt:44 (find_package):
>> Found package configuration file:
>>
>> /usr/lib/cmake/llvm/LLVMConfig.cmake
>>
>> but it set LLVM_FOUND to FALSE so package "LLVM" is considered to be NOT
>> FOUND. Reason given by package:
>>
>> The following imported targets are referenced, but are missing: LLVMSupport
>> LLVMCore LLVMScalarOpts LLVMInstCombine LLVMTransformUtils LLVMAnalysis
>> LLVMipo LLVMMC LLVMPasses LLVMLinker LLVMIRReader LLVMBitReader
>> LLVMMCParser LLVMObject LLVMProfileData LLVMTarget LLVMVectorize
>>
>> I don't know much about CMake or LLVM. Any idea what's going on?
>
> This may be a symptom of the switch from a single to multiple shared
> libraries. In /usr/lib/cmake/llvm/LLVMConfig.cmake, could you try
> moving the line which imports LLVMStaticExports up a few lines, just
> above the import of LLVMExports?
That fixed it. Thanks.
Ken
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple