dgoodwin208 / BrainWriter

Combining EEG and Eyetracking to help people regain creative outlets
5 stars 2 forks source link

ofx::IO namespace not recognized with XCode 6.1.1 on Yosemite 10.10.2 #8

Open deep-introspection opened 9 years ago

deep-introspection commented 9 years ago

After the project was generated with the OF Project Generator, as advised, the compilation stalls in the file ofApp.h at the line:

using namespace ofx::IO;

The error is:

/Users/XXX/of_v0.8.4_osx_release/apps/myApps/OpenBCI_Test/src/ofApp.h:34:17: Use of undeclared identifier 'ofx'

And:

/Users/XXX/of_v0.8.4_osx_release/apps/myApps/OpenBCI_Test/src/ofApp.h:34:22: Expected namespace name

Any idea of how to solve this?

Cheers!

Guillaume

dgoodwin208 commented 9 years ago

This code was generated using openframeworks v8.0.1 I'll update the project today

Also, what board version do you have? If it's a v3 board (likely if you got it through the kickstarter) it has a different serial protocol that we're testing today too

On Saturday, February 28, 2015, Guillaume Dumas notifications@github.com wrote:

After the project was generated with the OF Project Generator, as advised, the compilation stalls in the file ofApp.h at the line:

using namespace ofx::IO;

The error is:

/Users/XXX/of_v0.8.4_osx_release/apps/myApps/OpenBCI_Test/src/ofApp.h:34:17: Use of undeclared identifier 'ofx'

And:

/Users/XXX/of_v0.8.4_osx_release/apps/myApps/OpenBCI_Test/src/ofApp.h:34:22: Expected namespace name

Any idea of how to solve this?

Cheers!

Guillaume

— Reply to this email directly or view it on GitHub https://github.com/dgoodwin208/BrainWriter/issues/8.

deep-introspection commented 9 years ago

Great, thanks for your quick answer!

I have indeed the v3 board of Quickstarter. In any case, I am highly motivated to help for the ofxOpenBCI project.