-
Notifications
You must be signed in to change notification settings - Fork 508
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
not working under the osx environment #16
Comments
Hi, you can check my repo at https://github.com/liningpan/examples . I just fixed some small error, and I haven't started reading the book yet. I know some examples may not running correctly. At least I can compile now |
I think the original project works fine with Visual Studio under Windows. |
thanks, I will give it a try when i am free |
@liningpan Do you know what causes on Mac OSX the following issues? I cloned your repo as this one produces so many errors on Mac OSX, and had much more success, but got the following:
Looks to be something to do with this joystick functionality, but I am not 100% certain |
try to add " -framework Cocoa -framework IOKit" while compiling on macosx |
After I fix some compile errors: https://github.com/yaojingguo/examples/tree/hacking,
After removing
After removing
After adding
|
I also had such problem, but afterwards tried to add cocoa, iokit and corevideo to cmake. Then i got no errors. If you get seg fault, it means there is a problem in you app, not in cmake conf |
i am using cmake to build, and i face this problem too, i link Cocoa and make it ok
|
can anyone make this repo can build under osx
The text was updated successfully, but these errors were encountered: