X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:subject:from:to:date:in-reply-to :references:content-type:mime-version:content-transfer-encoding; q=dns; s=default; b=qkjSFBS6Qmn3p/3bB0TcPl295Hx8W8Ti816YdBa9qJa GiCGqgyHljLAyrzHNDYodwK8n4Qnh/+rBXjJubz3VNQPuvNNt/hXQxXt97HX6nx7 qbATWqcVAOKHOBRVcRUs5/90I10d0X6md+/ljlpN81JqoH9bHMe+RfxqaSMtp02Q = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:subject:from:to:date:in-reply-to :references:content-type:mime-version:content-transfer-encoding; s=default; bh=B0EHDTyvq5EqkEHT4JykowvVjK0=; b=CpCnKsu/wispbpNAE 6XickI26UFLpcRIaiJLiHRWqG0O/ZiQmBhAMNEKGXq0aJcQlsLx/yG7BvjcbTup7 tpAuiFP6nJ91w47yzbyT1stSzSsLgiMf2iKU7f5LEXk58iFL3RniVuvAAd79fvmn 2phIFCwAJDQZoZeTD3tX95GG7M= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,SPF_HELO_PASS autolearn=no version=3.3.1 spammy=H*M:cygwin X-HELO: mx1.redhat.com Message-ID: Subject: Re: Doxygen 1.8.16 From: Yaakov Selkowitz To: "cygwin AT cygwin DOT com" Date: Fri, 30 Aug 2019 12:52:07 -0400 In-Reply-To: References: <1567083075404-0 DOT post AT n5 DOT nabble DOT com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.32.4 (3.32.4-1.fc30) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit 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? -- Yaakov -- 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