Menu

#96 Loadable Filters support broken for OS X

closed
compile (52)
3
2016-12-11
2004-09-07
No

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.

Discussion

  • Kevin Atkinson

    Kevin Atkinson - 2004-09-10
    • labels: --> compile
    • assigned_to: nobody --> kevina
     
  • Kevin Atkinson

    Kevin Atkinson - 2004-09-10

    Logged In: YES
    user_id=6591

    Try reconfiguring with:
    make distclean
    ./configure --enable-compile-in-filters
    make clean && make
    and see if it helps.

     
  • J. J. Ramsey

    J. J. Ramsey - 2004-09-10

    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.)

     
  • J. J. Ramsey

    J. J. Ramsey - 2004-09-10

    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.)

     
  • Kevin Atkinson

    Kevin Atkinson - 2004-09-21

    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.

     
  • J. J. Ramsey

    J. J. Ramsey - 2004-09-21

    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.

     
  • Kevin Atkinson

    Kevin Atkinson - 2004-09-25
    • priority: 5 --> 3
    • summary: TeX and SGML filters fail (at least on OS X) --> Loadable Filters support broken for OS X
     
  • Kevin Atkinson

    Kevin Atkinson - 2004-09-25

    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.

     
  • Kevin Atkinson

    Kevin Atkinson - 2016-12-11

    This issue has moved to GitHub: https://github.com/GNUAspell/aspell/issues/153

     
  • Kevin Atkinson

    Kevin Atkinson - 2016-12-11
    • Status: open --> closed
     
MongoDB Logo MongoDB