View Single Post
Posts: 3 | Thanked: 3 times | Joined on Jul 2009
#22
Originally Posted by fnordianslip View Post
Now, if only I can figure out how to rebuild it from source. I'm having some issues satisfying the dependencies in scratchbox, not the least as it has a need for a package called dtn-api, which I've never heard of and assume is some derivative of the fuller dtn package. Clearly its a build-time dependency only, as I don't have it installed on my N800 (I have the full dtn package I built installed there).
Basically I created dtn-api.pc file locally so that the dtn2 api library path can be configured using pkgconfig tool while building the dttalkie project. But it doesn't make the project making process generic. In the latest updates, you can configure the project with --with-dtn parameter, which takes value of the top dtn2 installation directory.

For example: ./configure --with-dtn=/home/foobar/dtn-2.6.0

So, no hassle of dtn-api dependency anymore.
 

The Following User Says Thank You to palash_cse For This Useful Post: