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

Not compatible with OF 0.10 due to GLUT dependency #13

Closed
BenBergman opened this issue Jul 13, 2018 · 2 comments
Closed

Not compatible with OF 0.10 due to GLUT dependency #13

BenBergman opened this issue Jul 13, 2018 · 2 comments

Comments

@BenBergman
Copy link

Trying to build the ofxTurboJpeg example with OF 0.10 results in errors due to missing GLUT libraries:

ld: warning: directory not found for option '-F/Users/benjamin.bergman/src/of_v0.10.0_osx_release/addons/ofxTurboJpeg/example/../../../libs/glut/lib/osx'
ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks//QuickTime.framework/QuickTime.tbd, missing required architecture x86_64 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks//QuickTime.framework/QuickTime.tbd
Undefined symbols for architecture x86_64:
  "ofAppGlutWindow::loop()", referenced from:
      void ofMainLoop::addWindow<ofAppGlutWindow>(std::__1::shared_ptr<ofAppGlutWindow>) in main.o
  "vtable for ofAppGlutWindow", referenced from:
      ofAppGlutWindow::~ofAppGlutWindow() in main.o
  NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  "ofAppGlutWindow::ofAppGlutWindow()", referenced from:
      _main in main.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
@armadillu
Copy link
Owner

its just a matter of updating the example to use GLFW...

@BenBergman
Copy link
Author

Thanks for the quick fix!

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

2 participants