Changes between Version 22 and Version 23 of CommonProblems
- Timestamp:
- 02/25/09 13:25:04 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommonProblems
v22 v23 13 13 Alternatively, libtool can be patched to always exhibit this behavior, at the risk of breaking static compilation when dynamic linking fails. -- andreasf 14 14 15 === (stat) structure has no member named `st_blocks' ===15 === (stat) structure has no member named `st_blocks' (Now fixed in Haiku) === 16 16 17 17 ports: [wiki:app-arch/tar] (make check), [wiki:net-fs/samba], [wiki:dev-util/cvs] … … 29 29 http://www.freelists.org/archives/haiku-development/04-2008/msg00904.html 30 30 31 === conflicting types for `restrict' ===31 === conflicting types for `restrict' (Now fixed in Haiku) === 32 32 33 33 /boot/develop/headers/posix/search.h:35: conflicting types for `restrict' … … 36 36 This has been fixed in Haiku. If using a version prior to the fix you can copy the search.h file over the one in your headers/posix folder. 37 37 38 === stdbool.in.h ===38 === stdbool.in.h (Now fixed in Haiku) === 39 39 40 40 This has been fixed: http://ports.haiku-files.org/wiki/dev-libs/gnulib 41 41 So any releases posted AFTER May 25, 2008 'should' include an updated stdbool.in.h 42 42 43 === iconv ===43 === iconv (Now fixed in Haiku)) === 44 44 45 45 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 libtextextencoding and see if that works.
