Skip to content
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

example does not build... #7

Open
michahell opened this issue Nov 3, 2014 · 6 comments
Open

example does not build... #7

michahell opened this issue Nov 3, 2014 · 6 comments

Comments

@michahell
Copy link

...on OSX 10.10 / Xcode 6.1 (6A1052d).
OpenFrameworks examples compile, so do the examples of this Tween addon: https://github.com/arturoc/ofxTween.

@chankalun
Copy link

Neither could I build it with xCode 6.1 on OSX10.10 too... but I could run the ofxTween example!!! x

@NickHardeman
Copy link
Owner

I don't have 10.10 or Xcode 6. I noticed that the xcode projects were one file level deeper, so I moved them up a level and they compile for me. Can you confirm that they compile on 10.10?
Thanks!

@chankalun
Copy link

Hi Nick, I could not compile them on 10.10.

@NickHardeman
Copy link
Owner

Are there any error messages in the compiler?

@chankalun
Copy link

Hi Nick,

It says:
Undefined symbols for architecture i386:
"_CVDisplayLinkGetNominalOutputVideoRefreshPeriod", referenced from:
_vidmodeFromCGDisplayMode in libglfw3.a(cocoa_monitor.m.o)
"_CVDisplayLinkCreateWithCGDisplay", referenced from:
__glfwSetVideoMode in libglfw3.a(cocoa_monitor.m.o)
__glfwPlatformGetVideoMode in libglfw3.a(cocoa_monitor.m.o)
__glfwPlatformGetVideoModes in libglfw3.a(cocoa_monitor.m.o)
"_CVDisplayLinkRelease", referenced from:
__glfwSetVideoMode in libglfw3.a(cocoa_monitor.m.o)
__glfwPlatformGetVideoMode in libglfw3.a(cocoa_monitor.m.o)
__glfwPlatformGetVideoModes in libglfw3.a(cocoa_monitor.m.o)
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Cheers,
Karen

@NickHardeman
Copy link
Owner

Ok, just rebuilt the project to use the OF 008 project. Can you pull down and give it another try?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants