HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 4 and Version 5 of CommonProblems


Ignore:
Timestamp:
08/15/07 13:42:19 (8 years ago)
Author:
brecht
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CommonProblems

    v4 v5  
    11This 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. 
    22 
    3 For POSIX-related problems, see [wiki:BeOSPosix]. 
     3Information about BeOS's POSIX compatibility, see [wiki:BeOSPosix]. 
    44 
    55=== no undefined references allowed in i586-pc-beos shared libraries === 
    66 
    7 ports: subversion 
     7ports: [wiki:dev-util/subversion], [wiki:dev-libs/apr] 
    88 
    9 solution: N/A 
     9You need to pass the {{{-no-undefined}}} option to libtool 
    1010 
    1111=== (stat) structure has no member named `st_blocks' === 
    1212 
    13 ports: tar (make check), samba 
     13ports: [wiki:app-arch/tar] (make check), [wiki:net-fs/samba] 
    1414 
    15 The stat struct in sys/stat.h in BeOS doesn't have an st_blocks member. It is necessary to adjust the code to check for HAVE_STAT_ST_BLOCKS. 
     15The 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. 
    1616 
    1717http://lists.samba.org/archive/samba-technical/2005-January/039275.html 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/