linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #00325
Re: [Question #95174]: building terminated because of errors
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++.