build failed, complained a missing package

Asked by Joachim Schwender

I tried to build a package that i modified a little bit:
https://launchpad.net/~jschwender/+archive/ubuntu/xoscope
The build failed with :
checking for GTKDATABOX... no
configure: error: Package requirements (gtkdatabox) were not met:

No package 'gtkdatabox' found

but the referred package was installed before. On my local machine that build succseeds, no problem at all.
It would be fantastic if someone could help me out.

greetings

Question information

Language:
English Edit question
Status:
Solved
For:
launchpad-buildd Edit question
Assignee:
No assignee Edit question
Solved by:
Joachim Schwender
Solved:
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

Perhaps you need to change the build-depends to include libgtkdatabox-0.9.2-0-dev instead of libgtkdatabox-0.9.2-0

Revision history for this message
Joachim Schwender (jschwender) said :
#2

thanks for the hint, that has helped!!