Changes between Version 1 and Version 2 of PortingTips


Ignore:
Timestamp:
Feb 9, 2015, 2:31:17 PM (9 years ago)
Author:
dmik
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PortingTips

    v1 v2  
    55=== Fix POTFILES generation ===
    66
    7 The fix is applied to `po.m4` that creates rules for `POTFILES` generation. Unfortunately, the upstream version doesn't take DOS drive letters into account and hence creates incorrect relative paths in the generated `POTFILES` file (like `../D:/Coding/myproject/trunk/...`). Here is a typical fix: r1009. After applying this fix, the auto-tools files need to be regenerated in the source tree and then `confgure` should be run to generate proper `Makefile`s.
     7The fix is applied to `po.m4` that creates rules for `POTFILES` generation. Unfortunately, the upstream version doesn't take DOS drive letters into account and hence creates incorrect relative paths in the generated `POTFILES` file (like `../D:/Coding/myproject/trunk/...`). Here is a typical fix: r1009. When applied, `configure` and friends need to be regenerated in the source tree and then `configure` needs to be re-run to generate proper `Makefile`s.
     8
     9=== Fix HAVE_ICONV detection ===
     10
     11The fix is applied to `iconv.m4` that detects if the `HAVE_ICONV` config.h macro should be set or not. Here is a typical fix: r1023. When applied, `configure` and friends need to be regenerated in the source tree and then `configure` needs to be re-run to generate a proper `config.h`.