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

Context Navigation

  • ← Previous Version
  • View Latest Version
  • Next Version →


Version 7 (modified by brecht, 8 years ago) (diff)

--

Common Problems

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.

Information about BeOS's POSIX compatibility, see BeOSPosix.

no undefined references allowed in i586-pc-beos shared libraries

ports: dev-util/subversion, dev-libs/apr

You need to pass the -no-undefined option to libtool

(stat) structure has no member named `st_blocks'

ports: app-arch/tar (make check), net-fs/samba?

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.

 http://lists.samba.org/archive/samba-technical/2005-January/039275.html

Download in other formats:

  • Plain Text

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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