I tryed compile the OF's AudioOutputExample before, and needed to change manually the device ID.
Now when i compile again the ofxStk example_simple i just see empty window open without gui elements and keys pressed don't work ??
Also i have a doubt when i read ofxStk readme says
if your are on linux and your system is little endian you have to complie with the following option
-D__LITTLE_ENDIAN__
..should i write in config.make in Project define part:
PROJECT_DEFINES = __LITTLE_ENDIAN__
.. like this ?
I build a new project with the project generator, paste the same code and now everytime i try to compile, C::B tell me the project haven't build yet. it seems the ofxStk make troubles ??
Any lights ?
thank's