IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 2 and Version 3 of Installing_IPP_FAQ


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

add note about new pschecklibs -force build

Legend:

Unmodified
Added
Removed
Modified
  • Installing_IPP_FAQ

    v2 v3  
    11See also the list of [wiki:WikiStart Installation-related notes on the Main Page].
     2
     3== General point about weird errors, especially (but not only) on Macs ==
     4
     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 dependent libraries:
     6
     7{{{
     8pschecklibs -force build
     9}}}
     10
    211
    312== pschecklibs or pscheckperl complain about missing tar files ==