I use TeXworks on Ubuntu 8.04 too. I simply comment out the code line in the member function ignoreWord in file src/CompletingEdit.cpp which use hunspell function Hunspell_add(pHunspell, word.data) ( Ubuntu 8.04 now only have hunspell version 1.1.9, doesn&#39;t have this function)<br>
<br><div style="margin-left: 40px;">void CompletingEdit::ignoreWord()<br>{<br>    // note that this is not persistent after quitting TW<br>    QByteArray word = spellingCodec-&gt;fromUnicode(currentWord.selectedText());<br>
   // comment out following Hunspell_add because <br>  // Ubuntu Hardy have only hunspell 1.1.9 which is lower than the requirement.<br>    //(void)Hunspell_add(pHunspell, word.data());<br>    emit rehighlight();<br>}<br>
</div><div style="text-align: left;"></div><div style="text-align: left;"><br>Then TeXworks compiles OK, and works fine for me, except just without this little functionality.<br><br></div>Regards,<br>Yinhe Zhang<br>
<br><br><div class="gmail_quote">On Mon, Apr 27, 2009 at 3:04 AM, Till Rettig <span dir="ltr">&lt;<a href="mailto:till.rettig@gmx.de">till.rettig@gmx.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br>
<br>
I am new to this list. First I should say: Thanks for this great editor, it is really nice! I was using the Latex-Plugin for Gedit, but with the pdf window all the time open it is really nice to work on a document.<br>
<br>
I got the sources some month ago and compiled them succesfully, but with the last revision 291 I get always the same mistake:<br>
<br>
g++ -c -pipe -O2 -I/usr/include/hunspell -I/usr/include/poppler/qt4 -I/usr/include/poppler -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtDBus -I/usr/include/qt4 -Isrc -Imoc -Iui -o obj/CompletingEdit.o src/CompletingEdit.cpp<br>

src/CompletingEdit.cpp: In member function &#39;void CompletingEdit::ignoreWord()&#39;:<br>
src/CompletingEdit.cpp:880: error: &#39;Hunspell_add&#39; was not declared in this scope<br>
make: *** [obj/CompletingEdit.o] Error 1<br>
<br>
<br>
Am I something missing? Are there new dependencies that I didn&#39;t catch?<br>
I am running Ubuntu 8.04 Hardy -- are the qt libraries there too old (libqt4-dev_4.3.4)?<br>
<br>
<br>
Otherwise can I post feature requests also to this list?<br>
<br>
Greetings<br><font color="#888888">
Till<br>
<br>
<br>
<br>
</font></blockquote></div><br>