ofTheo / ofxKinect

legacy openFrameworks wrapper for the xbox kinect (OF pre-0.8.0+ only) - ofxKinect is now included and is being maintained in OF releases
MIT License
540 stars 105 forks source link

waitForThread not declared #63

Closed cindyloo closed 13 years ago

cindyloo commented 13 years ago

trying to build the xcode project and I get two errors: the waitForThread routine is not declared and the libfmodex.dylib : no such file or directory.

Please help!

I have oF of_preRelease_v0061_osxSL_FAT on snow leopard 10.6.6 with xcode 3.2

thanks! Cindy

danomatika commented 13 years ago

Hi Cindy,

It sounds like you need to upgrade to OF 0062. You can get it from here http://www.openframeworks.cc/download

0062 has the thread member function needed.

cindyloo commented 13 years ago

hi there-

thanks, I realized that, and have downloaded and installed 62Release.

I got a bit further but am still breaking down during linking. I believe my Header Search path is now pointing in the correct place as I no longer get 18000 error messages while compiling, but it's giving me 15+ warnings: Directory /Users/csbishop/of/apps/timetravellers/../../../libs/greeimage/lib/osx' following -L not found

it looks like there's a path somewhere that is not correct (my Header Search Path is correct: ../../libs, not ../../../libs)

am not very familiar with xcode so I could be missing how to point to the right libs during linking.. any ideas?

thanks, Cindy

--- On Sun, 4/24/11, danomatika reply@reply.github.com wrote:

From: danomatika reply@reply.github.com Subject: Re: [GitHub] waitForThread not declared [ofTheo/ofxKinect GH-63] To: cindyloo_home@yahoo.com Date: Sunday, April 24, 2011, 11:28 PM

Hi Cindy,

It sounds like you need to upgrade to OF 0062. You can get it from here http://www.openframeworks.cc/download

0062 has the thread member function needed.

Reply to this email directly or view it on GitHub: https://github.com/ofTheo/ofxKinect/issues/63#comment_1051662

danomatika commented 13 years ago

You want to have your project one dir level deeper:

of/apps/myApps/timetravellers

instead of

of/apps/timetravellers

All the examples and addon projects are 3 levels deep so you can copy an addon example to start a new project, etc.

cindyloo commented 13 years ago

thanks! that appears to have worked - but now I am getting a bunch of crazy errors from Precompiling Carbon.h

using ::memcpy; using ::memmove; using ::strcpy; using ::strncpy; using ::strcat; using ::strncat; using ::memcmp; using ::strcmp; using ::strcoll; etc..

I saw a posting about this somewhere on the web.. could you advise? thanks again, Cindy

--- On Mon, 4/25/11, danomatika reply@reply.github.com wrote:

From: danomatika reply@reply.github.com Subject: Re: [GitHub] waitForThread not declared [ofTheo/ofxKinect GH-63] To: cindyloo_home@yahoo.com Date: Monday, April 25, 2011, 12:28 AM

You want to have you project one dir level deeper:

of/apps/myApps/timetravellers

instead of

of/apps/timetravellers

All the examples and addon projects are 3 levels deep so you can copy an addon example to start a new project, etc.

Reply to this email directly or view it on GitHub: https://github.com/ofTheo/ofxKinect/issues/63#comment_1051761

cindyloo commented 13 years ago

actually, I see that the issue is related to recursive settings on the search path..

