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_50,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:ac8:5ed6:0:b0:3a7:e66a:8c0d with SMTP id s22-20020ac85ed6000000b003a7e66a8c0dmr4004435qtx.337.1673514733582; Thu, 12 Jan 2023 01:12:13 -0800 (PST) X-Received: by 2002:a05:6214:29eb:b0:516:d25b:9c94 with SMTP id jv11-20020a05621429eb00b00516d25b9c94mr4232833qvb.113.1673514733404; Thu, 12 Jan 2023 01:12:13 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 12 Jan 2023 01:12:13 -0800 (PST) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=118.208.176.39; posting-account=d51RWwoAAADvR-x0zYAtT9z3CRxT1eXo NNTP-Posting-Host: 118.208.176.39 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> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Artificial Intelligence libraries in ADA From: Roger Mc Injection-Date: Thu, 12 Jan 2023 09:12:13 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 2589 Xref: reader01.eternal-september.org comp.lang.ada:64808 List-Id: 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