Wondering what' going on with some Teensy3.1 FastLED code.

Wondering what’ going on with some Teensy3.1 FastLED code. Here’s the scoop: Stefan Petrick’s Funky Clouds sketch compiles just fine as I’ve coupled Teensyduino with Arduino’s IDE 1.0.6. Any other sketch just gives me errors when compiling. Previously I must have had the libraries section where the Arduino IDE couldn’t find it but I duplicated the whole libraries section everywhere and somehow the IDE found what it needed. Recently Jason Coons uploaded some sketches such as, Funky Clouds Spiral and others which don’t compile. This is what pops up in orange:

1.6.0\Arduino-1.0.6\libraries\RobotIRremote\IRremote.cpp:119:4: error: expected constructor, destructor, or type conversion before ‘(’ token

And this happens with every sketch I’ve tried to compile using the SmartMatrix stuff. Does anyone have any idea why? I’m stumped.

BTW, I have to folders in my libraries section: RobotIRremote and IRremote and both have exactly the same files within.

I think this question might best fit in here: https://plus.google.com/communities/105354523738870531811

This is an error due to code not related to FastLED, rather Smartmatrix. Hope that helps.

Here’s some notes on handling the RobotIRremote library conflict: https://github.com/pixelmatix/aurora/wiki/Compiling#fix-irremote-and-robotirremote-conflict

Also, I haven’t tried some of my older sketches lately, they may need updated, I’ll check the next chance I get.