View Single Post
erendorn's Avatar
Posts: 738 | Thanked: 983 times | Joined on Apr 2010 @ London
#3
Thanks

I've managed to build and run the application on ubuntu (didn't try to package), and now I'm trying to package it to deploy it on my N9.
I've uncompressed your packages to set the LIBS and INCLUDEPATH variables, and it builds correctly, but I can't manage to package it.
It complains with:
Code:
dpkg-shlibdeps: failure: couldn't find library libtag.so.1 needed by debian/radiorec/opt/radiorec/bin/radiorec (its RPATH is '').
I don't know how to tell him where to get this lib.
I'll read some more about packaging to try to fix this, but maybe I'm just doing something wrong..