Page 1 of 1

Cannot install gtkdatabox [SOLVED]

Posted: 7. Feb 2016, 15:21
by rsal
I tried to install gtkdatabox (in Salix-mate 14.1 basic install) using command 'spi -i gtkdatabox' (it is in slackbuilds: https://slackbuilds.org/repository/14.1 ... gtkdatabox). However, it could not be built due to errors:

Code: Select all

...
checking for GLADE3... yes
./configure: line 12935: syntax error near unexpected token `1.4'
./configure: line 12935: `GTK_DOC_CHECK(1.4)'
fakeroot -- sh gtkdatabox.SlackBuild Failed
How can I solve this?

Re: Cannot install gtkdatabox

Posted: 7. Feb 2016, 18:18
by laprjns
Install linuxdoc-tools.

Code: Select all

$sudo spi -i linuxdoc-tools
gtkdatabox should now build and install without problems.

Re: Cannot install gtkdatabox

Posted: 9. Feb 2016, 09:17
by rsal
Yes, it worked. Thanks.