Nathan Taylor

Results 14 comments of Nathan Taylor

@ifndefJOSH : for your situational awareness and a shameless plug (pun semi-intended): you may also be interested in https://github.com/dijkstracula/vim-ivy , which includes installation support for vundle/pathogen/etc.

The [VS plugin](https://github.com/kenmcmil/ivy/blob/master/vs/ext/TokenTagger.cs#L310-L388) could also be updated similarly.

Interesting - while I get those unused variable warnings, compilation succeeds on my non-Linux machine. Both those undeclared identifiers, on my machine, are defined in `opencv2/highgui/highgui_c.h`, which `opencv/highgui.h` includes. It's...

It also seems straightforward, I'd guess, to bump the opencv dependency version and change the usage here; however, real life beckons and I'm short on cycles to take that on...