View Single Post
Old 07-21-2016, 09:13 PM   #7
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,643
Karma: 204624552
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by darkbreath View Post
but I did have to move the source folder and build folders to another location to compile and install (the directory for some reason had to have no space; if I have a folder like "Folder Name" with a space, the installation will fail). These are the only 2 folders I relocated.
This shouldn't be an issue (though I probably wouldn't actually "move" the build directory if it had build pieces in it already. I'd just create a new build folder and start from scratch with a new cmake command--and delete the old build folder).

Quote:
Originally Posted by darkbreath View Post
By the way, this may or may not be related, but I used checkinstall instead of make install because I didn't know how to uninstall after using make install; I may need to upgrade to a newer version of Sigil later.
This is no problem. I've done the same before, myself. But it's been a while.

Quote:
Originally Posted by darkbreath View Post
Sigil still ran though, though I had to create links to ../lib/libhunspell.so and ../lib/libsigilgumbo.so and place the links in /usr/lib.
This, however, makes absolutely no sense. There is no way you should HAVE to do that when building Sigil from scratch using the BuildingOnLinux document as a guide. libhunspell.so and libsigilgumbo.so should be located in /usr/local/lib/sigil, along with the sigil executable. The Sigil launch script should be in /usr/local/bin (named "sigil"). Something has gone badly wrong if you need to create those links. Are you sure you don't have pieces of two different Sigils on your system? "which sigil" from a terminal (no quotes) should return only one result (/usr/local/bin/sigil). If it returns more than one, there's a problem.

Quote:
Originally Posted by darkbreath View Post
If I also have to link to other hunspell files, do let me know.
You really shouldn't have to link to any files whatsoever. Can you verify that you have .aff files in /usr/local/share/sigil/hunspell_dictionaries ? And that you have three files in the /usr/local/lib/sigil directory (libhunspell.so, libsigilgumbo.so and sigil)?

How are you launching Sigil, by the way? Are you typing "sigil" at a terminal, or are you using the menu entry (typically under "Office" or "Accessories")? If you're double-clicking on the sigil binary in /usr/local/lib/sigil, that could be part of the problem.

Last edited by DiapDealer; 07-21-2016 at 09:27 PM.
DiapDealer is online now   Reply With Quote