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

ofxGrt not building in of0.93 #16

Open
batchku opened this issue Sep 27, 2016 · 3 comments
Open

ofxGrt not building in of0.93 #16

batchku opened this issue Sep 27, 2016 · 3 comments

Comments

@batchku
Copy link

batchku commented Sep 27, 2016

Hi Nick,

Something happened in the last 48 hours; the previous version of ofxGrt compiled in my ofx apps fine. The version now gives an error for the "#include GRT/GRT.h" line, ofxGrt.h, saying "file not found".

Did something with paths changes in the last couple of days?

ali

@nickgillian
Copy link
Owner

Hi Ali,

This might be related to a bad pull-request-merge (that occurred yesterday).

This should be fixed now.

Can you try two things:

  1. pull from the master branch to get the latest updates
  2. run: git submodule update to get the latest backend GRT updates

I hope this fixes things.

@AndreasRef
Copy link

Nicks advice does the trick:

git submodule init
git submodule update

@kursor
Copy link

kursor commented Aug 21, 2018

Installed today and same issue. Was fixed with @AndreasRef 's git tricks.

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

4 participants