Adrien Destugues
Adrien Destugues
The licence for nhc98: https://www.haskell.org/nhc98/copyright.html It allows using the GPL (any version) so we can also do that.
On Sun, Jan 21, 2018 at 06:56:58AM +0000, alaviss wrote: > - [FreeBSD's implementation][1], which is much more portable and POSIX-compliant (with a few simple BSD-extensions that we already have)....
On Sun, Jan 21, 2018 at 04:46:58AM -0800, Xiang Fan wrote: > > We should discuss this with FreeBSD and possibly NetBSD. They may not be > against putting code...
Yes, that would make more sense, what is the filter for selecting only C-like languages? Do we need all of ``` c c-header cpp-output c++ c++-header c++-system-header c++-user-header c++-cpp-output objective-c...
Maybe something like this is a better approach: ```diff diff --git a/gcc/gcc/config/haiku.h b/gcc/gcc/config/haiku.h index b768dfdf1c..6fd7daf2e1 100644 --- a/gcc/gcc/config/haiku.h +++ b/gcc/gcc/config/haiku.h @@ -42,16 +42,15 @@ Boston, MA 02111-1307, USA. */ #undef...
The commit message for disabling it says: our signal handling is not good enough yet make[1]: *** duping jobs pipe: Bad file descriptor. Stop. The issue with 4.2 was the...
> and Haiku error codes are not handled very well by OpenSSL Can this be fixed? Do we need to use posix_error_mapper (to avoid problems with our error codes being...
I think you need to disable ASLR for this to work. I thought the gcc recipe was setting the appropriate attributes on the gcc executable?
There are no errors there, just warnings. You can continue with the next step.
> Well, I think we do need those... > What's in them? Can we just add something to INSTALL to copy them manually? Do we really need them? Cmake should...