make debian-package Results in errors ... dpkg-checkbuilddeps: Unmet build dependencies: automake1.9 libc-ares-dev docbook-xsl (>= 1.64.1.0-0) libcap-dev bison libgnutls-dev portaudio19-dev libkrb5-dev liblua5.1-0-dev libsmi2-dev dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; aborting. dpkg-buildpackage: warning: (Use -d flag to override.) make: *** [debian-package] Error 3 asked 19 Oct '11, 00:16 flashkicker closed 20 Oct '11, 02:17 |
The question has been closed for the following reason “inappropriate question” by flashkicker 20 Oct ‘11, 02:17
One Answer:
And the question is???? Probably: why doesn't it build? Have you read the output? Build dependencies/conflicts unsatisfied. So go satisfy the dependencies. Install the listed development packages. answered 19 Oct '11, 04:34 Jaap ♦ |