Changes between Version 44 and Version 45 of CommonProblems
- Timestamp:
- 08/09/10 19:24:06 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommonProblems
v44 v45 14 14 The proper fix is to use {{{--prefix=/boot/common}}} (or make sure it defaults to {{{/boot/common}}} for Haiku). 15 15 16 === no undefined references in BeOSshared libs ===16 === No undefined ref in shared libs === 17 17 18 18 ports: [wiki:dev-util/subversion], [wiki:dev-libs/apr] … … 22 22 Alternatively, libtool can be patched to always exhibit this behavior, at the risk of breaking static compilation when dynamic linking fails. -- andreasf 23 23 24 === (stat) struct has no member'st_blocks' (Fixed) ===24 === stat struct without 'st_blocks' (Fixed) === 25 25 26 26 ports: [wiki:app-arch/tar] (make check), [wiki:net-fs/samba], [wiki:dev-util/cvs] … … 46 46 This sometimes turns up, and I think it is due to the port using an older libtool. Try running libtoolize --force --copy --install, aclocal, autoconf and automake before ./configure to see if that clears it up. 47 47 48 === Conflicting types for `restrict' (Fixed) ===48 === Conflicting types for 'restrict' (Fixed) === 49 49 50 50 /boot/develop/headers/posix/search.h:35: conflicting types for `restrict'
