Changes between Initial Version and Version 1 of Ticket #35822


Ignore:
Timestamp:
Aug 25, 2012, 9:30:59 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35822

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Keywords lion added; dap Lion getline removed
    • Property Status changed from new to assigned
    • Property Port dap added
  • Ticket #35822 – Description

    initial v1  
    11It looks like Lion introduced a new getline() in the system headers which conflicts with a getline() defined by dap.
    22
     3{{{
    34:info:build dap0.c:546:12: error: static declaration of 'getline' follows non-static declaration
    45:info:build static int getline(DFILE *fp, char *line)
     
    78:info:build ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);
    89:info:build         ^
     10}}}