Changes between Version 4 and Version 5 of CommonProblems
- Timestamp:
- 08/15/07 13:42:19 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommonProblems
v4 v5 1 1 This page serves to collect information about common problems encountered when porting applications/libraries to the BeOS platform. The problems should be identified by the (compiler) errors that typify them. 2 2 3 For POSIX-related problems, see [wiki:BeOSPosix].3 Information about BeOS's POSIX compatibility, see [wiki:BeOSPosix]. 4 4 5 5 === no undefined references allowed in i586-pc-beos shared libraries === 6 6 7 ports: subversion7 ports: [wiki:dev-util/subversion], [wiki:dev-libs/apr] 8 8 9 solution: N/A 9 You need to pass the {{{-no-undefined}}} option to libtool 10 10 11 11 === (stat) structure has no member named `st_blocks' === 12 12 13 ports: tar (make check), samba13 ports: [wiki:app-arch/tar] (make check), [wiki:net-fs/samba] 14 14 15 The stat struct in sys/stat.h in BeOS doesn't have an st_blocks member. I t is necessary to adjust the code tocheck for HAVE_STAT_ST_BLOCKS.15 The stat struct in sys/stat.h in BeOS doesn't have an st_blocks member. In projects with autoconf, you can check for HAVE_STAT_ST_BLOCKS. 16 16 17 17 http://lists.samba.org/archive/samba-technical/2005-January/039275.html
