[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FYI Fwd: [plaurent/gnustep-build] I receive the following when compi
From: |
Svetlana Tkachenko |
Subject: |
Re: FYI Fwd: [plaurent/gnustep-build] I receive the following when compiling a hello world program (#17) |
Date: |
Mon, 25 May 2020 15:09:44 +1000 |
User-agent: |
Cyrus-JMAP/3.3.0-dev0-488-g9249dd4-fm-20200522.001-g9249dd48 |
Hi Patryk
Patryk Laurent <plaurent@me.com> написал(а):
> Hello,
>
> These messages are causing user confusion.
>
> Regards,
> Patryk
>
>
> Begin forwarded message:
>> *From:* David Brown <notifications@github.com>
>> *Date:* May 24, 2020 at 21:34:09 PDT
>> *To:* plaurent/gnustep-build <gnustep-build@noreply.github.com>
>> *Cc:* Subscribed <subscribed@noreply.github.com>
>> *Subject:* *[plaurent/gnustep-build] I receive the following when compiling
>> a hello world program (#17)*
>> *Reply-To:* plaurent/gnustep-build
>> <reply+AALUXXN3BB3YOJOMXTGL5MF424V37EVBNHHCKMQRFM@reply.github.com>
>>
>>
>> Compiling and running hello.
>> NSAutoreleasePool does not support ARC correctly (implements retain)
>> GSPlaceholderString does not support ARC correctly (implements retain)
>> GSMutableString does not support ARC correctly (implements retain)
>> NSConstantString does not support ARC correctly (implements retain)
>> GSTinyString does not support ARC correctly (implements retain)
>> GSPlaceholderValue does not support ARC correctly (implements retain)
>> GSMutableArray does not support ARC correctly (implements retain)
>> GSPlaceholderArray does not support ARC correctly (implements retain)
>> GSPlaceholderTimeZone does not support ARC correctly (implements retain)
>> NSLocalTimeZone does not support ARC correctly (implements retain)
>> _NSConcreteProcessInfo does not support ARC correctly (implements retain)
>> NSSmallInt does not support ARC correctly (implements retain)
>> NSBundle does not support ARC correctly (implements release)
>> NSNull does not support ARC correctly (implements retain)
>> 2020-05-24 23:26:25.110 hello[32983:32983] Hello, World!
>> I've created a Gist so you can see what I'm running.
>> https://gist.github.com/Adobe-Android/e0ac8d85d5eb277c50d56545d6165c48
>> I get the same message whether I run arc_hello.m or non_arc_hello.m with
>> compile.sh
>>
This was already discussed at this list. I would give you a link, but the web
page with archives <http://mail.gnu.org/archive/html/discuss-gnustep/> does not
load.
Svetlana