X-Recipient: archive-cygwin@delorie.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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: <fee6b475a6d01e46091f8688e437066d83df39e8.camel@cygwin.com>
Subject: Re: Doxygen 1.8.16
From: Yaakov Selkowitz <yselkowitz@cygwin.com>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Date: Fri, 30 Aug 2019 12:52:07 -0400
In-Reply-To: <c7b140bd-a8c9-30a3-44f6-e3cf8ca5f371@cornell.edu>
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>
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

