POV-Ray : Newsgroups : povray.macintosh : Some help needed : Some help needed Server Time
19 Apr 2024 02:20:29 EDT (-0400)
  Some help needed  
From: clipka
Date: 18 May 2017 14:26:00
Message: <591de738$1@news.povray.org>
Folks,

we could use a bit of help to iron out a kink in the Unix build process:

Currently, our approach at identifying the version of the installed
OpenEXR library is based on the `pkg-config` tool, which does not seem
to be available on all systems (example: Mac OS X darwin 15.6.0).

My guess is that this approach was originally used because older
versions of OpenEXR were pretty taciturn when it came to disclosing
their version number.

However, modern versions of OpenEXR are much more cooperative in this
respect, so getting the version information of those should be well
possible even without `pkg-config`.

So it would be neat if someone with some rudimentary knowledge of
Automake and a bit of Unix know-how could review the current mechanism,
and amend it so that the OpenEXR version information is obtained in a
more portable fashion when possible, and the `pkg-config`-based approach
is only used as a fallback solution.

Any takers?


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.