Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown project file "gpr" - Error #30

Closed
mkbbala opened this issue Aug 16, 2018 · 8 comments
Closed

Unknown project file "gpr" - Error #30

mkbbala opened this issue Aug 16, 2018 · 8 comments
Assignees

Comments

@mkbbala
Copy link

mkbbala commented Aug 16, 2018

image

Any solution for this error?
Getting this error while running "gprbuild gnatcoll.gpr" in windows OS

Also, I don't see any file named "make" in the directory.not sure whether it ll create upon successful building.Any help is appreciated.

@pmderodat
Copy link
Member

Hello,

What compiler are you using? Is it a GNAT Community release (https://www.adacore.com/download), or a compiler built from sources at the FSF? (for instance http://gnuada.sourceforge.net/). You can tell running: gprbuild --version.

There is a Makefile file at the root of this repository: I’m not sure what else you would expect. :-)

@pmderodat pmderodat self-assigned this Aug 16, 2018
@mkbbala
Copy link
Author

mkbbala commented Aug 16, 2018

C:\Users\bmurugan\Desktop\gnatcoll-core-master>gprbuild --version
GPRBUILD Pro 2.2.2 (20150605) (i686-pc-mingw32)
Copyright (C) 2004-2015, Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
See your AdaCore support agreement for details of warranty and support.
If you do not have a current support agreement, then there is absolutely
no warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.

@mkbbala
Copy link
Author

mkbbala commented Aug 16, 2018

I think "make" is a command in Cygwin terminal. Updating now the Cygwin64 setup.

@pmderodat
Copy link
Member

Ok. It seems that you have a fairly old toolchain: you’ll probably need to update it in order to be able to build GNATCOLL, anyway. Either download a recent GNAT Community release (https://www.adacore.com/download), either try to get an upgrade from your distribution.

make is indeed a valid command in Cygwin, but what you will find in this repository is Makefile, which is the file that make looks for by default. So all should be fine here.

@mkbbala
Copy link
Author

mkbbala commented Aug 16, 2018

Thanks for the suggestion.
Downloading recent GNAT Community release.

@pmderodat
Copy link
Member

Ok. By the way, GNAT Community 2018 ships with GNATCOLL, so you will not need to compile it yourself. :-)

@mkbbala
Copy link
Author

mkbbala commented Aug 16, 2018

Ok.. Good News! Thanks!!

@t-14
Copy link
Collaborator

t-14 commented Aug 16, 2018

gprbuild version 2.2.2 is part of our GNAT Enterprise line. If you are a supported user I recommend that you contact customer support for any questions regarding installation and use of our commercial products.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants