This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: Doxygen 1.8.16
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