ml4a / ml4a-ofx

A collection of openFrameworks apps for working with machine learning
http://ml4a.github.io
1.22k stars 279 forks source link

ImageTSNELive: fatal error C1083: Cannot open include file: 'unistd.h' #37

Open gxskar opened 5 years ago

gxskar commented 5 years ago

Does this error occur because the ofCcv is developed only for Linux and OSX? I have imported all of the addons but it can't locate this particular file, that is supposed to be included to the ofCcv folder

genekogan commented 5 years ago

anything using ofxCcv will not work on Windows because we've not been able to compile ccv for Windows so far.