Ticket #234 (closed defect: Fixed)
Problem compiling console plugin
| Reported by: | pierre42 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | build | Version: | devel |
| Keywords: | Cc: |
Description
Hi,
I try to compile the console plugin from licq-20020427 (daily cvs) on my linux slackware 8 with gcc-3.0.4 there was no problem with the configure, but for the make i got :
# gmake gmake all-recursive gmake[1]: Entering directory `/tmp/licq-20020427/plugins/console' Making all in src gmake[2]: Entering directory `/tmp/licq-20020427/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 --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I. -I/tmp/licq-20020427/include -I/usr/include/ncurses -O3 -march=i686 -fno-rtti -fno-exceptions -fno-check-new -c -o console.lo `test
-f console.cpp
function it appears in.)
console.cpp:160: `m_lCmdHistoryIter' undeclared (first use this function) console.cpp:160: `m_lCmdHistory' undeclared (first use this function) console.cpp: In member function `int CLicqConsole::Run(CICQDaemon*)': console.cpp:272: `list' undeclared (first use this function) console.cpp:272: parse error before `*' token console.cpp:273: `iter' undeclared (first use this function) console.cpp:273: `m_lFileStat' undeclared (first use this function) console.cpp:306: parse error before `*' token console.cpp: In member function `void CLicqConsole::DoneOptions?()': console.cpp:357: `MacroList?' undeclared (first use this function) console.cpp:357: parse error before `::' token console.cpp: At global scope: console.cpp:573: parse error before `*' token console.cpp:592:13: warning: extra tokens at end of #undef directive console.cpp: In member function `bool CLicqConsole::ParseMacro?(char*)': console.cpp:1306: parse error before `::' token gmake[2]: *** [console.lo] Error 1 gmake[2]: Leaving directory `/tmp/licq-20020427/plugins/console/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/tmp/licq-20020427/plugins/console' gmake: *** [all] Error 2
It would be great if you could help me with this !
Best regards,
Pierre.
