From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,57d6726df7b9ad13 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: Re: text tools References: From: Stephen Leake Date: Mon, 19 Oct 2009 04:09:43 -0400 Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt) Cancel-Lock: sha1:BmYbIK7fV5RKf7sd3CtItfK71RQ= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 6c66e4adc1ea2e197caa719406 Xref: g2news2.google.com comp.lang.ada:8727 Date: 2009-10-19T04:09:43-04:00 List-Id: Rob Solomon writes: > Tried to compile one of the texttool examples. This is the furthest I > got after having lots of trouble getting GNAT to find the sources. > I have lots of errors that I don't understand. This is on Ubuntu 9.04 > system w/ texttools installed via synaptic. > > What's up with this? There are at least three problems: > gnatmake -P/home/rob/tt/texttools-2.0.5/examples/basic.gpr basic.adb > -d > gcc-4.3 -c -I- -gnatA /usr/share/ada/adainclude/texttools/common.adb > common.ads:76:10: warning: return type of "Odds" is an 8-bit Ada > Boolean, use char in C 1) Apparently the texttools authors simply ignored these warnings? 2) The library should be installed precompiled; why is GNAT recompiling it? > /home/rob/tt/texttools-2.0.5/examples/os.o: In function > `os__setinterface': > os.adb:(.text+0x119b): undefined reference to `Interface_String' 3) This appears to be a missing library. Sorry I can't be much more help. I suggest you contact the texttools authors directly. -- -- Stephe