@hrs wrote:
My Travis build of oF addon failed only on osx.
https://travis-ci.org/hiroMTB/ofxEquidistantProjection/builds
travis.yml is from ofxAddonTempalteIt looks like libopenFrameworksDebug.a is broken.
Here is Link Error on my Travis and OSX local machine with Terminal make Debug. (I switched .a file and build)
"ofBaseApp::keyPressed(ofKeyEventArgs&)", referenced from:
vtable for ofApp in ofApp.o
"ofBaseApp::mouseMoved(ofMouseEventArgs&)", referenced from:
vtable for ofApp in ofApp.o
...Of course I'm sure I implemented all function which I declare on ofApp.h file.
All errors are related to ofBaseApp so I assume it is related to this commit few days ago.
Strange thing is, oF also build emptyExample on Travis and it doesn't have any problem.
Posts: 5
Participants: 2