Question #95174 on LinuxDC++ changed:
https://answers.launchpad.net/linuxdcpp/+question/95174

    Status: Answered => Solved

Ivanov confirmed that the question is solved:
Without libiconv I managed to build linuxdcpp but in SConstruct I read:

        if not conf.CheckHeader('iconv.h'):
                Exit(1)
        elif conf.CheckLibWithHeader('iconv', 'iconv.h', 'c', 'iconv(0, (const 
char **)0, 0, (char**)0, 0);'):
                conf.env['ICONV_CONST'] = 'const'

it seems that developers thinked about using libiconv

-- 
You received this question notification because you are a member of
LinuxDC++ Team, which is an answer contact for LinuxDC++.

_______________________________________________
Mailing list: https://launchpad.net/~linuxdcpp-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~linuxdcpp-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to