You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(1) cloning the repository and following the instruction. didn't compile. lots of warnings and stopped.
(2) went to the "ScorchCrafter/ScorchcrafterGUI/dpf/dgl" and changed the Makefile to add "-Wimplicit-fallthrough=0" in line 17
This was on Linux Mint.
(1) cloning the repository and following the instruction. didn't compile. lots of warnings and stopped.
(2) went to the "ScorchCrafter/ScorchcrafterGUI/dpf/dgl" and changed the Makefile to add "-Wimplicit-fallthrough=0" in line 17
BUILD_CXX_FLAGS += -Wno-type-limits -fpermissive -Wimplicit-fallthrough=0
(3) compiled. (although there are still warnings)
The text was updated successfully, but these errors were encountered: