Attempting to use aspell in TeX mode gets me the error messages
Error: tex: dlopen returned "dlcompat: dyld: aspell Undefined
symbols:
__ZN7acommon10BlockSListINS_10StringPairEE5clearEv
__ZN7acommon9HashTableINS_9StringMap5ParmsEE3delEv
__ZN7acommon9HashTableINS_9StringMap5ParmsEE4initEj
__ZN7acommon9HashTableINS_9StringMap5ParmsEE5eraseERKP".
Attempting to use aspell in SGML mode gets me almost the same
error messages:
Error: sgml: dlopen returned "dlcompat: dyld: aspell Undefined
symbols:
__ZN7acommon10BlockSListINS_10StringPairEE5clearEv
__ZN7acommon9HashTableINS_9StringMap5ParmsEE3delEv
__ZN7acommon9HashTableINS_9StringMap5ParmsEE4initEj
__ZN7acommon9HashTableINS_9StringMap5ParmsEE5eraseERKP".
Oddly enough, I don't get errors on the "url" or "email" modes.
Logged In: YES
user_id=6591
Try reconfiguring with:
make distclean
./configure --enable-compile-in-filters
make clean && make
and see if it helps.
Logged In: YES
user_id=156375
> Try reconfiguring with:
> make distclean
> ./configure --enable-compile-in-filters
> make clean && make
> and see if it helps
It helped. BTW, should me having aspell installed under /opt/aspell-0.60
make any difference? (PATH, MANPATH, and INFOPATH are set
accordingly.)
Logged In: YES
user_id=156375
> Try reconfiguring with:
> make distclean
> ./configure --enable-compile-in-filters
> make clean && make
> and see if it helps
It helped. BTW, should me having aspell installed under /opt/aspell-0.60
make any difference? (PATH, MANPATH, and INFOPATH are set
accordingly.)
Logged In: YES
user_id=6591
You need to add the --prefix option to the configure step to
install Aspell in a non-standard location.
So "./configure --enable-compile-in-filters" fixes the
problem. If so what does "./configure
--disable-compile-in-filters" get you? Be sure to do a
"make distclean" between builds.
Logged In: YES
user_id=156375
> So "./configure --enable-compile-in-filters" fixes the
problem.
> If so what does "./configure --disable-compile-in-filters"
get you?
The same problem that I had originally.
Logged In: YES
user_id=6591
It looks like the filter module code is not working
correctly on your platform.
I have added a note to the README file.
I have lowed the priority and changed the subject of this bug.
This issue has moved to GitHub: https://github.com/GNUAspell/aspell/issues/153