9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Amavect <amavect@gmail.com>
To: 9front@9front.org
Subject: Re: [9front] Bug in APE pcc
Date: Sat, 30 Sep 2023 21:32:16 -0500	[thread overview]
Message-ID: <CAGOW0YMDptcQ8yyqT8YzK=7z18dB=k0yNCcGRO8G=ASdpZsWcw@mail.gmail.com> (raw)
In-Reply-To: <CAN4cm2uyd=hZf2f+CiFYWr8_5E26qiZ5CG_3COADm5qOALLL9g@mail.gmail.com>

On Sat, Sep 30, 2023 at 8:56 PM 有澤健治 <karisawa@gmail.com> wrote:
> How to fix the problem?
> add
>     extern double log2(double);
> to
>     /amd64/include/ape/math.h
This should already be in /sys/include/ape/math.h
However, /amd64/include/ape/*.h gets read first, making a conflict.
/amd64/include/ape/math.h should not exist.

Make sure /sys/include/ape/math.h exists (and contains log2),
then delete /amd64/include/ape/math.h

Thanks,
Amavect

  reply	other threads:[~2023-10-01  2:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-01  1:52 有澤健治
2023-10-01  2:32 ` Amavect [this message]
2023-10-01 11:53   ` 有澤健治

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAGOW0YMDptcQ8yyqT8YzK=7z18dB=k0yNCcGRO8G=ASdpZsWcw@mail.gmail.com' \
    --to=amavect@gmail.com \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).