ofxGrt icon indicating copy to clipboard operation
ofxGrt copied to clipboard

ofxGrt not building in of0.93

Open batchku opened this issue 9 years ago • 3 comments

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

batchku avatar Sep 27 '16 15:09 batchku

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.

nickgillian avatar Sep 27 '16 20:09 nickgillian

Nicks advice does the trick:

git submodule init git submodule update

AndreasRef avatar Apr 12 '17 22:04 AndreasRef

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

kursor avatar Aug 21 '18 19:08 kursor