Changes between Version 2 and Version 3 of Installing_IPP_FAQ
- Timestamp:
- May 5, 2009, 10:40:28 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installing_IPP_FAQ
v2 v3 1 1 See 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 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 7 {{{ 8 pschecklibs -force build 9 }}} 10 2 11 3 12 == pschecklibs or pscheckperl complain about missing tar files ==
