Attempting to install this module in emacs 24.5.1 gives this error:
Compiling file ~/.emacs.d/elpa/cuda-mode-1.0.0/cuda-mode.el at Sun Mar 4 12:30:00 2018
cuda-mode.el:112:1:Error: Symbol's function definition is void: set-difference
It looks like cuda-mode.el should be requiring cl: "(require 'cl)". Doing so before loading cuda-mode seems to make it work.
Attempting to install this module in emacs 24.5.1 gives this error:
Compiling file ~/.emacs.d/elpa/cuda-mode-1.0.0/cuda-mode.el at Sun Mar 4 12:30:00 2018
cuda-mode.el:112:1:Error: Symbol's function definition is void: set-difference
It looks like cuda-mode.el should be requiring cl: "(require 'cl)". Doing so before loading cuda-mode seems to make it work.