[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
using macports, dap fails to compile on Lion due to redefined getline()
From: |
Shad Sterling |
Subject: |
using macports, dap fails to compile on Lion due to redefined getline() |
Date: |
Sat, 25 Aug 2012 14:20:35 -0400 |
It looks like Lion introduced a new getline() in the system headers which
conflicts with a getline() defined by dap.
If this can be fixed just by renaming the dap version of the function, I can do
that myself, but I expect it'll have to get fixed at GNU to be able to install
the fixed version using macports. Where do I check out the code and how do I
go about submitting a patch?
It looks like getline is a standard function, why does dap define it at all?
Would it be better to use the standard getline? Would that work consistently
across OS's?
MacPorts bug: https://trac.macports.org/ticket/35822
Shad Sterling
address@hidden
signature.asc
Description: Message signed with OpenPGP using GPGMail
- using macports, dap fails to compile on Lion due to redefined getline(),
Shad Sterling <=