sudden issue with compiling the faceTracker example, 'ofxCv' is not a name-space
19 views
Skip to first unread message
Jack Kalish
unread,
Mar 13, 2012, 6:00:48 PM3/13/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to appropriating-n...@googlegroups.com
Hi I'm having a sudden issue with compiling the faceTracker example. For some reason it cannot find the ofxCV libs anymore. This was working fine just a few days ago fo em and now its not and idk why?!?. Any help would be awesome:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to appropriating-n...@googlegroups.com
Have you tried dragging the ofxCV folder into your xcode project? This may be totally obvious to everyone, but I've realized that it's not enough to #include the header files and so forth in your main cpp file -- you have to also drag in the appropriate libraries so your program knows what the $#@! you're talking about.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to appropriating-n...@googlegroups.com
Oh hey, I'm not sure what the problem was, but I was able to solve this with Kyle the other day by re-importing all the libraries and recreating the project file.