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 44 and Version 45 of CommonProblems


Ignore:
Timestamp:
08/09/10 19:24:06 (5 years ago)
Author:
michaelvoliveira
Comment:

resized a little more

Legend:

Unmodified
Added
Removed
Modified
  • CommonProblems

    v44 v45  
    1414The proper fix is to use {{{--prefix=/boot/common}}} (or make sure it defaults to {{{/boot/common}}} for Haiku). 
    1515 
    16 === no undefined references in BeOS shared libs === 
     16=== No undefined ref in shared libs === 
    1717 
    1818ports: [wiki:dev-util/subversion], [wiki:dev-libs/apr] 
    … …  
    2222Alternatively, libtool can be patched to always exhibit this behavior, at the risk of breaking static compilation when dynamic linking fails. -- andreasf 
    2323 
    24 === (stat) struct has no member 'st_blocks' (Fixed) === 
     24=== stat struct without 'st_blocks' (Fixed) === 
    2525 
    2626ports: [wiki:app-arch/tar] (make check), [wiki:net-fs/samba], [wiki:dev-util/cvs] 
    … …  
    4646This 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. 
    4747 
    48 === Conflicting types for `restrict' (Fixed) === 
     48=== Conflicting types for 'restrict' (Fixed) === 
    4949 
    5050/boot/develop/headers/posix/search.h:35: conflicting types for `restrict' 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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