Is the latest fastlad version available for the Teensy LC?

Is the latest fastlad version available for the Teensy LC?

The same code that works for my mega returns errors such as ‘CRGBArray’ does not name a type.

The teensy looks like it installs its own version of the libraries

https://www.pjrc.com/teensy/td_libs.html

but I am having a hard time to determine where and what version. The arduino/libraries/fastled.h file shows version 3001000.

After the teensy install, I reloaded the library FastLED-master, but the teensy compile still fails.

http://pastebin.com/vvX5NvNj

You need to delete (or relocate) the one that came with teensyduino

@Mr_Happy
Thanks. I found the teensy installed libraries under arduino/hardware/teensy/avr/libraries. Removed them and everything at least compiles now.