Ticket #236 (closed defect: Fixed)
Problem compiling rms plugin
| Reported by: | pierre42 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | build | Version: | |
| Keywords: | Cc: |
Description
Hi,
I try to compile the rms plugin from licq-20020428 (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-20020428/plugins/rms' Making all in src gmake[2]: Entering directory `/tmp/licq-20020428/plugins/rms/src' source='rms.cpp' object='rms.lo' libtool=yes depfile='.deps/rms.Plo' tmpdepfile='.deps/rms.TPlo' depmode=gcc3 /bin/sh ../admin/depcomp /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I. -I/tmp/licq-20020428/include -O3 -march=i686 -fno-rtti -fno-exceptions
-fno-check-new -c -o rms.lo `test -f rms.cpp
function it appears in.)
rms.cpp:125: parse error before `::' token rms.cpp:126: `iter' undeclared (first use this function) rms.cpp:126: `clients' undeclared (first use this function) rms.cpp: In member function `int CLicqRMS::Run(CICQDaemon*)': rms.cpp:212: parse error before `::' token rms.cpp: In member function `void CLicqRMS::ProcessLog?()': rms.cpp:294: parse error before `::' token rms.cpp: In member function `void CLicqRMS::ProcessEvent?(ICQEvent*)': rms.cpp:330: parse error before `::' token rms.cpp: In member function `bool CRMSClient::ProcessEvent?(ICQEvent*)': rms.cpp:392: `TagList?' undeclared (first use this function) rms.cpp:392: parse error before `::' token rms.cpp:393: `tags' undeclared (first use this function) gmake[2]: *** [rms.lo] Error 1 gmake[2]: Leaving directory `/tmp/licq-20020428/plugins/rms/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/tmp/licq-20020428/plugins/rms' gmake: *** [all] Error 2
It would be great if you could help me with this !
Best regards,
Pierre.
