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


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

section titles were resized to fit in the news page

Legend:

Unmodified
Added
Removed
Modified
  • CommonProblems

    v43 v44  
    1414The proper fix is to use {{{--prefix=/boot/common}}} (or make sure it defaults to {{{/boot/common}}} for Haiku). 
    1515 
    16 === no undefined references allowed in i586-pc-beos shared libraries === 
     16=== no undefined references in BeOS 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) structure has no member named `st_blocks' (Now fixed in Haiku) === 
     24=== (stat) struct has no member 'st_blocks' (Fixed) === 
    2525 
    2626ports: [wiki:app-arch/tar] (make check), [wiki:net-fs/samba], [wiki:dev-util/cvs] 
    … …  
    3030http://lists.samba.org/archive/samba-technical/2005-January/039275.html 
    3131 
    32 === -lm === 
     32=== No -lm was encountered === 
    3333 
    3434ports: [wiki:dev-lang/lua], others 
    … …  
    4242http://www.freelists.org/archives/haiku-development/04-2008/msg00904.html 
    4343 
    44 === -lc === 
     44=== No -lc was encountered === 
    4545 
    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' (Now fixed in Haiku) === 
     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/