I\'m trying to compile the SQLite amalgamation source into my iPhone app (to give me access to the full-text searching functionality that isn\'t available in the iPhone-comp
That type of error usually means a missing framework.
That should take care of it, I think. You may need to add a similar library for running on the iPhone Simulator.