Quote:
Originally Posted by TheRedge
It seems that somehow your Demo project lost the link to the Sparrow library.
Please have a look if Sparrow is still in the "Direct Dependencies" list of the project. (In the left pane, get the info for the Demo-Project in the Targets-section (!), then look into the "General" tab). If it's not there, try to add it (or just get the project from svn again).
I hope this helps!
Daniel
|
I think I know what happened here. The first thing that I did was to load up the demo and try to compile it. It failed because it wasn't linked into the library. So it created a library but it wasn't usable and thus killed the link to the actual library. This time, I had already setup SPARROW_SRC and it worked the first try.
Nice, very nice.