however, I am still getting linking errors that don't make sense as I've updated the search path to try to address the following: (also note the strange ../../ as I've moved everything one directory lower as you suggested)

Ld bin//TimeTravellersDebug.app/Contents/MacOS/TimeTravellersDebug normal i386 cd /Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6 /Developer/usr/bin/g++-4.2 -arch i386 -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/bin -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/freeimage/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/fmodex/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/FreeImage/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/GLee/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/poco/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/rtAudio/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/libs/libusb/osx/libs -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxOpenCv/libs/opencv/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxOsc/libs/oscpack/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/freetype/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/FreeImage/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/libs/libusb/osx/libs -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../libs/poco/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../libs/rtAudio/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../libs/GLee/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../libs/freetype/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../libs/fmodex/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../libs/FreeImage/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../addons/ofxOpenCv/libs/opencv/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../addons/ofxOsc/libs/oscpack/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../addons/ofxKinect/libs/libfreenect/lib/vs2010 -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../addons/ofxKinect/libs/libusb/osx/libs -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxOpenCv/libs/opencv/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxOsc/libs/oscpack/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/libs/libfreenect/lib/vs2010 -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/libs/libusb/osx/libs -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/poco/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/rtAudio/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/GLee/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/freetype/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/fmodex/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/FreeImage/lib/osx -F/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/bin -F/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/glut/lib/osx -F/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxSyphon/libs/Syphon/lib/osx -F/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../libs/glut/lib/osx -F/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/glut/lib/osx -filelist /Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/build/timetravellers.build/Debug/TimeTravellers.build/Objects-normal/i386/TimeTravellersDebug.LinkFileList -dead_strip /Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxOpenCv/libs/opencv/lib/osx/openCV.a /Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxOsc/libs/oscpack/lib/osx/osc.a /Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/libs/libfreenect/lib/vs2010/freenect.lib /Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/libs/libusb/osx/libs/usb-1.0.a -framework GLUT /Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/poco/lib/osx/CppUnit.a /Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/poco/lib/osx/PocoFoundation.a /Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/poco/lib/osx/PocoNet.a /Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/poco/lib/osx/PocoUtil.a /Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/poco/lib/osx/PocoXML.a /Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/rtAudio/lib/osx/rtAudio.a /Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/GLee/lib/osx/GLee.a /Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/freetype/lib/osx/freetype.a -lfmodex /Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/FreeImage/lib/osx/freeimage.a -framework AppKit -framework Cocoa -framework IOKit -framework AGL -framework ApplicationServices -framework AudioToolbox -framework Carbon -framework CoreAudio -framework CoreFoundation -framework CoreServices -framework OpenGL -framework QuickTime -o /Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/bin//TimeTravellersDebug.app/Contents/MacOS/TimeTravellersDebug

ld: warning: directory '/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../libs/poco/lib/osx' following -L not found ld: warning: directory '/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../libs/rtAudio/lib/osx' following -L not found ld: warning: directory '/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../libs/GLee/lib/osx' following -L not found ld: warning: directory '/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../libs/freetype/lib/osx' following -L not found ld: warning: directory '/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../libs/fmodex/lib/osx' following -L not found ld: warning: directory '/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../libs/FreeImage/lib/osx' following -L not found ld: warning: directory '/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../addons/ofxOpenCv/libs/opencv/lib/osx' following -L not found ld: warning: directory '/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../addons/ofxOsc/libs/oscpack/lib/osx' following -L not found ld: warning: directory '/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../addons/ofxKinect/libs/libfreenect/lib/vs2010' following -L not found ld: warning: directory '/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../addons/ofxKinect/libs/libusb/osx/libs' following -L not found ld: warning: directory '/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxSyphon/libs/Syphon/lib/osx' following -F not found ld: warning: directory '/Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../libs/glut/lib/osx' following -F not found ld: warning: in /Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/libs/libfreenect/lib/vs2010/freenect.lib, file was built for unsupported file format which is not the architecture being linked (i386) ld: duplicate symbol _main in /Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/build/timetravellers.build/Debug/TimeTravellers.build/Objects-normal/i386/main-F76B34905E5C8359.o and /Users/csbishop/openframeworks-2fe3cb4/apps/devApps/electronicwhisper-Time-Travellers-a4afdd6/build/timetravellers.build/Debug/TimeTravellers.build/Objects-normal/i386/main-82227D70F1DD098B.o collect2: ld returned 1 exit status Command /Developer/usr/bin/g++-4.2 failed with exit code 1

with the following search path: ../../../addons/ofxKinect/libs/libusb/ ../../../libs/openFrameworks/ ../../../libs/freetype/include/ ../../../libs/freetype/include/freetype2 ../../../libs/poco/lib/osx/ ../../../libs/poco/include ../../../libs/freetype/lib/ ../../../libs/GLee/lib/ ../../../libs/rtAudio/lib/osx/ ../../../addons//**

--- On Mon, 4/25/11, danomatika reply@reply.github.com wrote:

From: danomatika reply@reply.github.com Subject: Re: [GitHub] waitForThread not declared [ofTheo/ofxKinect GH-63] To: cindyloo_home@yahoo.com Date: Monday, April 25, 2011, 12:28 AM

You want to have you project one dir level deeper:

of/apps/myApps/timetravellers

instead of

of/apps/timetravellers

All the examples and addon projects are 3 levels deep so you can copy an addon example to start a new project, etc.

Reply to this email directly or view it on GitHub: https://github.com/ofTheo/ofxKinect/issues/63#comment_1051761

danomatika commented 13 years ago

Before you start troubleshooting an existing project ... have you tried building the ofxKinect example? Do any of the other examples work? It seem's like a search path issue in xcode. A simple solution might be to copy one of the examples and replace the sources with the existing project sources, then rename it.

cindyloo commented 13 years ago

hi there-

yes, the other examples in oF work, and the ofxKinect/example builds and appears to work (haven't attached the camera yet tho).

I basically did copy all the 'resources' out of a working project into the timetraveller project : the openframeworks target, the libs/core, even the addons folder from the 3d oF example.. I can flip and go the other way - and copy the timetraveller source into a working project and see how that goes..

[did you see the freenect.lib i386 warning? is that suspicious?]

thanks, Cindy

--- On Mon, 4/25/11, danomatika reply@reply.github.com wrote:

From: danomatika reply@reply.github.com Subject: Re: [GitHub] waitForThread not declared [ofTheo/ofxKinect GH-63] To: cindyloo_home@yahoo.com Date: Monday, April 25, 2011, 1:30 AM

Before you start troubleshooting an existing project ... have you tried building the ofxKinect example? Do any of the other examples work? It seem's like a search path issue in xcode. A simple solution might be to copy on of the examples and replace the sources with the existing project sources, then rename it.

Reply to this email directly or view it on GitHub: https://github.com/ofTheo/ofxKinect/issues/63#comment_1051878

cindyloo commented 13 years ago

same errors after copying src code into pre-existing project, then adding /addons ... .. it seems one difference is that my project is including some of the addons: ofxOpenCV, ofxKinect, ofxDistList.. :: Check dependencies

[WARN]warning: no rule to process file '$(PROJECT_DIR)/../../../addons/ofxKinect/example/makefile' of type sourcecode.make for architecture i386 [WARN]Warning: The Copy Files build phase contains this target's Info.plist file 'openFrameworks-Info.plist'.

Ld bin//timetraveller_testDebug.app/Contents/MacOS/timetraveller_testDebug normal i386 cd /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test /Developer/usr/bin/g++-4.2 -arch i386 -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/bin -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/freeimage/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/FreeImage/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/GLee/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/poco/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/rtAudio/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/fmodex/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/freetype/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/FreeImage/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/linux -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/linux64 -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2008 -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2010 -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/win_cb -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/libs/libfreenect/lib/vs2010 -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/libs/libusb/osx/libs -F/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/bin -F/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/glut/lib/osx -filelist /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/Debug/timetraveller_test.build/Objects-normal/i386/timetraveller_testDebug.LinkFileList -dead_strip /Users/csbishop/openframeworks-2fe3cb4/libs/openFrameworksCompiled/lib/osx/openFrameworksDebug.a /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/GLee/lib/osx/GLee.a /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/rtAudio/lib/osx/rtAudio.a -framework AGL -framework ApplicationServices -framework AudioToolbox -framework Carbon -framework CoreAudio -framework CoreFoundation -framework CoreServices -framework OpenGL -framework QuickTime -framework AppKit -framework Cocoa -framework IOKit -framework GLUT /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/poco/lib/osx/CppUnit.a /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/poco/lib/osx/PocoFoundation.a /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/poco/lib/osx/PocoNet.a /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/poco/lib/osx/PocoUtil.a /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/poco/lib/osx/PocoXML.a /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/freetype/lib/osx/freetype.a -lfmodex /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/FreeImage/lib/osx/freeimage.a -lcv -lcvaux -lcxcore -lcv -lcvaux -lcxcore /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/osx/openCV.a /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2008/cv110.lib /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2008/cv110d.lib /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2008/cvaux110.lib /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2008/cvaux110d.lib /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2008/cxcore110.lib /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2008/cxcore110d.lib /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2010/cv110.lib /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2010/cv110d.lib /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2010/cvaux110.lib /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2010/cvaux110d.lib /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2010/cxcore110.lib /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2010/cxcore110d.lib -lcv -lcvaux -lcxcore /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/cameras.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/core.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/main.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxCvColorImage.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxCvContourFinder.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxCvFloatImage.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxCvGrayscaleImage.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxCvImage.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxCvShortImage.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxKinect.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxKinectCalibration.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxKinectPlayer.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxKinectRecorder.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxMatrix3x3.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxMatrix4x4.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxQuaternion.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxThread.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/testApp.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/tilt.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/usb_libusb10.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/libs/libfreenect/lib/vs2010/freenect.lib /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/libs/libusb/osx/libs/usb-1.0.a -o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/bin//timetraveller_testDebug.app/Contents/MacOS/timetraveller_testDebug

ld: warning: in /Users/csbishop/openframeworks-2fe3cb4/addons/ofxOpenCv/libs/opencv/lib/linux/libcv.a, file was built for unsupported file format which is not the architecture being linked (i386) ld: warning: in /Users/csbishop/openframeworks-2fe3cb4/addons/ofxOpenCv/libs/opencv/lib/linux/libcvaux.a, file was built for unsupported file format which is not the architecture being linked (i386) ld: warning: in /Users/csbishop/openframeworks-2fe3cb4/addons/ofxOpenCv/libs/opencv/lib/linux/libcxcore.a, file was built for unsupported file format which is not the architecture being linked (i386) ld: warning: in /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2008/cv110.lib, file was built for unsupported file format which is not the architecture being linked (i386) ld: warning: in /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2008/cv110d.lib, file was built for unsupported file format which is not the architecture being linked (i386) ld: warning: in /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2008/cvaux110.lib, file was built for unsupported file format which is not the architecture being linked (i386) ld: warning: in /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2008/cvaux110d.lib, file was built for unsupported file format which is not the architecture being linked (i386) ld: warning: in /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2008/cxcore110.lib, file was built for unsupported file format which is not the architecture being linked (i386) ld: warning: in /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2008/cxcore110d.lib, file was built for unsupported file format which is not the architecture being linked (i386) ld: warning: in /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2010/cv110.lib, file was built for unsupported file format which is not the architecture being linked (i386) ld: warning: in /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2010/cv110d.lib, file was built for unsupported file format which is not the architecture being linked (i386) ld: warning: in /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2010/cvaux110.lib, file was built for unsupported file format which is not the architecture being linked (i386) ld: warning: in /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2010/cvaux110d.lib, file was built for unsupported file format which is not the architecture being linked (i386) ld: warning: in /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2010/cxcore110.lib, file was built for unsupported file format which is not the architecture being linked (i386) ld: warning: in /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2010/cxcore110d.lib, file was built for unsupported file format which is not the architecture being linked (i386) ld: warning: in /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/libs/libfreenect/lib/vs2010/freenect.lib, file was built for unsupported file format which is not the architecture being linked (i386) ld: duplicate symbol _main in /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/Debug/timetraveller_test.build/Objects-normal/i386/main-6C61BD63AF75DC5E.o and /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/Debug/timetraveller_test.build/Objects-normal/i386/main-82227D70F1DD098B.o collect2: ld returned 1 exit status Command /Developer/usr/bin/g++-4.2 failed with exit code 1

--- On Mon, 4/25/11, danomatika reply@reply.github.com wrote:

From: danomatika reply@reply.github.com Subject: Re: [GitHub] waitForThread not declared [ofTheo/ofxKinect GH-63] To: cindyloo_home@yahoo.com Date: Monday, April 25, 2011, 1:30 AM

Before you start troubleshooting an existing project ... have you tried building the ofxKinect example? Do any of the other examples work? It seem's like a search path issue in xcode. A simple solution might be to copy on of the examples and replace the sources with the existing project sources, then rename it.

Reply to this email directly or view it on GitHub: https://github.com/ofTheo/ofxKinect/issues/63#comment_1051878

cindyloo commented 13 years ago

sorry- it's late and I'm getting bleary-eyed.. those aren't the same errors at all.. ld: warning: in /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2008/cvaux110.lib, file was built for unsupported file format which is not the architecture being linked (i386)

how do I read this?

--- On Mon, 4/25/11, danomatika reply@reply.github.com wrote:

From: danomatika reply@reply.github.com Subject: Re: [GitHub] waitForThread not declared [ofTheo/ofxKinect GH-63] To: cindyloo_home@yahoo.com Date: Monday, April 25, 2011, 1:30 AM

Before you start troubleshooting an existing project ... have you tried building the ofxKinect example? Do any of the other examples work? It seem's like a search path issue in xcode. A simple solution might be to copy on of the examples and replace the sources with the existing project sources, then rename it.

Reply to this email directly or view it on GitHub: https://github.com/ofTheo/ofxKinect/issues/63#comment_1051878

danomatika commented 13 years ago

That's a windows library your trying to link .... You said you were xcode right? Change the path to opencv/libs/osx

cindyloo commented 13 years ago

where? am looking in the header search path, but the paths to the "addons" are not set there..

thanks! cindy

--- On Mon, 4/25/11, danomatika reply@reply.github.com wrote:

From: danomatika reply@reply.github.com Subject: Re: [GitHub] waitForThread not declared [ofTheo/ofxKinect GH-63] To: cindyloo_home@yahoo.com Date: Monday, April 25, 2011, 2:02 AM

That's a windows library your trying to link .... You said you were xcode right? Change the path to opencv/libs/osx

Reply to this email directly or view it on GitHub: https://github.com/ofTheo/ofxKinect/issues/63#comment_1051933

cindyloo commented 13 years ago

back to the same errors.. I re-downloaded the master version of ofxKinect (correct, yes?) It runs (but haven't hooked up the camera so not a full test) what do I need to change? am very perplexed

Ld bin//TimeTravellersDebug.app/Contents/MacOS/TimeTravellersDebug normal i386 cd /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6 /Developer/usr/bin/g++-4.2 -arch i386 -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/bin -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/freeimage/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/fmodex/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/FreeImage/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/GLee/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/poco/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/rtAudio/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/libs/libusb/osx/libs -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxOpenCv/libs/opencv/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxOsc/libs/oscpack/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/freetype/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/FreeImage/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/libs/libusb/osx/libs -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../libs/poco/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../libs/rtAudio/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../libs/GLee/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../libs/freetype/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../libs/fmodex/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../libs/FreeImage/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../addons/ofxOpenCv/libs/opencv/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../addons/ofxOsc/libs/oscpack/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../addons/ofxKinect/libs/libfreenect/lib/vs2010 -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../addons/ofxKinect/libs/libusb/osx/libs -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxOpenCv/libs/opencv/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxOsc/libs/oscpack/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/libs/libfreenect/lib/vs2010 -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/libs/libusb/osx/libs -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/poco/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/rtAudio/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/GLee/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/freetype/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/fmodex/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/FreeImage/lib/osx -F/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/bin -F/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/glut/lib/osx -F/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxSyphon/libs/Syphon/lib/osx -F/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../libs/glut/lib/osx -F/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/glut/lib/osx -filelist /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/build/timetravellers.build/Debug/TimeTravellers.build/Objects-normal/i386/TimeTravellersDebug.LinkFileList -dead_strip /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxOpenCv/libs/opencv/lib/osx/openCV.a /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxOsc/libs/oscpack/lib/osx/osc.a -framework GLUT /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/poco/lib/osx/CppUnit.a /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/poco/lib/osx/PocoFoundation.a /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/poco/lib/osx/PocoNet.a /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/poco/lib/osx/PocoUtil.a /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/poco/lib/osx/PocoXML.a /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/rtAudio/lib/osx/rtAudio.a /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/GLee/lib/osx/GLee.a /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/freetype/lib/osx/freetype.a -lfmodex /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../libs/FreeImage/lib/osx/freeimage.a -framework AppKit -framework Cocoa -framework IOKit -framework AGL -framework ApplicationServices -framework AudioToolbox -framework Carbon -framework CoreAudio -framework CoreFoundation -framework CoreServices -framework OpenGL -framework QuickTime /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/cameras.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/core.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/main.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxCvColorImage.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxCvContourFinder.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxCvFloatImage.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxCvGrayscaleImage.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxCvImage.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxCvShortImage.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxKinect.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxKinectCalibration.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxKinectPlayer.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxKinectRecorder.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxMatrix3x3.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxMatrix4x4.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxQuaternion.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxThread.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/testApp.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/tilt.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/usb_libusb10.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/libs/libusb/osx/libs/usb-1.0.a -o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/bin//TimeTravellersDebug.app/Contents/MacOS/TimeTravellersDebug

ld: warning: directory '/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../libs/poco/lib/osx' following -L not found ld: warning: directory '/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../libs/rtAudio/lib/osx' following -L not found ld: warning: directory '/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../libs/GLee/lib/osx' following -L not found ld: warning: directory '/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../libs/freetype/lib/osx' following -L not found ld: warning: directory '/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../libs/fmodex/lib/osx' following -L not found ld: warning: directory '/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../libs/FreeImage/lib/osx' following -L not found ld: warning: directory '/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../addons/ofxOpenCv/libs/opencv/lib/osx' following -L not found ld: warning: directory '/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../addons/ofxOsc/libs/oscpack/lib/osx' following -L not found ld: warning: directory '/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../addons/ofxKinect/libs/libfreenect/lib/vs2010' following -L not found ld: warning: directory '/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../addons/ofxKinect/libs/libusb/osx/libs' following -L not found ld: warning: directory '/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxKinect/libs/libfreenect/lib/vs2010' following -L not found ld: warning: directory '/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../../addons/ofxSyphon/libs/Syphon/lib/osx' following -F not found ld: warning: directory '/Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/../../libs/glut/lib/osx' following -F not found ld: duplicate symbol _main in /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/build/timetravellers.build/Debug/TimeTravellers.build/Objects-normal/i386/main-D2028BFF1B67357A.o and /Users/csbishop/openframeworks-2fe3cb4/apps/examples/electronicwhisper-Time-Travellers-a4afdd6/build/timetravellers.build/Debug/TimeTravellers.build/Objects-normal/i386/main-82227D70F1DD098B.o collect2: ld returned 1 exit status Command /Developer/usr/bin/g++-4.2 failed with exit code 1

--- On Mon, 4/25/11, danomatika reply@reply.github.com wrote:

From: danomatika reply@reply.github.com Subject: Re: [GitHub] waitForThread not declared [ofTheo/ofxKinect GH-63] To: cindyloo_home@yahoo.com Date: Monday, April 25, 2011, 2:02 AM

That's a windows library your trying to link .... You said you were xcode right? Change the path to opencv/libs/osx

Reply to this email directly or view it on GitHub: https://github.com/ofTheo/ofxKinect/issues/63#comment_1051933

cindyloo commented 13 years ago

actually that was the old project errors (getting a lil ahead of myself)

with the re-downloaded version of ofxKinect and, having dropped the timetravellers code into one of the apps that is working, I now have the very weird libfreenect/lib/vs2010/ not found error. I do not know why I am getting this as you say that is a windows error and I'm on the mac with xcode 3.2. thanks for your help:: debug: Check dependencies

[WARN]warning: no rule to process file '$(PROJECT_DIR)/../../../addons/ofxKinect/example/makefile' of type sourcecode.make for architecture i386 [WARN]Warning: The Copy Files build phase contains this target's Info.plist file 'openFrameworks-Info.plist'.

Ld bin//timetraveller_testDebug.app/Contents/MacOS/timetraveller_testDebug normal i386 cd /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test /Developer/usr/bin/g++-4.2 -arch i386 -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/bin -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/freeimage/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/FreeImage/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/linux -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/GLee/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/poco/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/rtAudio/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/linux64 -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2008 -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2010 -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/win_cb -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/libs/libfreenect/lib/vs2010 -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/libs/libusb/osx/libs -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/fmodex/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/freetype/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/FreeImage/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/linux -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/linux64 -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/osx -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2008 -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2010 -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/win_cb -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/libs/libfreenect/lib/vs2010 -L/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/libs/libusb/osx/libs -F/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/bin -F/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/glut/lib/osx -filelist /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/Debug/timetraveller_test.build/Objects-normal/i386/timetraveller_testDebug.LinkFileList -dead_strip /Users/csbishop/openframeworks-2fe3cb4/libs/openFrameworksCompiled/lib/osx/openFrameworksDebug.a /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/GLee/lib/osx/GLee.a /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/rtAudio/lib/osx/rtAudio.a -framework AGL -framework ApplicationServices -framework AudioToolbox -framework Carbon -framework CoreAudio -framework CoreFoundation -framework CoreServices -framework OpenGL -framework QuickTime -framework AppKit -framework Cocoa -framework IOKit -framework GLUT /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/poco/lib/osx/CppUnit.a /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/poco/lib/osx/PocoFoundation.a /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/poco/lib/osx/PocoNet.a /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/poco/lib/osx/PocoUtil.a /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/poco/lib/osx/PocoXML.a /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/freetype/lib/osx/freetype.a -lfmodex /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/FreeImage/lib/osx/freeimage.a /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/osx/openCV.a /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/cameras.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/core.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/main.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxCvColorImage.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxCvContourFinder.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxCvFloatImage.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxCvGrayscaleImage.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxCvImage.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxCvShortImage.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxKinect.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxKinectCalibration.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxKinectPlayer.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxKinectRecorder.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxMatrix3x3.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxMatrix4x4.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxQuaternion.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/ofxThread.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/testApp.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/tilt.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/example/build/ofxKinect.build/Debug/ofxKinect.build/Objects-normal/i386/usb_libusb10.o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/libs/libusb/osx/libs/usb-1.0.a -o /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/bin//timetraveller_testDebug.app/Contents/MacOS/timetraveller_testDebug

ld: warning: directory '/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/libs/libfreenect/lib/vs2010' following -L not found ld: warning: directory '/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/libs/libfreenect/lib/vs2010' following -L not found ld: duplicate symbol _main in /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/Debug/timetraveller_test.build/Objects-normal/i386/main-6C61BD63AF75DC5E.o and /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/Debug/timetraveller_test.build/Objects-normal/i386/main-82227D70F1DD098B.o collect2: ld returned 1 exit status Command /Developer/usr/bin/g++-4.2 failed with exit code 1

PhaseScriptExecution "Run Script" build/timetraveller_test.build/Debug/timetraveller_test.build/Script-E4B6FFFD0C3F9AB9008CF71C.sh cd /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test setenv ACTION build setenv ALTERNATE_GROUP staff setenv ALTERNATE_MODE u+w,go-w,a+rX setenv ALTERNATE_OWNER csbishop setenv ALWAYS_SEARCH_USER_PATHS YES setenv APPLE_INTERNAL_DEVELOPER_DIR /AppleInternal/Developer setenv APPLE_INTERNAL_DIR /AppleInternal setenv APPLE_INTERNAL_DOCUMENTATION_DIR /AppleInternal/Documentation setenv APPLE_INTERNAL_LIBRARY_DIR /AppleInternal/Library setenv APPLE_INTERNAL_TOOLS /AppleInternal/Developer/Tools setenv APPLY_RULES_IN_COPY_FILES NO setenv ARCHS i386 setenv ARCHS_STANDARD_32_64_BIT "x86_64 i386" setenv ARCHS_STANDARD_32_BIT i386 setenv ARCHS_STANDARD_64_BIT x86_64 setenv BUILD_COMPONENTS "headers build" setenv BUILD_DIR /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build setenv BUILD_ROOT /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build setenv BUILD_STYLE Debug setenv BUILD_VARIANTS normal setenv BUILT_PRODUCTS_DIR /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/bin/ setenv CACHE_ROOT /var/folders/3d/3d0QifpBFZaTzeD+OSMOzE+++TI/-Caches-/com.apple.Xcode.501 setenv CCHROOT /var/folders/3d/3d0QifpBFZaTzeD+OSMOzE+++TI/-Caches-/com.apple.Xcode.501 setenv CHMOD /bin/chmod setenv CHOWN /usr/sbin/chown setenv CLASS_FILE_DIR /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/Debug/timetraveller_test.build/JavaClasses setenv CLEAN_PRECOMPS YES setenv CLONE_HEADERS NO setenv CODESIGNING_FOLDER_PATH /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/bin//timetraveller_testDebug.app setenv CODE_SIGNING_ALLOWED YES setenv COMMAND_MODE legacy setenv COMPOSITE_SDK_DIRS /var/folders/3d/3d0QifpBFZaTzeD+OSMOzE+++TI/-Caches-/com.apple.Xcode.501/CompositeSDKs setenv CONFIGURATION Debug setenv CONFIGURATION_BUILD_DIR /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/bin/ setenv CONFIGURATION_TEMP_DIR /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/Debug setenv CONTENTS_FOLDER_PATH timetraveller_testDebug.app/Contents setenv COPYING_PRESERVES_HFS_DATA NO setenv COPY_PHASE_STRIP NO setenv COPY_RESOURCES_FROM_STATIC_FRAMEWORKS YES setenv CP /bin/cp setenv CURRENT_ARCH i386 setenv CURRENT_VARIANT normal setenv DEAD_CODE_STRIPPING YES setenv DEBUGGING_SYMBOLS YES setenv DEBUG_INFORMATION_FORMAT dwarf setenv DEPLOYMENT_LOCATION NO setenv DEPLOYMENT_POSTPROCESSING NO setenv DERIVED_FILES_DIR /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/Debug/timetraveller_test.build/DerivedSources setenv DERIVED_FILE_DIR /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/Debug/timetraveller_test.build/DerivedSources setenv DERIVED_SOURCES_DIR /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/Debug/timetraveller_test.build/DerivedSources setenv DEVELOPER_APPLICATIONS_DIR /Developer/Applications setenv DEVELOPER_BIN_DIR /Developer/usr/bin setenv DEVELOPER_DIR /Developer setenv DEVELOPER_FRAMEWORKS_DIR /Developer/Library/Frameworks setenv DEVELOPER_FRAMEWORKS_DIR_QUOTED "\"/Developer/Library/Frameworks\"" setenv DEVELOPER_LIBRARY_DIR /Developer/Library setenv DEVELOPER_SDK_DIR /Developer/SDKs setenv DEVELOPER_TOOLS_DIR /Developer/Tools setenv DEVELOPER_USR_DIR /Developer/usr setenv DEVELOPMENT_LANGUAGE English setenv DOCUMENTATION_FOLDER_PATH timetraveller_testDebug.app/Contents/Resources/English.lproj/Documentation setenv DO_HEADER_SCANNING_IN_JAM NO setenv DSTROOT /tmp/timetraveller_test.dst setenv DWARF_DSYM_FILE_NAME timetraveller_testDebug.app.dSYM setenv DWARF_DSYM_FOLDER_PATH /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/bin/ setenv ENABLE_HEADER_DEPENDENCIES YES setenv ENABLE_OPENMP_SUPPORT NO setenv EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS ".svn .git CVS" setenv EXCLUDED_RECURSIVE_SEARCH_PATHSUBDIRECTORIES ".nib .lproj .framework .gch () CVS .svn .git .xcodeproj .xcode .pbproj .pbxproj" setenv EXECUTABLES_FOLDER_PATH timetraveller_testDebug.app/Contents/Executables setenv EXECUTABLE_FOLDER_PATH timetraveller_testDebug.app/Contents/MacOS setenv EXECUTABLE_NAME timetraveller_testDebug setenv EXECUTABLE_PATH timetraveller_testDebug.app/Contents/MacOS/timetraveller_testDebug setenv FILE_LIST /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/Debug/timetraveller_test.build/Objects/LinkFileList setenv FIXED_FILES_DIR /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/Debug/timetraveller_test.build/FixedFiles setenv FRAMEWORKS_FOLDER_PATH timetraveller_testDebug.app/Contents/Frameworks setenv FRAMEWORK_FLAG_PREFIX -framework setenv FRAMEWORK_SEARCH_PATHS "\"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/bin/\" \"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/glut/lib/osx\"" setenv FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 "\"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/glut/lib/osx\"" setenv FRAMEWORK_VERSION A setenv FULL_PRODUCT_NAME timetraveller_testDebug.app setenv GCC3_VERSION 3.3 setenv GCC_AUTO_VECTORIZATION YES setenv GCC_DYNAMIC_NO_PIC NO setenv GCC_ENABLE_FIX_AND_CONTINUE YES setenv GCC_ENABLE_SSE3_EXTENSIONS YES setenv GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS YES setenv GCC_GENERATE_DEBUGGING_SYMBOLS YES setenv GCC_INLINES_ARE_PRIVATE_EXTERN NO setenv GCC_MODEL_TUNING G4 setenv GCC_OPTIMIZATION_LEVEL 0 setenv GCC_PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++" setenv GCC_PRECOMPILE_PREFIX_HEADER YES setenv GCC_PREFIX_HEADER /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h setenv GCC_SYMBOLS_PRIVATE_EXTERN NO setenv GCC_TREAT_WARNINGS_AS_ERRORS NO setenv GCC_VERSION 4.2 setenv GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS NO setenv GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO NO setenv GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL NO setenv GCC_WARN_UNINITIALIZED_AUTOS NO setenv GCC_WARN_UNUSED_VALUE NO setenv GCC_WARN_UNUSED_VARIABLE NO setenv GENERATE_MASTER_OBJECT_FILE NO setenv GENERATE_PKGINFO_FILE YES setenv GENERATE_PROFILING_CODE NO setenv GID 20 setenv GROUP staff setenv HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT YES setenv HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES YES setenv HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS YES setenv HEADERMAP_INCLUDES_PROJECT_HEADERS YES setenv HEADER_SEARCH_PATHS "\"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetravellertest/bin//include\" ../../../libs/openFrameworks/* ../../../libs/freetype/include/ ../../../libs/freetype/include/freetype2 ../../../libs/poco/include ../../../addons/" setenv ICONV /usr/bin/iconv setenv INFOPLIST_EXPAND_BUILD_SETTINGS YES setenv INFOPLIST_FILE openFrameworks-Info.plist setenv INFOPLIST_OUTPUT_FORMAT same-as-input setenv INFOPLIST_PATH timetraveller_testDebug.app/Contents/Info.plist setenv INFOPLIST_PREPROCESS NO setenv INFOSTRINGS_PATH timetraveller_testDebug.app/Contents/Resources/English.lproj/InfoPlist.strings setenv INSTALL_DIR /tmp/timetraveller_test.dst/Users/csbishop/Applications setenv INSTALL_GROUP staff setenv INSTALL_MODE_FLAG u+w,go-w,a+rX setenv INSTALL_OWNER csbishop setenv INSTALL_PATH /Users/csbishop/Applications setenv INSTALL_ROOT /tmp/timetraveller_test.dst setenv JAVAC_DEFAULT_FLAGS "-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8" setenv JAVA_APP_STUB /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub setenv JAVA_ARCHIVE_CLASSES YES setenv JAVA_ARCHIVE_TYPE JAR setenv JAVA_COMPILER /usr/bin/javac setenv JAVA_FOLDER_PATH timetraveller_testDebug.app/Contents/Resources/Java setenv JAVA_FRAMEWORK_RESOURCES_DIRS Resources setenv JAVA_JAR_FLAGS cv setenv JAVA_SOURCE_SUBDIR . setenv JAVA_USE_DEPENDENCIES YES setenv JAVA_ZIP_FLAGS -urg setenv JIKES_DEFAULT_FLAGS "+E +OLDCSO" setenv KEEP_PRIVATE_EXTERNS NO setenv LD_GENERATE_MAP_FILE NO setenv LD_MAP_FILE_PATH /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/Debug/timetraveller_test.build/timetraveller_testDebug-LinkMap-normal-i386.txt setenv LD_OPENMP_FLAGS -fopenmp setenv LEX /Developer/usr/bin/lex setenv LIBRARY_FLAG_NOSPACE YES setenv LIBRARY_FLAG_PREFIX -l setenv LIBRARY_SEARCH_PATHS "\"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/bin/\" \"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/freeimage/lib/osx\" \"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/FreeImage/lib/osx\" \"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/linux\" \"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/GLee/lib/osx\" \"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/poco/lib/osx\" \"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/rtAudio/lib/osx\" \"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/linux64\" \"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/osx\" \"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2008\" \"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2010\" \"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/win_cb\" \"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/libs/libfreenect/lib/vs2010\" \"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/libs/libusb/osx/libs\" \"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/fmodex/lib/osx\" \"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/freetype/lib/osx\" \"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/FreeImage/lib/osx\" \"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/linux\" \"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/linux64\" \"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/osx\" \"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2008\" \"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2010\" \"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/win_cb\" \"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/libs/libfreenect/lib/vs2010\" \"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/libs/libusb/osx/libs\"" setenv LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1 "\"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/freeimage/lib/osx\"" setenv LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_10 "\"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2010\"" setenv LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_11 "\"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/win_cb\"" setenv LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_12 "\"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/libs/libfreenect/lib/vs2010\"" setenv LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_13 "\"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxKinect/libs/libusb/osx/libs\"" setenv LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_14 "\"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/fmodex/lib/osx\"" setenv LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_15 "\"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/freetype/lib/osx\"" setenv LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2 "\"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/FreeImage/lib/osx\"" setenv LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3 "\"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/linux\"" setenv LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_4 "\"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/GLee/lib/osx\"" setenv LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_5 "\"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/poco/lib/osx\"" setenv LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_6 "\"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../libs/rtAudio/lib/osx\"" setenv LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_7 "\"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/linux64\"" setenv LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_8 "\"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/osx\"" setenv LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_9 "\"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/../../../addons/ofxOpenCv/libs/opencv/lib/vs2008\"" setenv LINKER_DISPLAYS_MANGLED_NAMES NO setenv LINK_FILE_LIST_normal_i386 /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/Debug/timetraveller_test.build/Objects-normal/i386/timetraveller_testDebug.LinkFileList setenv LINK_WITH_STANDARD_LIBRARIES YES setenv LOCALIZED_RESOURCES_FOLDER_PATH timetraveller_testDebug.app/Contents/Resources/English.lproj setenv LOCAL_ADMIN_APPS_DIR /Applications/Utilities setenv LOCAL_APPS_DIR /Applications setenv LOCAL_DEVELOPER_DIR /Library/Developer setenv LOCAL_LIBRARY_DIR /Library setenv MACH_O_TYPE mh_execute setenv MAC_OS_X_PRODUCT_BUILD_VERSION 10J567 setenv MAC_OS_X_VERSION_ACTUAL 1066 setenv MAC_OS_X_VERSION_MAJOR 1060 setenv MAC_OS_X_VERSION_MINOR 0606 setenv NATIVE_ARCH i386 setenv NATIVE_ARCH_32_BIT i386 setenv NATIVE_ARCH_64_BIT x86_64 setenv NATIVE_ARCH_ACTUAL x86_64 setenv NO_COMMON YES setenv OBJECT_FILE_DIR /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/Debug/timetraveller_test.build/Objects setenv OBJECT_FILE_DIR_normal /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/Debug/timetraveller_test.build/Objects-normal setenv OBJROOT /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build setenv ONLY_ACTIVE_ARCH NO setenv OPTIMIZATION_LEVEL 0 setenv OS MACOS setenv OSAC /usr/bin/osacompile setenv OTHER_CPLUSPLUSFLAGS "-D__MACOSX_CORE__ -lpthread" setenv PACKAGE_TYPE com.apple.package-type.wrapper.application setenv PASCAL_STRINGS YES setenv PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES "/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Developer/Headers /Developer/SDKs /Developer/Platforms" setenv PBDEVELOPMENTPLIST_PATH timetraveller_testDebug.app/Contents/pbdevelopment.plist setenv PFE_FILE_C_DIALECTS "c c++" setenv PKGINFO_FILE_PATH /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/Debug/timetraveller_test.build/PkgInfo setenv PKGINFO_PATH timetraveller_testDebug.app/Contents/PkgInfo setenv PLATFORM_DEVELOPER_APPLICATIONS_DIR /Developer/Applications setenv PLATFORM_DEVELOPER_BIN_DIR /Developer/usr/bin setenv PLATFORM_DEVELOPER_LIBRARY_DIR /Developer/Library setenv PLATFORM_DEVELOPER_SDK_DIR /Developer/SDKs setenv PLATFORM_DEVELOPER_TOOLS_DIR /Developer/Tools setenv PLATFORM_DEVELOPER_USR_DIR /Developer/usr setenv PLATFORM_NAME macosx setenv PLATFORM_PRODUCT_BUILD_VERSION 10M2518 setenv PLIST_FILE_OUTPUT_FORMAT same-as-input setenv PLUGINS_FOLDER_PATH timetraveller_testDebug.app/Contents/PlugIns setenv PREBINDING NO setenv PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR YES setenv PRECOMP_DESTINATION_DIR /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/Debug/timetraveller_test.build/PrefixHeaders setenv PRESERVE_DEAD_CODE_INITS_AND_TERMS NO setenv PRIVATE_HEADERS_FOLDER_PATH timetraveller_testDebug.app/Contents/PrivateHeaders setenv PRODUCT_NAME timetraveller_testDebug setenv PRODUCT_SETTINGS_PATH /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/openFrameworks-Info.plist setenv PRODUCT_TYPE com.apple.product-type.application setenv PROFILING_CODE NO setenv PROJECT timetraveller_test setenv PROJECT_DERIVED_FILE_DIR /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/DerivedSources setenv PROJECT_DIR /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test setenv PROJECT_FILE_PATH /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/timetraveller_test.xcodeproj setenv PROJECT_NAME timetraveller_test setenv PROJECT_TEMP_DIR /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build setenv PUBLIC_HEADERS_FOLDER_PATH timetraveller_testDebug.app/Contents/Headers setenv RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS YES setenv REMOVE_CVS_FROM_RESOURCES YES setenv REMOVE_GIT_FROM_RESOURCES YES setenv REMOVE_SVN_FROM_RESOURCES YES setenv REZ_COLLECTOR_DIR /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/Debug/timetraveller_test.build/ResourceManagerResources setenv REZ_OBJECTS_DIR /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/Debug/timetraveller_test.build/ResourceManagerResources/Objects setenv REZ_SEARCH_PATHS "\"/Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/bin/\" " setenv RUN_CLANG_STATIC_ANALYZER NO setenv SCAN_ALL_SOURCE_FILES_FOR_INCLUDES NO setenv SCRIPTS_FOLDER_PATH timetraveller_testDebug.app/Contents/Resources/Scripts setenv SCRIPT_INPUT_FILE_COUNT 0 setenv SCRIPT_OUTPUT_FILE_COUNT 0 setenv SDKROOT setenv SDK_PRODUCT_BUILD_VERSION 10J567 setenv SED /usr/bin/sed setenv SEPARATE_STRIP NO setenv SEPARATE_SYMBOL_EDIT NO setenv SET_DIR_MODE_OWNER_GROUP YES setenv SET_FILE_MODE_OWNER_GROUP NO setenv SHARED_DERIVED_FILE_DIR /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/bin//DerivedSources setenv SHARED_FRAMEWORKS_FOLDER_PATH timetraveller_testDebug.app/Contents/SharedFrameworks setenv SHARED_PRECOMPS_DIR /var/folders/3d/3d0QifpBFZaTzeD+OSMOzE+++TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders setenv SHARED_SUPPORT_FOLDER_PATH timetraveller_testDebug.app/Contents/SharedSupport setenv SKIP_INSTALL NO setenv SOURCE_ROOT /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test setenv SRCROOT /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test setenv STANDARD_C_PLUS_PLUS_LIBRARY_TYPE dynamic setenv STRINGS_FILE_OUTPUT_ENCODING UTF-16 setenv STRIP_INSTALLED_PRODUCT YES setenv STRIP_STYLE all setenv SYMBOL_REPOSITORY_DIR /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/Debug/timetraveller_test.build/SymbolRepositories setenv SYMROOT /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build setenv SYSTEM_ADMIN_APPS_DIR /Applications/Utilities setenv SYSTEM_APPS_DIR /Applications setenv SYSTEM_CORE_SERVICES_DIR /System/Library/CoreServices setenv SYSTEM_DEMOS_DIR /Applications/Extras setenv SYSTEM_DEVELOPER_APPS_DIR /Developer/Applications setenv SYSTEM_DEVELOPER_BIN_DIR /Developer/usr/bin setenv SYSTEM_DEVELOPER_DEMOS_DIR "/Developer/Applications/Utilities/Built Examples" setenv SYSTEM_DEVELOPER_DIR /Developer setenv SYSTEM_DEVELOPER_DOC_DIR "/Developer/ADC Reference Library" setenv SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR "/Developer/Applications/Graphics Tools" setenv SYSTEM_DEVELOPER_JAVA_TOOLS_DIR "/Developer/Applications/Java Tools" setenv SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR "/Developer/Applications/Performance Tools" setenv SYSTEM_DEVELOPER_RELEASENOTES_DIR "/Developer/ADC Reference Library/releasenotes" setenv SYSTEM_DEVELOPER_TOOLS /Developer/Tools setenv SYSTEM_DEVELOPER_TOOLS_DOC_DIR "/Developer/ADC Reference Library/documentation/DeveloperTools" setenv SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR "/Developer/ADC Reference Library/releasenotes/DeveloperTools" setenv SYSTEM_DEVELOPER_USR_DIR /Developer/usr setenv SYSTEM_DEVELOPER_UTILITIES_DIR /Developer/Applications/Utilities setenv SYSTEM_DOCUMENTATION_DIR /Library/Documentation setenv SYSTEM_LIBRARY_DIR /System/Library setenv TARGETNAME timetraveller_test setenv TARGET_BUILD_DIR /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/bin/ setenv TARGET_NAME timetraveller_test setenv TARGET_TEMP_DIR /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/Debug/timetraveller_test.build setenv TEMP_DIR /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/Debug/timetraveller_test.build setenv TEMP_FILES_DIR /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/Debug/timetraveller_test.build setenv TEMP_FILE_DIR /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/Debug/timetraveller_test.build setenv TEMP_ROOT /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build setenv UID 501 setenv UNLOCALIZED_RESOURCES_FOLDER_PATH timetraveller_testDebug.app/Contents/Resources setenv UNSTRIPPED_PRODUCT NO setenv USER csbishop setenv USER_APPS_DIR /Users/csbishop/Applications setenv USER_LIBRARY_DIR /Users/csbishop/Library setenv USE_DYNAMIC_NO_PIC YES setenv USE_HEADERMAP YES setenv USE_HEADER_SYMLINKS NO setenv VALIDATE_PRODUCT NO setenv VALID_ARCHS "i386 ppc ppc64 ppc7400 ppc970 x86_64" setenv VERBOSE_PBXCP NO setenv VERSIONPLIST_PATH timetraveller_testDebug.app/Contents/version.plist setenv VERSION_INFO_BUILDER csbishop setenv VERSION_INFO_FILE timetraveller_testDebug_vers.c setenv VERSION_INFO_STRING "\"@(#)PROGRAM:timetraveller_testDebug PROJECT:timetraveller_test-\"" setenv WRAPPER_EXTENSION app setenv WRAPPER_NAME timetraveller_testDebug.app setenv WRAPPER_SUFFIX .app setenv XCODE_APP_SUPPORT_DIR /Developer/Library/Xcode setenv XCODE_PRODUCT_BUILD_VERSION 10M2518 setenv XCODE_VERSION_ACTUAL 0400 setenv XCODE_VERSION_MAJOR 0400 setenv XCODE_VERSION_MINOR 0400 setenv YACC /Developer/usr/bin/yacc setenv ZERO_LINK NO /bin/sh -c /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/build/timetraveller_test.build/Debug/timetraveller_test.build/Script-E4B6FFFD0C3F9AB9008CF71C.sh

install_name_tool: can't open file: /Users/csbishop/openframeworks-2fe3cb4/apps/examples/timetraveller_test/bin//timetraveller_testDebug.app/Contents/MacOS/timetraveller_testDebug (No such file or directory) Command /bin/sh failed with exit code 1

--- On Mon, 4/25/11, danomatika reply@reply.github.com wrote:

From: danomatika reply@reply.github.com Subject: Re: [GitHub] waitForThread not declared [ofTheo/ofxKinect GH-63] To: cindyloo_home@yahoo.com Date: Monday, April 25, 2011, 2:02 AM

That's a windows library your trying to link .... You said you were xcode right? Change the path to opencv/libs/osx

Reply to this email directly or view it on GitHub: https://github.com/ofTheo/ofxKinect/issues/63#comment_1051933

danomatika commented 13 years ago

Sigh.

When you drag and drop a folder onto xcode, it recursive adds all the files and folders inside ... including any platform specific lib folder. Remove those.

The "dublicate symbol _main" error means the compiler has found 2 or more instances of the main function, probably in 2 or more main.cpp files. You've probably added an addons folder, like ofxKinect, that has an example inside, and included the sources to that example ... you don't want to do that. Go back and remove everything from the addons except for their source files and any libraries they may be linking.

This is indirectly stated in the readme:

Adding ofxKinect to an Existing Project

If you want to add ofxKinect to another project, you need to make sure you include the src and libs folders:

openFrameworks/addons/ofxKinect/src openFrameworks/addons/ofxKinect/libs

All of the problems you are experiencing are not ofxKinect specific so I'm closing this issue. If you have any more problems I'd suggest you go to the open frameworks forum: http://forum.openframeworks.cc/index.php?board=8.0

cindyloo commented 13 years ago

the info below actually helped me vault over the top into getting it working, thank you. sorry for my beginner questions, but when one is trying to assimilate all the date of an unfamiliar framework and IDE, it can be hard to understand the instructions - the presence of the /example dir in the ofxKinect folder was causing the issue. Perhaps you could add your clarification to the instructions or to the troubleshooting section

regards, Cindy

--- On Mon, 4/25/11, danomatika reply@reply.github.com wrote:

From: danomatika reply@reply.github.com Subject: Re: [GitHub] waitForThread not declared [ofTheo/ofxKinect GH-63] To: cindyloo_home@yahoo.com Date: Monday, April 25, 2011, 1:40 PM

Sigh.

When you drag and drop a folder onto xcode, it recursive adds all the files and folders inside ... including any platform specific lib folder. Remove those.

The "dublicate symbol _main" error means the compiler has found 2 or more instances of the main function, probably in 2 or more main.cpp files. You've probably added an addons folder, like ofxKinect, that has an example inside, and included the sources to that example ... you don't want to do that. Go back and remove everything from the addons except for their source files and any libraries they may be linking.

This is indirectly stated in the readme:

Adding ofxKinect to an Existing Project

If you want to add ofxKinect to another project, you need to make sure you include the src and libs folders:

openFrameworks/addons/ofxKinect/src openFrameworks/addons/ofxKinect/libs

All of the problems you are experiencing are not ofxKinect specific so I'm closing this issue. If you have any more problems I'd suggest you go to the open frameworks forum: http://forum.openframeworks.cc/index.php?board=8.0

Reply to this email directly or view it on GitHub: https://github.com/ofTheo/ofxKinect/issues/63#comment_1053932

danomatika commented 13 years ago

Ja. Xcode is a bitch at first, but ok once you get the hang of it.