Comment 9 for bug 1300299

Revision history for this message
Chad Miller (cmiller) wrote :

This bug report is getting stale.

I'm not sure the pathway proposed above is right, either.

In src/Frontend-STFL/smuxi-frontend-stfl.exe.config, it looks like smuxi should be explicitly loading ncursesw.

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <configSections>
        <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />
    </configSections>
    <dllmap dll="stfl" target="libstfl.so.0" />
    <dllmap os="linux" dll="ncurses" target="libncursesw.so.5" />
    <dllmap os="openbsd" dll="ncurses" target="libncursesw.so.12.1" />