comp.lang.ada
 help / color / mirror / Atom feed
From: axtens <Bruce.Axtens@gmail.com>
Subject: Wide_Wide_String and Ada.Tags.Tag_Table
Date: Wed, 5 Dec 2007 22:10:39 -0800 (PST)
Date: 2007-12-05T22:10:39-08:00	[thread overview]
Message-ID: <33c88d72-a1a5-45ce-ad66-059a412f7930@e25g2000prg.googlegroups.com> (raw)

G'day everyone

In the process of attempting to change the spitbol library into
something that uses Wide_Wide_String, I've been hitting a brick wall
with the following compile error:

C:\DOCUME~1\ALLUSE~1\DOCUME~1\Projects\BOS>build
Building debug version of dll
gcc -c -g -s -gnatn -gnatQ -gnatf -gnato -g -gnata -gnat05 -I- -gnatA
C:\DOCUME~1\ALLUSE~1\DOCUME~1\Projects\BOS\bos.adb
a-except.ads:327:26: run-time configuration error
a-except.ads:327:26: entity "Ada.Tags.Tag_Table" not defined
compilation abandoned due to previous error
gnatmake: "c:\docume~1\alluse~1\docume~1\projects\bos\bos.adb"
compilation error

gnatbind: Cannot find: bos.ali
gnatlink: debug\bos.ali not found
dlltool: Unable to open base-file: debug\bos.base
gnatlink: debug\bos.ali not found


I've copied g-spitbo.ad? and related files into the project folder and
renamed them to
    Spitbol32.adb
    Spitbol32.ads
    Spitbol32-Patterns.adb
    Spitbol32-Table_VString.ads
    Spitbol32-Table_Integer.ads
    Spitbol32-Table_Boolean.ads
    Spitbol32-Patterns.ads

Then I've referenced them in my project as follows.

with Spitbol32;	use Spitbol32;
with Spitbol32.Patterns; use Spitbol32.Patterns;
with Spitbol32.Table_Boolean; use Spitbol32.Table_Boolean;
with Spitbol32.Table_Integer; use Spitbol32.Table_Integer;
with Spitbol32.Table_VString; use Spitbol32.Table_VString;

At this point all I have are these declarations. I haven't actually
called any of the public functions/procedures as yet.

What's this error about? I can tell that a-except.ads can't see the
Tags_Table type in Ada.Tags, but can't figure what to do about it.

Ideas, anyone?

Kind regards,
Bruce.



             reply	other threads:[~2007-12-06  6:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-06  6:10 axtens [this message]
2007-12-06  7:40 ` Wide_Wide_String and Ada.Tags.Tag_Table axtens
2007-12-06  8:20 ` axtens
2007-12-07  6:55 ` Stephen Leake
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox