Benno Schulenberg
2017-07-02 09:34:34 UTC
Hi,
Trying to build nano from git on Haiku failed because, among other
things, in the gnulib module glob, a variable is declared after a
bit of code and the gcc-2* compiler on Haiku does not permit that.
(This is on a 32-bit machine.)
Attached is a patch that avoids the issue. (For my build, I need
only the first hunk, but since a comment on the next function says
to keep the two functions in sync...)
(Please CC; not subscribed.)
Benno
Trying to build nano from git on Haiku failed because, among other
things, in the gnulib module glob, a variable is declared after a
bit of code and the gcc-2* compiler on Haiku does not permit that.
(This is on a 32-bit machine.)
Attached is a patch that avoids the issue. (For my build, I need
only the first hunk, but since a comment on the next function says
to keep the two functions in sync...)
(Please CC; not subscribed.)
Benno