Opened 2 years ago
Closed 2 years ago
#9901 closed defect (fixed)
Error in TOML example bundle Makefile
Reported by: | Owned by: | Zach Pearson | |
---|---|---|---|
Priority: | moderate | Milestone: | |
Component: | Documentation | Version: | |
Keywords: | Cc: | R.A.Scheltema@…, pett | |
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
Note that on Windows $(CHIMERAX_EXE) uses the ChimeraX-console.exeexecutable rather than the normal ChimeraX.exe. This is because on Windows an executable cannot be both a GUI and a console app. So for running ChimeraX with the --nogui flag, you need to use the console executable.
This is however not reflected in the supplied example make file. Would be nice if that can be worked in there to avoid confusion.
Specifically this Makefile: https://github.com/RBVI/ChimeraX-Bundle-Template-TOML/blob/main/Makefile#L42
Note:
See TracTickets
for help on using tickets.
Fixed. Nice catch!