Opioid
Opioid
I also have problems with actually using the statically built version of OpenVDB on windows. When I try to link a simple test program, I get a couple of errors....
Yes, this is what I did. I even used USE_STATIC_DEPENDENCIES=ON, which should set the individual flags for all dependencies as far as I understand. No success. EDIT: It seems that...
So you don't have mz_inflate() available?
I didn't think about that. But that would also give me results from different files, right? I already have a key that does "swiper-at-point", which I use very often to...
[main.cpp.txt](https://github.com/redguardtoo/counsel-etags/files/2518116/main.cpp.txt) I get the following emacs output: ``` No project found. You can create tags file using ‘counsel-etags-scan-code’. So we don’t need project root at all. Or you can setup...
On this windows machine the last update also causes the generation of the tags file to fail (As on linux, but slightly different message). ``` counsel-etags-scan-dir called => e:/projects/workspace/projects/sprout/ t...
Actually, ctags was not installed under cygwin, but I had a binary lying around somewhere else. After installing cygwin ctags an regenerating the tags file it works! Sorry for the...
I could solve problem 1 & 2 simply by manually copying a windows build of universal ctags into the cygwin directory! > That's actually faster because you don't need worry...
> Maybe it's good idea that `find-tag-at-point` should initiate case sensitive search. I would like that. > I'm concerned that any "smarter" algorithm makes `counsel-etags` slower and less generic. Makes...
In many languages one could try to differentiate between variables and functions based on trailing brackets. E.g. `a = a();`