I followed the instructions to install the autocomplete tool TextSuggest but now I'm stuck at this part:
Run the command textsuggest-server in the background, and set it to run on startup.
Set the command textsuggest to a keyboard shortcut. Type a word, select it, press the shortcut and TextSuggest will give you autocomplete.
After running the command in the terminal this error comes up:
doit@tox:~$ textsuggest-server
textsuggest-server: command not found
Same error if I run it in the CD of textsuggest. Also I got this error after the installation:
/usr/include/dbus-c++-1/dbus-c++/dispatcher.h:249:13: note: conversion of argument 3 would be ill-formed
Makefile:416: recipe for target 'textsuggest-ui.o' failed
make: *** [textsuggest-ui.o] Error 1
How to get it to work? I'm using gcc (Ubuntu 7.2.0-8ubuntu3.2) 7.2.0
.
0 Answers