comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon@pushface.org>
Subject: Re: 1. some files unnecessarily recompile. 2. .ali files are created twice
Date: Thu, 30 Nov 2017 22:07:44 +0000
Date: 2017-11-30T22:07:44+00:00	[thread overview]
Message-ID: <lyd13zbetr.fsf@pushface.org> (raw)
In-Reply-To: ovpqta$5uk$1@gioia.aioe.org

Victor Porton <porton@narod.ru> writes:

> 1. No matter if the entire library was already compiled, some Ada
> files are re-compiled every time I type "make". This is an error.

Try running gprbuild with the "-vm" or "-vh" flag, which should tell you
the reasons for the recompilations.

> 2. .ali files are created in both lib/ and in obj-dynamic/ dirs. This
> seems redundant.

They are built in the object directory and copied to the library
directory. That is the way it is.

> My source is available at
> https://github.com/vporton/xml-boiler/tree/master/src
>
> It was configured as follows:
>
> ./configure --enable-debug --enable-maintainer-mode \
>   --with-gprbuild="gprbuild -j8" --prefix=/usr/local/stow/xml-boiler

It seems to need some automake/autoconf dance which didn't work
immediately, and in any case

   Compile
      [Ada]          boiler-rdf_recursive_descent.adb
   boiler-rdf_recursive_descent.adb:18:06: file "rdf.ads" not found

but I won't pursue that.

  reply	other threads:[~2017-11-30 22:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-30 20:49 1. some files unnecessarily recompile. 2. .ali files are created twice Victor Porton
2017-11-30 22:07 ` Simon Wright [this message]
2017-11-30 22:59 ` Victor Porton
replies disabled

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