10-22-2016, 05:59 PM
Removing the two wxWindow
etToolTip lines was the first thing I tried but wings would not build anymore. Had another look at the build error.
compile: warnings being treated as errors
wings_menu.erl:454: variable 'TipMsg' is unused
Makefile:168: recipe for target '../ebin/wings_menu.beam' failed
Renaming TipMsg to _TipMsg resolved the issue.

compile: warnings being treated as errors
wings_menu.erl:454: variable 'TipMsg' is unused
Makefile:168: recipe for target '../ebin/wings_menu.beam' failed
Renaming TipMsg to _TipMsg resolved the issue.