I am working on getting the rockwell groups TSPS code running in xcode, I am rather new to OF and am coming across two compiler errors when I go to build it that I have no clue what they mean. The errors are:
Command /Developer/usr/bin/g+±4.0 failed with exit code 1
install_name_tool: can’t open file: /Users/chad/Documents/of_preRelease_v0061_osxSL_FAT/apps/tsps/tsps_mac/bin//openTSPS.app/Contents/MacOS/openTSPS (No such file or directory)
Command /bin/sh failed with exit code 1
Thank you for the response, that forum helped get rid of the 2 errors I was receiving, but now it is returning 81 errors that all take a similar form, like this:
“ofToString(double, int)”, referenced from:
guiBaseObject::updateText() in ofxLabGui.o
guiBaseObject::updateText() in ofxLabGui.o
“ofVertex(float, float)”, referenced from:
guiTypePanel::renderTab() in ofxLabGui.o
guiTypePanel::renderTab() in ofxLabGui.o
Any idea of what is going wrong now?
Also I am working in mac osx10.6.4 and targeting the same.