ofxQC

Paging Vade

dust's picture

vade just a question in regards to ofxQC.

im excited to really get one of your examples to compile.

now with the new version of openFrameworks and the new ofxQC im getting a lot closer to compiling. im down to 5 errors . ;) i think the project is missing the prefix header files.

i suppose normally it would be fairly easy to just make the header file but honestly with openFrameworks and all the libs etc... i don't know where to start. plus its objc++ and ofx is particular about build settings. so i thought it would be better to ask as i was determined to make ofxQC to work awhile ago and gave up.

so i will tell you what i have done so far. i remapped the addons folder. (so much better than the first project as it was a pain to remap all of ofx). i know you made a path to set but for what ever reason my ofx folders are just not in the place there supposed to be i guess. so everything in those respects is smooth now.

i built the ofx libs for 10.6 i386 32bit. your read me says to keep 32bit. i have tried all the compilers as previously to get ofx to work in SL i had to build for 10.4 with gcc 4. im able to build both iphone and xcode ofx no problem.

another thing is that the bundle i do get thats not complete on build says its name is QCtoOFImageDemo but im building the fft sound examples. not sure if the copy script needs to be changed ? this is more than likely the reason for some errors. the target says soundplayer on it but the build says otherwise.

i think i just need a prefix header file and things will work. i had the same problem with cogee webkit no prefix file in repository.

these are my errors.

i686-apple-darwin10-gcc-4.2.1: /ofx/of_preRelease_v0061_osxSL_FAT/apps/addonsExamples/QC Plugins/SoundPlayerFFTExample/soundPlayerFFTPlugin.pch: No such file or directory

i686-apple-darwin10-gcc-4.2.1: /ofx/of_preRelease_v0061_osxSL_FAT/apps/addonsExamples/QC Plugins/SoundPlayerFFTExample/soundPlayerFFTPlugin.pch: No such file or directory

/ofx/of_preRelease_v0061_osxSL_FAT/apps/addonsExamples/QC Plugins/SoundPlayerFFTExample/../../../libs/fmodex/lib/osx: No such file or directory

/ofx/of_preRelease_v0061_osxSL_FAT/apps/addonsExamples/QC Plugins/SoundPlayerFFTExample/../../../libs/glut/lib/osx: No such file or directory

install_name_tool: can't open file: /ofx/of_preRelease_v0061_osxSL_FAT/apps/addonsExamples/QC Plugins/SoundPlayerFFTExample/build/Release/QCtoOFImageDemo.plugin/Contents/MacOS/QCtoOFImageDemo (No such file or directory)

any help would be awesome fade i like openFrameworks and would really like to make a blob tracking plug for qc.

not sure if this is the right place to ask this question but i see you here a lot.

thanks