arturoc / FaceSubstitution

Face substitution experiments using ofxFacetracker
Other
437 stars 120 forks source link

More of a question than an issue so far code:blocks 10.05 and poco.net #17

Closed xxdb closed 11 years ago

xxdb commented 11 years ago

Hi,

I've recently tried compiling the latest version of the source using code:blocks 10.05 on windows 7. I'm getting some kind of linking/compilation error with poco. I believe I'm using the same compiler and have set the tool chains correct but I may have missed something. My question is this: what are the last known "good" versions that are known to compile for windows 7 using code:blocks et al? Is 10.05 of code:blocks compatible with the recent version of openframeworks as well as poco?

kylemcdonald commented 11 years ago

i believe if you use 0073 with code::blocks 10.05 on windows 7 then you're ok. if you're having problems with the emptyExample then it's better to report a bug on the openFrameworks repo, or ask in the IRC channel or on the forum. good luck!

xxdb commented 11 years ago

Thanks for looking. I discovered it was a noob error and I'm posting it here for other noobs to learn from.

When you run the code generator it generates a .cbp file which if you erroneously open it doesn't correctly include the libs. What you should be doing is opening the .workspace file instead which does include all the libs and you can then compile everything from scratch by doing a complete rebuild which makes sure that all the libraries are compiled using the same compiler thus eliminating the linkage wierdness I saw. I bet lots of other noobs are making the same sophomore mistake. Anyways, I got this far: compiled - check, linked - check, run empty app - check. 12:13am boo need to sleep so I can get up to go to work tomorrow. But it looks like I got a weekend of coding ahead !!!