public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Doxygen 1.8.16
@ 2019-08-29 14:25 Kptain
  2019-08-29 15:05 ` Ken Brown
  0 siblings, 1 reply; 8+ messages in thread
From: Kptain @ 2019-08-29 14:25 UTC (permalink / raw)
  To: cygwin

Hi all,

Is it possible to make available release 1.8.16 of Doxygen as lot of fixes
have been provided?

Thanks in advance,





--
Sent from: http://cygwin.1069669.n5.nabble.com/Cygwin-list-f3.html

--
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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Doxygen 1.8.16
  2019-08-29 14:25 Doxygen 1.8.16 Kptain
@ 2019-08-29 15:05 ` Ken Brown
  2019-08-29 16:37   ` Yaakov Selkowitz
  0 siblings, 1 reply; 8+ messages in thread
From: Ken Brown @ 2019-08-29 15:05 UTC (permalink / raw)
  To: cygwin

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.

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Doxygen 1.8.16
  2019-08-29 15:05 ` Ken Brown
@ 2019-08-29 16:37   ` Yaakov Selkowitz
  2019-08-29 20:24     ` Ken Brown
  2019-08-30 12:57     ` Ken Brown
  0 siblings, 2 replies; 8+ messages in thread
From: Yaakov Selkowitz @ 2019-08-29 16:37 UTC (permalink / raw)
  To: cygwin

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.

--
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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Doxygen 1.8.16
  2019-08-29 16:37   ` Yaakov Selkowitz
@ 2019-08-29 20:24     ` Ken Brown
  2019-08-30  9:54       ` Kptain
  2019-08-30 12:57     ` Ken Brown
  1 sibling, 1 reply; 8+ messages in thread
From: Ken Brown @ 2019-08-29 20:24 UTC (permalink / raw)
  To: cygwin

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.

Will do.  Thanks for the heads up.

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Doxygen 1.8.16
  2019-08-29 20:24     ` Ken Brown
@ 2019-08-30  9:54       ` Kptain
  0 siblings, 0 replies; 8+ messages in thread
From: Kptain @ 2019-08-30  9:54 UTC (permalink / raw)
  To: cygwin

Ok and again Thanks a lot for your support.



--
Sent from: http://cygwin.1069669.n5.nabble.com/Cygwin-list-f3.html

--
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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Doxygen 1.8.16
  2019-08-29 16:37   ` Yaakov Selkowitz
  2019-08-29 20:24     ` Ken Brown
@ 2019-08-30 12:57     ` Ken Brown
  2019-08-30 17:28       ` Yaakov Selkowitz
  1 sibling, 1 reply; 8+ messages in thread
From: Ken Brown @ 2019-08-30 12:57 UTC (permalink / raw)
  To: cygwin

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?  Here's the 
relevant part of CMakeLists.txt:

if (use_libclang)
	set(clang    "1" CACHE INTERNAL "used in settings.h")
         find_package(LLVM CONFIG REQUIRED)          <<<<<<< line 44
         find_package(Clang CONFIG REQUIRED)
     if (CMAKE_SYSTEM MATCHES "Darwin")
         set(MACOS_VERSION_MIN 10.11)
     endif()
endif()

It was the same for doxygen-1.8.15.

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Doxygen 1.8.16
  2019-08-30 12:57     ` Ken Brown
@ 2019-08-30 17:28       ` Yaakov Selkowitz
  2019-08-30 18:20         ` Ken Brown
  0 siblings, 1 reply; 8+ messages in thread
From: Yaakov Selkowitz @ 2019-08-30 17:28 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Doxygen 1.8.16
  2019-08-30 17:28       ` Yaakov Selkowitz
@ 2019-08-30 18:20         ` Ken Brown
  0 siblings, 0 replies; 8+ messages in thread
From: Ken Brown @ 2019-08-30 18:20 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-08-30 17:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-29 14:25 Doxygen 1.8.16 Kptain
2019-08-29 15:05 ` Ken Brown
2019-08-29 16:37   ` Yaakov Selkowitz
2019-08-29 20:24     ` Ken Brown
2019-08-30  9:54       ` Kptain
2019-08-30 12:57     ` Ken Brown
2019-08-30 17:28       ` Yaakov Selkowitz
2019-08-30 18:20         ` Ken Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).