Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OF 0.10.1 "Unknown type name 'string'" #11

Open
stephanschulz opened this issue Jan 16, 2019 · 1 comment
Open

OF 0.10.1 "Unknown type name 'string'" #11

stephanschulz opened this issue Jan 16, 2019 · 1 comment

Comments

@stephanschulz
Copy link

Hi :)

I use ofxDMX a lot and it works beautifully.

But when trying to compile it in OF 0.10.1 I get a bunch of compile errors like this:

/Applications/of_v0.10.1_osx_release/addons/ofxDmx/src/ofxDmx.h:16:18: Unknown type name 'string'; did you mean 'std::string'?
/Applications/of_v0.10.1_osx_release/addons/ofxDmx/src/ofxDmx.h:31:2: Unknown type name 'vector'; did you mean 'std::vector'?

adding std:: does solve it.
is that now needed in OF 0.10.x ?

screen shot 2019-01-16 at 2 11 04 pm

@npisanti
Copy link

it should be fixed in my fork, i also made a pull request on this repo, but it's still to be merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants