ofxTweenzor icon indicating copy to clipboard operation
ofxTweenzor copied to clipboard

example does not build...

Open michahell opened this issue 9 years ago • 6 comments

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

michahell avatar Nov 03 '14 19:11 michahell

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

chankalun avatar Nov 18 '14 00:11 chankalun

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!

NickHardeman avatar Nov 18 '14 03:11 NickHardeman

Hi Nick, I could not compile them on 10.10.

chankalun avatar Nov 18 '14 18:11 chankalun

Are there any error messages in the compiler?

NickHardeman avatar Nov 18 '14 19:11 NickHardeman

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

chankalun avatar Nov 18 '14 19:11 chankalun

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

NickHardeman avatar Nov 18 '14 20:11 NickHardeman