on compile I'm getting this error from gcc:
gcc: error: /home/jmott/easygl/examples/model_loading/nimcache/read.o: No such file or directory
How can I track down the cause of this?
edit: nim -f fixed it.
to get more info on each compile step, set the verbosity level
nim c --verbosity:2 ....
Deleting the nimcache directory also works.
"There are 2 hard problems in computer science: cache invalidation, naming things, and off-by-1 errors." - secretGeek