Re: Update of installation fairroot and pandaroot [message #10246 is a reply to message #10245] |
Sat, 20 February 2010 00:44 |
Johan Messchendorp
Messages: 693 Registered: April 2007 Location: University of Groningen
|
first-grade participant |
From: *xs4all.nl
|
|
Hi,
Looks like it went wrong in the root compilation (cint?).... seems that there is a conflict related to the "curses" installation on your system:
Quote: | g++ -m64 -O2 -o bin/rlibmap core/utils/src/rlibmap.o
Generating dictionary core/meta/src/G__TCint.cxx...
core/utils/src/rootcint_tmp -cint -f core/meta/src/G__TCint.cxx -c -DG__API core/meta/inc/TCint.h core/meta/inc/LinkDef_TCint.h
bin/rmkdepend -R -fcore/meta/src/G__TCint.d -Y -w 1000 -- \
-pipe -m64 -Wall -W -Woverloaded-virtual -fPIC -Iinclude -pthread -D__cplusplus -Icint/cint/lib/prec_stl \
-Icint/cint/stl -Icint/cint/inc -- core/meta/src/G__TCint.cxx
g++ -pipe -m64 -Wall -W -Woverloaded-virtual -fPIC -Iinclude -pthread -I. -Icint/cint/inc -o core/meta/src/G__TCint.o -c core/me
ta/src/G__TCint.cxx
bin/rmkdepend -R -fcore/editline/src/TTermManip.d -Y -w 1000 -- -pipe -m64 -Wall -W -Woverloaded-virtual -fPIC -Iinclude -pthread '
-DR__CURSESHDR="curses.h"' -I/usr/include/curses -D__cplusplus -- core/editline/src/TTermManip.cxx
g++ -O2 -pipe -m64 -Wall -W -Woverloaded-virtual -fPIC -Iinclude -pthread '-DR__CURSESHDR="curses.h"' -I/usr/include/curses -o cor
e/editline/src/TTermManip.o -c core/editline/src/TTermManip.cxx
core/editline/src/TTermManip.cxx:199: error: prototype for 'char TTermManip::SetColor(unsigned char, unsigned char, unsigned char)'
does not match any in class 'TTermManip'
core/editline/src/TTermManip.h:28: error: candidates are: bool TTermManip::SetColor(int)
core/editline/src/TTermManip.h:27: error: bool TTermManip::SetColor(unsigned char, unsigned char, unsigned char)
core/editline/src/TTermManip.cxx:199: error: 'char TTermManip::SetColor(unsigned char, unsigned char, unsigned char)' cannot be over
loaded
core/editline/src/TTermManip.h:27: error: with 'bool TTermManip::SetColor(unsigned char, unsigned char, unsigned char)'
core/editline/src/TTermManip.cxx:205: error: prototype for 'char TTermManip::SetColor(int)' does not match any in class 'TTermManip'
core/editline/src/TTermManip.h:28: error: candidates are: bool TTermManip::SetColor(int)
core/editline/src/TTermManip.h:27: error: bool TTermManip::SetColor(unsigned char, unsigned char, unsigned char)
core/editline/src/TTermManip.cxx:205: error: 'char TTermManip::SetColor(int)' cannot be overloaded
core/editline/src/TTermManip.h:28: error: with 'bool TTermManip::SetColor(int)'
core/editline/src/TTermManip.cxx: In member function 'char* TTermManip::GetTermStr(const char*)':
core/editline/src/TTermManip.cxx:219: error: 'tigetstr' was not declared in this scope
core/editline/src/TTermManip.cxx: In member function 'int TTermManip::GetTermNum(const char*)':
|
I personally have not seen this problem before. Does someone has a clue?
Johan
|
|
|