mcaceresb / stata-gtools

Faster implementation of Stata's collapse, reshape, xtile, egen, isid, and more using C plugins
https://gtools.readthedocs.io
MIT License
182 stars 38 forks source link

file gtools_windows_legacy.plugin not found #15

Closed sergiocorreia closed 7 years ago

sergiocorreia commented 7 years ago

Hi Mauricio,

I just updated gtools and got an error that got me a bit confused (nothing else has changed on my system:

. gcollapse (sum) price, by(turn)
file gtools_windows_legacy.plugin not found

I'm running Windows 10 and Stata 14.2. The string reported by which gtools is this:

*! version 0.6.16 13Sep2017 Mauricio Caceres Bravo, mauricio.caceres.bravo@gmail.com
mcaceresb commented 7 years ago

This should be fixed in the develop branch. Let me know if you keep having any problems. I inadvertently introduced this error when fixing https://github.com/mcaceresb/stata-gtools/issues/9

sergiocorreia commented 7 years ago

Thanks, working now!