Ticket #509 (closed defect: Out of Date)

Opened 5 years ago

Last modified 39 years ago

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

Change History

Changed 5 years ago by elmware

Logged In: YES user_id=979042

I had this problem when I tried to compile from a user account using the su command. When I logged into the root account, it compiled without the errors.

Changed 5 years ago by pierre42

Logged In: YES user_id=512388

I have this error as root

Changed 4 years ago by emostar

Logged In: YES user_id=21415

Do you have any compilation problems with 1.3.0?

Changed 4 years ago by emostar

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