Changes between Version 50 and Version 51 of CommonProblems
- Timestamp:
- 12/27/12 07:51:26 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommonProblems
v50 v51 155 155 * {{{stdbool.in.h}}}: [http://ports.haiku-files.org/wiki/dev-libs/gnulib]. So any releases posted '''AFTER''' May 25, 2008 'should' include an updated {{{stdbool.in.h}}} 156 156 157 * iconv: Iconv is included in Haiku, but many times {{{./configure}}} does not detect and use it. This is because it is in {{{libtextencoding.so}}} ([http://dev.haiku-os.org/ticket/2294 should be fixed now]). So try adding a check for iconv in {{{-ltexte xtencoding}}} and see if that works.157 * iconv: Iconv is included in Haiku, but many times {{{./configure}}} does not detect and use it. This is because it is in {{{libtextencoding.so}}} ([http://dev.haiku-os.org/ticket/2294 should be fixed now]). So try adding a check for iconv in {{{-ltextencoding}}} and see if that works. 158 158 159 159 * Conflicting types for {{{'restrict'}}}:
