Aspell can't compile under a folder with spaces
Status: Beta
Brought to you by:
kevina
I was compiling Aspell in a folder named "~/Misc/ncurses 5.4 and
Aspell 0.60 stuff/aspell-0.60" and the compile died with the error
message:
sed: stuff/aspell-0.60/libaspell.la: No such file or directory
libtool: link: `stuff/aspell-0.60/libaspell.la' is not a valid libtool
archive
Once I changed the spaces in the folder name "ncurses 5.4 and
Aspell 0.60 stuff" to underscores, the compile worked. Looks like
some underquoting in a shell command.
Logged In: YES
user_id=6591
OK I will test Aspell with a folder with spaces and get back
to you.
Logged In: YES
user_id=6591
This looks like a problem with libtool as I can't figure out
where I underquoted. I will try to look into it more latter.
Logged In: YES
user_id=6591
Originator: NO
This is defiantly due to a bug in libtool. When I tried to submit a bug report for the issue there response was along the line of "Sorry libtool doesn't support directories with spaces in it". Which indicates they don't think it is a bug. Sorry. Hopefully, someday this will get fixed in Aspell. I will leave the bug open until than.
This issue has moved to GitHub: https://github.com/GNUAspell/aspell/issues/151