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 49 and Version 50 of CommonProblems


Ignore:
Timestamp:
05/04/11 15:56:28 (4 years ago)
Author:
michaelvoliveira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CommonProblems

    v49 v50  
    8888}}} 
    8989 
     90 * {{{d_namlen}}} undeclared: Add the following code into header/source file. 
     91{{{ 
     92#include <dirent.h> 
     93#ifndef d_namlen 
     94#define d_namlen d_reclen 
     95#endif 
     96}}} 
     97 
    9098 * {{{DT_DIR}}} undeclared: The use of {{{DT_DIR}}} doesn't work on non-ext* filesystems. So replace for 
    9199{{{ 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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