-
Notifications
You must be signed in to change notification settings - Fork 14
OSX Yosemtie #13
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
Comments
ping. any hints what might be going on? i've compiled addon and example with no problems on linux, on osx fails to compile, also compiled libOIS with exact same errors as @andymasteroffish
|
Did either of you ever figure this out? @s373 @andymasteroffish
|
I never made any progress with it. |
I've loved using this addon in the past, but I can't get it to work with Yosemite.
I suspect the issue is that libOIS.a was not compiled for my system, but I'm not sure how to go about doing that or where to find a compiled version.
I grabbed the version over here (http://www.ogre3d.org/tikiwiki/tiki-index.php?page=Building+Ogre3D+1.9+Statically+in+Mac+OS+X+(Yosemite)) and replacing my libOIS.a with the one in that packet helped, but I still get errors, mostly about createInputSystems, but I can't track it down.
Here's what XCode had to say:
Undefined symbols for architecture x86_64:
"OIS::InputManager::createInputSystem(std::multimap<std::string, std::string, std::lessstd::string, std::allocator<std::pair<std::string const, std::string> > >&)", referenced from:
ofxGamepadHandler::updatePadList() in ofxGamepadHandler.o
"OIS::InputManager::createInputObject(OIS::Type, bool, std::string const&)", referenced from:
ofxGamepadHandler::updatePadList() in ofxGamepadHandler.o
If you know how to resolve this or have a version working in Yosemite, I would be extremely appreciative. Thanks.
The text was updated successfully, but these errors were encountered: