View Single Post
Posts: 726 | Thanked: 345 times | Joined on Apr 2010 @ Sweden
#4
So, what are you compiling when it breaks? What happens if you do
Code:
ls -al libqfacebook-build/debug
My suspicion is that you might very well have a build of the library (I see some .o files) but when you try to build the application that uses it, you're not getting the path right.

In which directory do you start the compilation?