| Summary: | B1 example crashed | ||
|---|---|---|---|
| Product: | Examples/Basic and Novice | Reporter: | Ilirjan Margjeka <ilirjan.margjeka> |
| Component: | B1 | Assignee: | Ivana Hrivnacova <ivana> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | minor | ||
| Priority: | P4 | ||
| Version: | 10.6 | ||
| Hardware: | All | ||
| OS: | Linux | ||
|
Description
Ilirjan Margjeka
2020-09-10 10:21:43 CEST
Hello, The error message which you posted warns about missing data sets; please, see more information about the data sets in the installation guide: http://geant4-userdoc.web.cern.ch/geant4-userdoc/UsersGuides/InstallationGuide/html/installguide.html#on-unix-platforms and the paragraph starting with: "Datasets are not required to be present to build Geant4, but may be required to run your application, ..." The Geant4 basic examples always require installed data sets. To get data sets with your Geant4 installation, you need to add the cmake option: -DGEANT4_INSTALL_DATA=ON in your cmake command. With best regards, |