Problem 2525

Summary: geant4-config --libs missing recently builtin SG vis
Product: Geant4 Reporter: Hans Toshihide Törnqvist <hans.tornqvist>
Component: cmakeAssignee: Ben Morgan <Ben.Morgan>
Status: CLOSED FIXED    
Severity: minor    
Priority: P4    
Version: 11.1   
Hardware: All   
OS: All   

Description Hans Toshihide Törnqvist 2023-01-22 19:12:37 CET
Somewhere between versions 11.0 and 11.1, G4VisExecutive.icc always adds G4ToolsSGOffscreen, but geant4-config.in does not yet have it in vis_libs which leads to a linking error.
Comment 1 Ben Morgan 2023-01-24 09:53:28 CET
This is already fixed on the development branch, and will be fixed in the next patch to 11.1. Whilst a patch to 11.0 is technically possible, it requires more work due to the complexity of setup of ToolsSG in that release.