Hi everybody,
Because I have several projects going on which all use OF007 I wanted to try to have OF in a central place and link all the projects to that. As a test I copied the empty example (which works in the default location) and put it in a subfolder of the examples directory.
Then I changed all the path settings from …/…/… to …/…/…/…
Everything seems to be there but when compiling (Xcode, osx10.7) I get the following errors.
Undefined symbols for architecture i386:
“ofAppGlutWindow::ofAppGlutWindow()”, referenced from:
_main in main.o
“ofSetupOpenGL(ofAppBaseWindow*, int, int, int)”, referenced from:
_main in main.o
“vtable for ofAppGlutWindow”, referenced from:
_main in main.o
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
“ofRunApp(ofBaseApp*)”, referenced from:
_main in main.o
ld: symbol(s) not found for architecture i386
collect2: ld returned 1 exit status
Any ideas how to fix this? All the separate OF folders start to take up a lot of space. Is it even possible to change the location of project folders?