maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   Unmet build dependencies for q-extras (https://talk.maemo.org/showthread.php?t=87062)

marxian 2012-09-27 01:25

Unmet build dependencies for q-extras
 
I'm working on a project that depends on q-extras for system notifications. I installed both q-extras and q-extras-dev packages using mad-admin, however, I am unable to build the package in Qt Creator due to unsatisfied build dependencies.

The compiler gives me:

Code:

dpkg-checkbuilddeps: Unmet build dependencies: q-extras-dev (>= 1.0.7)
dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: warning: (Use -d flag to override.)
Packaging Error: Command '/home/stuart/QtSDK/Maemo/4.6.2/bin/mad dpkg-buildpackage -nc -uc -us' failed.Exit code: 3

In my control file I have:

Code:

Build-Depends: debhelper (>= 5), libqt4-dev, q-extras-dev (>=1.0.7)
and in the .pro file:

Code:

CONFIG += link_pkgconfig
PKGCONFIG += q-extras

Any ideas? :o

jackburton 2012-09-28 00:07

Re: Unmet build dependencies for q-extras
 
I find using scratchbox and dpkg-buildpkg easier than trying to get QtCreator to build packages. You may want to try this.

marxian 2012-09-28 13:51

Re: Unmet build dependencies for q-extras
 
Quote:

Originally Posted by jackburton (Post 1273150)
I find using scratchbox and dpkg-buildpkg easier than trying to get QtCreator to build packages. You may want to try this.

Yeah, I've decided to do that in this case. :)


All times are GMT. The time now is 09:26.

vBulletin® Version 3.8.8