Open memo opened 8 years ago
I pulled the current grt src and rebuilt libgrt.a. This time I got a ton of other link errors related to GRT:: undefined references. So I zapped the headers too and used the fresh headers I got from the grt repo (i.e. to match the headers to the lib). I just had a few compile errors and had to change MatrixFloat to Matrix
Note. I used the src from the grt master branch. Wasn't sure if master or dev is more recent. They seem to have diverged quite a while ago.
I also tried with the dev branch. Also, if I just remove the libgrt.a all together and just include the full grt src it also works. So must be something wrong with the libgrt.a in the repo.
I think the link errors related to using the older GRT master branch code (as the earlier version of ofxGrt was being built against the GRT dev branch).
The master and dev branches of the GRT are now relatively in sync, so these issues should go away if you try building the GRT from either dev/master.
Note that there is a script in the ofxGrt repo that you can use to build/update the static library of the GRT that lives in the ofxGrt repo:
https://github.com/nickgillian/ofxGrt/blob/master/scripts/update_grt.py
I'm getting a ton of link errors on all of the examples similar to the below. This happens whether i use make, or QTCreator. I have gcc/g++ 4.9.3.
The errors seem related to basic_string stuff, which apparently isn't in libstdc++. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42033