comp.lang.ada
 help / color / mirror / Atom feed
* gprbuild install error (2019)
@ 2019-12-25  8:27 George J
  2019-12-25 23:58 ` Stephen Leake
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: George J @ 2019-12-25  8:27 UTC (permalink / raw)


Hi all! Yesterday i tried to install gprbuild from github ( i need a new version to use gnatcoll ). Platform wnd 10 X64. Xmlada components has been installed ideally by instruction (readme.md). To install gprbuild i've installed cygwin first.
(Gprbuild source dir where i'm installing from : C:\GNAT\components\gprbuild)

According to instruction (https://github.com/AdaCore/gprbuild)
1. bootstap - ok
2. make ... setup - ok
3. make all - ok
4. make install - error.
So, that's an error :
"file C:\GNAT\components\gprbuild\exe\production\gprconfig does not exist, build may not be complete"
BUT, if we go to that path, file gprconfig.exe is situated there! And if we manually delete it's extension '.exe' - error will be shown about another file in that directory. So, i've decided to go further. After making copy of that files and deleting all extensions from the names i've got errors about "not finding *.pdf, *doc" and other files in "doc directory". So i left this initiative to fix this problem this way, and i don't know what i do wrong. I've read all issues on that branch on github, but can't find any decision.
Hope someone know, what the problem is.
Thanks!


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gprbuild install error (2019)
  2019-12-25  8:27 gprbuild install error (2019) George J
@ 2019-12-25 23:58 ` Stephen Leake
  2019-12-26  8:12   ` George J
  2020-01-10 20:09 ` mario.blunk.gplus
  2020-01-11 15:12 ` Jere
  2 siblings, 1 reply; 5+ messages in thread
From: Stephen Leake @ 2019-12-25 23:58 UTC (permalink / raw)


On Wednesday, December 25, 2019 at 12:27:15 AM UTC-8, George J wrote:
> Hi all! Yesterday i tried to install gprbuild from github ( i need a new version to use gnatcoll ). Platform wnd 10 X64. 

Just use the binary install from https://www.adacore.com/download

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gprbuild install error (2019)
  2019-12-25 23:58 ` Stephen Leake
@ 2019-12-26  8:12   ` George J
  0 siblings, 0 replies; 5+ messages in thread
From: George J @ 2019-12-26  8:12 UTC (permalink / raw)


четверг, 26 декабря 2019 г., 2:58:34 UTC+3 пользователь Stephen Leake написал:
> On Wednesday, December 25, 2019 at 12:27:15 AM UTC-8, George J wrote:
> > Hi all! Yesterday i tried to install gprbuild from github ( i need a new version to use gnatcoll ). Platform wnd 10 X64. 
> 
> Just use the binary install from https://www.adacore.com/download

Thanks a lot, Stephen, it's working now. Moreover i could install sql modules for gnatcoll.
And what is the error i've got before installing - is still a mystery for me.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gprbuild install error (2019)
  2019-12-25  8:27 gprbuild install error (2019) George J
  2019-12-25 23:58 ` Stephen Leake
@ 2020-01-10 20:09 ` mario.blunk.gplus
  2020-01-11 15:12 ` Jere
  2 siblings, 0 replies; 5+ messages in thread
From: mario.blunk.gplus @ 2020-01-10 20:09 UTC (permalink / raw)


On Wednesday, December 25, 2019 at 9:27:15 AM UTC+1, George J wrote:
> Hi all! Yesterday i tried to install gprbuild from github ( i need a new version to use gnatcoll ). Platform wnd 10 X64. Xmlada components has been installed ideally by instruction (readme.md). To install gprbuild i've installed cygwin first.
> (Gprbuild source dir where i'm installing from : C:\GNAT\components\gprbuild)
> 
> According to instruction (https://github.com/AdaCore/gprbuild)
> 1. bootstap - ok
> 2. make ... setup - ok
> 3. make all - ok
> 4. make install - error.
> So, that's an error :
> "file C:\GNAT\components\gprbuild\exe\production\gprconfig does not exist, build may not be complete"
> BUT, if we go to that path, file gprconfig.exe is situated there! And if we manually delete it's extension '.exe' - error will be shown about another file in that directory. So, i've decided to go further. After making copy of that files and deleting all extensions from the names i've got errors about "not finding *.pdf, *doc" and other files in "doc directory". So i left this initiative to fix this problem this way, and i don't know what i do wrong. I've read all issues on that branch on github, but can't find any decision.
> Hope someone know, what the problem is.
> Thanks!

I solved the "make install" issue a different way. See
https://github.com/Blunk-electronic/ada_training/blob/master/gtkada-installation.md
That helps perhaps.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gprbuild install error (2019)
  2019-12-25  8:27 gprbuild install error (2019) George J
  2019-12-25 23:58 ` Stephen Leake
  2020-01-10 20:09 ` mario.blunk.gplus
@ 2020-01-11 15:12 ` Jere
  2 siblings, 0 replies; 5+ messages in thread
From: Jere @ 2020-01-11 15:12 UTC (permalink / raw)


On Wednesday, December 25, 2019 at 3:27:15 AM UTC-5, George J wrote:
> Hi all! Yesterday i tried to install gprbuild from github ( i need a new version to use gnatcoll ). Platform wnd 10 X64. Xmlada components has been installed ideally by instruction (readme.md). To install gprbuild i've installed cygwin first.
> (Gprbuild source dir where i'm installing from : C:\GNAT\components\gprbuild)
> 
> According to instruction (https://github.com/AdaCore/gprbuild)
> 1. bootstap - ok
> 2. make ... setup - ok
> 3. make all - ok
> 4. make install - error.
> So, that's an error :
> "file C:\GNAT\components\gprbuild\exe\production\gprconfig does not exist, build may not be complete"
> BUT, if we go to that path, file gprconfig.exe is situated there! And if we manually delete it's extension '.exe' - error will be shown about another file in that directory. So, i've decided to go further. After making copy of that files and deleting all extensions from the names i've got errors about "not finding *.pdf, *doc" and other files in "doc directory". So i left this initiative to fix this problem this way, and i don't know what i do wrong. I've read all issues on that branch on github, but can't find any decision.
> Hope someone know, what the problem is.
> Thanks!

I can't speak to cygwin, but I recently (finally) got it to build and install
on mingw64 (msys2).  I had to build xmlada as static only (part of the
configure script), but I was able to make gprbuild that way.  

I will say I saw a similar issue on mingw64 when trying to build the Gnoga
library.  I don't know for sure, but I think it ended up being something
in their build environment because after a later update to one of their
3rd party libraries, the issue went away for me.  I don't know if this is
the same as what you are experiencing on cygwin though.  For me it was just
the .exe extensions (which I manually worked around by changing a gpr file
to create the filenames in a way that worked).


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-01-11 15:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-25  8:27 gprbuild install error (2019) George J
2019-12-25 23:58 ` Stephen Leake
2019-12-26  8:12   ` George J
2020-01-10 20:09 ` mario.blunk.gplus
2020-01-11 15:12 ` Jere

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