[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: posix_spawn
From: |
Camm Maguire |
Subject: |
Re: posix_spawn |
Date: |
Sun, 24 Dec 2023 12:27:12 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Greetings! Can you please post
cd o
cpp -I../h main.c
cpp -I../h gbc.c
Take care,
"Kirill A. Korinsky" <kirill@korins.ky> writes:
> Hello,
>
> From another hand I've tried to build it with gcl-2.6.14 which requires
> couple of minutes and simplified version of patch works well.
>
> Simplified version of patch:
>
> --- o/main.c
> +++ o/main.c
> @@ -432,7 +432,7 @@ gcl_cleanup(int gc) {
> if (gc) {
>
> - saving_system=TRUE;
> + saving_system=FALSE;
> GBC(t_other);
> saving_system=FALSE;
>
> minimize_image();
>
> so, regarding naming. It is defined as
>
> #define stdin __stdinp
> #define stdout __stdoutp
> #define stderr __stderrp
>
> See:
> https://github.com/phracker/MacOSX-SDKs/blob/master/MacOSX11.3.sdk/usr/include/stdio.h
--
Camm Maguire camm@maguirefamily.org
==========================================================================
"The earth is but one country, and mankind its citizens." -- Baha'u'llah
- Re: posix_spawn, (continued)
- Re: posix_spawn, Kirill A. Korinsky, 2023/12/23
- Re: posix_spawn, Kirill A. Korinsky, 2023/12/23
- Re: posix_spawn, Camm Maguire, 2023/12/24
- Re: posix_spawn, Kirill A. Korinsky, 2023/12/24
- Re: posix_spawn, Kirill A. Korinsky, 2023/12/24
- macOS 13 arm63 with Rosetta, Kirill A. Korinsky, 2023/12/24
- Re: posix_spawn, Kirill A. Korinsky, 2023/12/23
- Re: posix_spawn, Camm Maguire, 2023/12/24
- Re: posix_spawn, Kirill A. Korinsky, 2023/12/24
- Re: posix_spawn, Kirill A. Korinsky, 2023/12/24
- Re: posix_spawn,
Camm Maguire <=
- Re: posix_spawn, Kirill A. Korinsky, 2023/12/24
- Re: posix_spawn, Camm Maguire, 2023/12/24
- Re: posix_spawn, Kirill A. Korinsky, 2023/12/24