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 22 and Version 23 of CommonProblems


Ignore:
Timestamp:
02/25/09 13:25:04 (6 years ago)
Author:
scottmc
Comment:

marked several issues as fixed in haiku

Legend:

Unmodified
Added
Removed
Modified
  • CommonProblems

    v22 v23  
    1313Alternatively, libtool can be patched to always exhibit this behavior, at the risk of breaking static compilation when dynamic linking fails. -- andreasf 
    1414 
    15 === (stat) structure has no member named `st_blocks' === 
     15=== (stat) structure has no member named `st_blocks' (Now fixed in Haiku) === 
    1616 
    1717ports: [wiki:app-arch/tar] (make check), [wiki:net-fs/samba], [wiki:dev-util/cvs] 
    … …  
    2929http://www.freelists.org/archives/haiku-development/04-2008/msg00904.html 
    3030 
    31 === conflicting types for `restrict' === 
     31=== conflicting types for `restrict' (Now fixed in Haiku) === 
    3232 
    3333/boot/develop/headers/posix/search.h:35: conflicting types for `restrict' 
    … …  
    3636This has been fixed in Haiku.  If using a version  prior to the fix you can copy the search.h file over the one in your headers/posix folder. 
    3737 
    38 === stdbool.in.h === 
     38=== stdbool.in.h (Now fixed in Haiku) === 
    3939 
    4040This has been fixed: http://ports.haiku-files.org/wiki/dev-libs/gnulib 
    4141So any releases posted AFTER May 25, 2008 'should' include an updated stdbool.in.h 
    4242 
    43 === iconv === 
     43=== iconv (Now fixed in Haiku)) === 
    4444 
    4545Iconv is included in Haiku, but many times ./configure does not detect and use it.  This is because it is in libtextencoding.so ([http://dev.haiku-os.org/ticket/2294 should be fixed now]).  So try adding a check for iconv in libtextextencoding and see if that works. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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