| Summary: | Message "errors were encountered during installation" when there are none | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | w.stiller |
| Component: | config | Assignee: | Serguei.Sadilov |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 6.2 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
w.stiller
2004-12-03 01:49:13 CET
This is a known limitation of the parsing-stage for errors in the Configure script, which may resolve as errors some warnings that may show up. Assigned to the Configure script developer. It's normal and it's indeed a limitation. The script don't check format of all messages (which are different on most of the platforms) but checks the existance of some additional messages. The second time you did not get warnings during compilation (because it was compiled by first pass) so there was no any additional messages. But probably in future we will introduce more clever "error/warnings" parsing depending on platform. |