Ticket #236 (closed defect: Fixed)

Opened 7 years ago

Last modified 39 years ago

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 echo './'`rms.cpp 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 rms.cpp -MT rms.lo -MF .deps/rms.TPlo -MD -MP -fPIC -DPIC -o .libs/rms.o In file included from rms.cpp:14: rms.h:22: syntax error before `;' token rms.h:23: syntax error before `;' token rms.h:41: 'ClientList?' is used as a type, but is not defined as a type. rms.h:82: 'TagList?' is used as a type, but is not defined as a type. rms.cpp: In destructor `CLicqRMS::~CLicqRMS()': rms.cpp:125: `ClientList?' undeclared (first use this function) rms.cpp:125: (Each undeclared identifier is reported only once for each

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.

Change History

Changed 7 years ago by pierre42

Logged In: YES user_id=512388

I got the same problem with licq-20020430 (daily cvs).

Changed 7 years ago by pierre42

Logged In: YES user_id=512388

I got the same problem with licq-20020501 (daily cvs).

Changed 7 years ago by pierre42

Logged In: YES user_id=512388

I got the same problem with licq-20020502 (daily cvs).

Changed 7 years ago by pierre42

Logged In: YES user_id=512388

I got the same problem with licq-20020522 (daily cvs) and gcc 3.1

Changed 6 years ago by emostar

  • status changed from assigned to closed
Note: See TracTickets for help on using tickets.