@kotutku wrote:
Hi,
I'm trying to build this project: https://github.com/cyrilcode/cyril against openFrameworks 0.8.4 for i386 architecture, on latest XCode and macOS Sierra.
I've fixed some compilation errors, included all required libraries, etc., and now it's failing on the last linking step. This is the error I'm getting:
"ofAppGLFWWindow::error_cb(int, char const*)", referenced from: ofAppGLFWWindow::ofAppGLFWWindow() in openFrameworks.a(ofAppGLFWWindow.o) "ofAppGLFWWindow::windowShouldClose()", referenced from: vtable for ofAppGLFWWindow in openFrameworks.a(ofAppGLFWWindow.o)
I've tried multiple things: building with other SDKs (10.12, 10.11, 10.10) using system libfreetype, libfreeimage, other openFrameworks version (0.8.0, 0.8,4, 0.9.2, 0.9.8) and nothing helps - I'm getting the exact same linking errors.
Wham am I missing here?
Posts: 2
Participants: 1