Opened 10 years ago
Closed 10 years ago
#231 closed defect (fixed)
Build does not see atomstruct_cpp changes causing crashes
Reported by: | Tom Goddard | Owned by: | Eric Pettersen |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Build System | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
Changes to atomstruct_cpp followed by a compile often results in a crash as soon as a molecule is opened. Doing a "make clean" in atomic and rebuilding fixes this. Probably the trouble is that dependencies of some of the C++ code on template header files are not specified in the Makefile so changes to the templates don't cause everything to be rebuilt. It would save a good bit of time if these dependencies were specified in the Makefile.
Note:
See TracTickets
for help on using tickets.
Added a bunch of dependencies and removed unused headers