Installation problems under Windows
Installation instructions cover this now.
make install not working
Fixed in release 20191120.
Relocatable library is unusable
Fixed in release 20191120.
Confusion about install locations
Fixed in release 20191120.
make test crashes when GUI button is pressed
Fixed in release 20191120.
Added tag Rel_20191120 for changeset 054ac47c0a71
Removed tag Rel_20191120
Removed tag Rel_20191119
Improved distribution construction.
Updated README for release.
Added tag Rel_20191120 for changeset 83a0262f03ff
make install not working
This commit work as expected. Thank you very much for your work. For me, this bug is fixed.
I'm not quite sure how I managed to do this, but the commited src/makefile contained a "working" revision that no longer created the -stamp files. Try with commit [960dd4].
Make *-stamp files in src/.
Ok, I just downloaded snapshot for commit [65fce8]. Unzipped and then: 1. make all works as expected (some warnings about Ada 2005 pragma, but this is expected :) ) 2. make install still not working, because in src there no that file like lib-static-stamp 3. touch works as expected (I hope ;)) Fedora 31. 4. find . -name "lib-*-stamp" in main directory returns zero results (no files with that name). 5. grep -nre "-stamp" . in main directory returns only result from main makefile. 6. When I manually...
make install not working
I've tried with CE 2019 on debian stretch and macOS Mojave - no problem. I couldn't try CE 2019 on Windows, because it's 64-bit only and I have a 32-bit Windows, but GPL-2017 worked fine. The only explanation I can see (I don't say it's a plausible explanation!) is that the touch comand isn't working on your machine? (I'm setting up for a new release, & have committed the corresponding changes: I don't see that they'll affect your problem, though)
Updated README for release.
Added tag Rel_20191119 for changeset 3e2b386b484c
Minor maintenance.
My mistake, I should wrote that I was using version from repository, not released. In the repo version, make all works without problems (on Linux, on Windows there are some problems), just don't generate this two files. At least not for GNAT 2019 Community.
I don't understand how you managed to install a library that wasn't properly built! (if it had been properly built, via make -C src, src/lib-*-stamp would exist). I do agree that the setup/make/install process is broken, though - it would help if there were some instructions.
I don't understand how you managed to install a library that wasn't properly built! (if it had been properly built, via make -C src, src/lib-*-stamp would exist. I do agree that the setup/make/install process is broken, though - it would help if there were some instructions.
make install not working
Relocatable library is unusable
Fixed at [f99b6b] and [a89d97].
Relocatable library is unusable
Mainly more changes for relocatable libraries.
Summary: Changes for relocatable libraries (new Gprbuild rules)
Libraries, includes under top-level directory
More GPR cleanup.
I just updated the repo; main changes in [77e800]. Thanks for that. My only Linux...
Confusion about install locations
I just updated the repo; main changes in [77e800]. setup.tcl is shortened (I've left...
Documentation update.
Reorganise build & distribution.
make test crashes when GUI button is pressed
Fixed in [0bf4d7].
Updated demos/ to move command creation from ma...
The development FSF GCC 7.0.0 has the same problem; I guess AdaCore exported the...
make test crashes when GUI button is pressed
Idiot! timer.tcl doesn't use the compiled timer.adb at all.
Is your system rather old? haven't we gone past GCC 4.6? Good point. It seems that...
I think it might be about time to get rid of setup.tcl (I can't use the GUI version...
I just found out (GNAT GPL 2016, macOS Sierra) that the CE happens (on Start) when...
I just found out (GNAT GPL 2016, macOS Sierra) that the CE happens (on Start) when...
Confusion about install locations
Not shure that it is a TCL/TK issue. After a (longer) gdb session is seems to be...
Ok, now as a registered user ;-) While poking around with this bug on Win7 i found...
The same happens on OS X with GNAT GPL 2015 (perfectly OK with FSF GCC 5.2.0). I...
make test crashes when GUI button is pressed
Avoid mixed-language mixed-target problem. Use ...
Fix mistake with build gpr.
Support building both relocatable and static li...
Tell GPS what VCS we're using.
Closed branch 'westley'.