-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
ofxAssimp not working if used alongside ofxAssimpModelLoader #8022
Comments
Hi @dimitre, |
Glad to know, thanks. maybe I had something outdated. just found some other issues trying to test this one again :) |
Hey @NickHardeman I'm just again trying new ofxAssimp and having the same compiling issues in XCode / make Both addons have identical .h names, like #include "ofxAssimpTexture.h" compiler doesn't know which one to pick and have to choose one, sometimes returning errors.
|
if I remove only the "src" files from ofxAssimpModelLoader the project compiles ok. but as I'm porting some stuff I will need both |
use make to test. I've just found XCode in master seems to compile ok. |
Hmm. It seems like I should be getting the errors you mentioned but I can't reproduce them. I created a project with the project generator and included both add ons. Both Xcode and make compiled for me. I tested with the nightly.
|
Using one or another is OK. I was using both to port some code to the new ofxAssimp
The text was updated successfully, but these errors were encountered: