-
Notifications
You must be signed in to change notification settings - Fork 66
Description
I created a new project using the project generator:
When I compile it I get this error:
Undefined symbols for architecture x86_64:
"ofApp::onMessage(ofxLibwebsockets::Event&)", referenced from:
void ofxLibwebsockets::Client::addListener(ofApp*) in ofApp.o
"ofApp::onConnect(ofxLibwebsockets::Event&)", referenced from:
void ofxLibwebsockets::Client::addListener(ofApp*) in ofApp.o
"ofApp::sendToWS(float, float, int)", referenced from:
ofApp::keyPressed(int) in ofApp.o
"ofApp::onClose(ofxLibwebsockets::Event&)", referenced from:
void ofxLibwebsockets::Client::addListener(ofApp*) in ofApp.o
"ofApp::onIdle(ofxLibwebsockets::Event&)", referenced from:
void ofxLibwebsockets::Client::addListener(ofApp*) in ofApp.o
"ofApp::onOpen(ofxLibwebsockets::Event&)", referenced from:
void ofxLibwebsockets::Client::addListener(ofApp*) in ofApp.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)