From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=BAYES_05,FORGED_GMAIL_RCVD, FREEMAIL_FROM,NICE_REPLY_A,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Rod Kay Newsgroups: comp.lang.ada Subject: Re: Artificial Intelligence libraries in ADA Date: Thu, 12 Jan 2023 21:32:37 +1100 Organization: A noiseless patient Spider Message-ID: References: <53481976-aebc-4d6d-bb8f-aa4f63f0b01b@googlegroups.com> <9becf5e6-1e77-4711-a4bb-1c7a5465e804n@googlegroups.com> <8f87c00c-1043-4452-8cee-ce437c0fafcfn@googlegroups.com> <29948ab4-9b39-4996-bcb8-3a2f7f509225n@googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Thu, 12 Jan 2023 10:32:20 -0000 (UTC) Injection-Info: reader01.eternal-september.org; posting-host="1d3df95a2be197b83fa17e6989f75c3b"; logging-data="1322326"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18tmZVZs2CgHb91vNLLhl0ZFeSvxx9DI9o=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Cancel-Lock: sha1:Xr7VBKvLeFVRqmcxmymNAckJOL0= Content-Language: en-US In-Reply-To: Xref: reader01.eternal-september.org comp.lang.ada:64810 List-Id: On 12/1/23 20:12, Roger Mc wrote: > On Thursday, January 12, 2023 at 7:01:55 PM UTC+11, roda...@gmail.com wrote: > >> I've just updated the tensorflow binding (with formatting cosmetics) and >> pushed to github. > > My build of the git cloned tensorflow failed. > >> Does 'tensorflow/c/c_api.h' exist anywhere on your system ? >> If so, you might try modifying the 'tensorflow_wrap.c' #include to use your path to the 'c_api.h'. > > c_api.h exists in numerous places, particularly in the git cloned tensorflow just downloaded. > It also exists deep in a couple of Python systems. > As the git cloned tensorflow build failed, I think my best plan is to delete it as it consumes much disk space. > I'll try using a path to one of the Python system versions. > > I've updated cBound to your latest push. > Thanks for your assistance, > Roger I doubt using a path to one of the Python system versions will work :/ . Which OS are you using ?