ofxGrt
ofxGrt copied to clipboard
ofxGrt not building in of0.93
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
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:
- pull from the master branch to get the latest updates
- run: git submodule update to get the latest backend GRT updates
I hope this fixes things.
Nicks advice does the trick:
git submodule init git submodule update
Installed today and same issue. Was fixed with @AndreasRef 's git tricks.