Ticket #509 (closed defect: Out of Date)
Problem compiling console plugin for licq 1.2.7
| Reported by: | pierre42 | Owned by: | emostar |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | build | Version: | 1.2.* |
| Keywords: | Cc: |
Description
# gmake gmake all-recursive gmake[1]: Entering directory `/tmp/licq-1.2.7/plugins/console' Making all in src gmake[2]: Entering directory `/tmp/licq-1.2.7/plugins/console/src' source='console.cpp' object='console.lo' libtool=yes depfile='.deps/console.Plo' tmpdepfile='.deps/console.TPlo' depmode=gcc3 /bin/sh ../admin/depcomp /bin/sh ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I. -I/tmp/licq-1.2.7/include -I/usr/include/ncurses -s -O3 -march=i686 -fno-rtti -fno-exceptions -fno-check-new -c -o console.lo `test -f console.cpp echo './'`console.cpp console.cpp: In constructor `CLicqConsole::CLicqConsole(int, char**)': console.cpp:143: error: no matching function for call to `CIniFile::ReadBool?(
const char[17], NCURSES_BOOL&, bool)'
/tmp/licq-1.2.7/include/licq_file.h:53: error: candidates are: bool
CIniFile::ReadBool?(const char*, bool&, bool)
console.cpp:144: error: no matching function for call to `CIniFile::ReadBool?(
const char[13], NCURSES_BOOL&, bool)'
/tmp/licq-1.2.7/include/licq_file.h:53: error: candidates are: bool
CIniFile::ReadBool?(const char*, bool&, bool)
gmake[2]: *** [console.lo] Error 1 gmake[2]: Leaving directory `/tmp/licq-1.2.7/plugins/console/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/tmp/licq-1.2.7/plugins/console' gmake: *** [all] Error 2
