IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 4 and Version 5 of Installing_IPP_FAQ


Ignore:
Timestamp:
May 5, 2009, 10:59:20 AM (17 years ago)
Author:
Sebastian Jester
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installing_IPP_FAQ

    v4 v5  
    33== General point about weird errors, especially (but not only) on Macs ==
    44
    5 A lot of errors with libraries not found by `configure` after `pschecklibs` had earlier decided they were installed already, obscure syntax errors about `PKG_CHECK_MODULES`, etc., are due to old versions of the `autotools` compilation tools, and/or platform-specific variants of libraries with the same name as a required dependent library but different content (especially on Macs). To get around these, force building the dependent libraries:
    6 
     5A lot of errors with libraries not found by `configure` after `pschecklibs` had earlier decided they were installed already, obscure syntax errors about `PKG_CHECK_MODULES`, etc., are due to old versions of the `autotools` compilation tools, and/or platform-specific variants of libraries with the same name as a required dependent library but different content (especially on Macs). To get around these, force building the `autotools` build tools:
    76{{{
    87pschecklibs -force build
     8}}}
     9and perhaps even *all* the dependent libraries:
     10{{{
     11pschecklibs -build -force all
    912}}}
    1013