I use oF-version 7.4 on OSX-10.7.5 but
I can't build basic usage code below.
https://github.com/underdoeg/ofxFenster/wiki/basic-usage
Do you have any suggestion ?
I got these error.
Undefined symbols:
"STR_String::STR_String(char const*)", referenced from:
ofxFenster::setWindowTitle(std::basic_string<char, std::char_traits, std::allocator >)in ofxFenster.o
ofxFenster::setupOpenGL(int, int, int, int, int)in ofxFenster.o
"GHOST_ISystem::disposeSystem()", referenced from:
ofxFensterManager::onClose(ofEventArgs&) in ofxFensterManager.o
"GHOST_ISystem::createSystem()", referenced from:
ofxFensterManager::ofxFensterManager()in ofxFensterManager.o
"vtable for GHOST_Rect", referenced from:
__ZTV10GHOST_Rect$non_lazy_ptr in ofxFenster.o
(maybe you meant: __ZTV10GHOST_Rect$non_lazy_ptr)
"GHOST_ISystem::getSystem()", referenced from:
ofxFenster::destroy() in ofxFenster.o
ofxFenster::setupOpenGL(int, int, int, int, int)in ofxFenster.o
ofxFensterManager::ofxFensterManager()in ofxFensterManager.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
I use oF-version 7.4 on OSX-10.7.5 but
I can't build basic usage code below.
https://github.com/underdoeg/ofxFenster/wiki/basic-usage
Do you have any suggestion ?
I got these error.
Undefined symbols:
"STR_String::STR_String(char const*)", referenced from:
ofxFenster::setWindowTitle(std::basic_string<char, std::char_traits, std::allocator >)in ofxFenster.o
ofxFenster::setupOpenGL(int, int, int, int, int)in ofxFenster.o
"GHOST_ISystem::disposeSystem()", referenced from:
ofxFensterManager::onClose(ofEventArgs&) in ofxFensterManager.o
"GHOST_ISystem::createSystem()", referenced from:
ofxFensterManager::ofxFensterManager()in ofxFensterManager.o
"vtable for GHOST_Rect", referenced from:
__ZTV10GHOST_Rect$non_lazy_ptr in ofxFenster.o
(maybe you meant: __ZTV10GHOST_Rect$non_lazy_ptr)
"GHOST_ISystem::getSystem()", referenced from:
ofxFenster::destroy() in ofxFenster.o
ofxFenster::setupOpenGL(int, int, int, int, int)in ofxFenster.o
ofxFensterManager::ofxFensterManager()in ofxFensterManager.o
ld: symbol(s) not found
collect2: ld returned 1 exit status