From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 51395 invoked by alias); 30 Aug 2019 16:52:11 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 51387 invoked by uid 89); 30 Aug 2019 16:52:11 -0000 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 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 30 Aug 2019 16:52:10 +0000 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 31A82E8CD9 for ; Fri, 30 Aug 2019 16:52:09 +0000 (UTC) Received: from ovpn-120-251.rdu2.redhat.com (ovpn-120-251.rdu2.redhat.com [10.10.120.251]) by smtp.corp.redhat.com (Postfix) with ESMTPS id BCD5560CC0 for ; Fri, 30 Aug 2019 16:52:08 +0000 (UTC) Message-ID: Subject: Re: Doxygen 1.8.16 From: Yaakov Selkowitz To: "cygwin@cygwin.com" Date: Fri, 30 Aug 2019 17:28:00 -0000 In-Reply-To: References: <1567083075404-0.post@n5.nabble.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 X-SW-Source: 2019-08/txt/msg00428.txt.bz2 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