Bugs item #1617108, was opened at 2006-12-16 19:57
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=723099&aid=1617108&group_id=132078

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: tpserver-cpp
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jure Repinc (jrepin)
Assigned to: Lee Begg (llnz)
Summary: libtprl 0.1.0 fails to compile

Initial Comment:
I tried to compile libtprl on my AMD64 computer with GCC 4.1.1 and readline 
5.2_p1. I got this error:

make  all-recursive
make[1]: Entering directory `/home/jlp/Download/libtprl-0.1.0'
Making all in tprl
make[2]: Entering directory `/home/jlp/Download/libtprl-0.1.0/tprl'
/bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -Wall 
-c rlcommand.cpp
mkdir .libs
 g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -c rlcommand.cpp  -fPIC -DPIC -o 
.libs/rlcommand.o
 g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -c rlcommand.cpp -o rlcommand.o 
>/dev/null 2>&1
/bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -Wall 
-c commandcategory.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -c commandcategory.cpp  -fPIC -DPIC 
-o .libs/commandcategory.o
 g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -c commandcategory.cpp -o 
commandcategory.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -Wall 
-c commandalias.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -c commandalias.cpp  -fPIC -DPIC -o 
.libs/commandalias.o
 g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -c commandalias.cpp -o 
commandalias.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -Wall 
-c console.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -c console.cpp  -fPIC -DPIC -o 
.libs/console.o
/usr/include/readline/rltypedefs.h:65: error: typedef 'rl_getc_func_t' is 
initialized (use __typeof__ instead)
/usr/include/readline/rltypedefs.h:65: error: 'FILE' was not declared in this 
scope
/usr/include/readline/rltypedefs.h:65: error: expected primary-expression 
before ')' token
/usr/include/readline/readline.h:416: error: 'FILE' was not declared in this 
scope
/usr/include/readline/readline.h:416: error: expected primary-expression before 
')' token
/usr/include/readline/readline.h:532: error: expected initializer before '*' 
token
/usr/include/readline/readline.h:533: error: expected initializer before '*' 
token
/usr/include/readline/readline.h:827: error: expected ';' before '*' token
/usr/include/readline/readline.h:828: error: expected ';' before '*' token
console.cpp: In member function 'char* tprl::Console::commandCompleter(const 
char*, int)':
console.cpp:265: warning: control reaches end of non-void function
console.cpp: At global scope:
console.cpp:35: warning: 'char* tprl::command_generator(const char*, int)' 
defined but not used
make[2]: *** [console.lo] Error 1
make[2]: Leaving directory `/home/jlp/Download/libtprl-0.1.0/tprl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jlp/Download/libtprl-0.1.0'
make: *** [all-recursive-am] Error 2

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=723099&aid=1617108&group_id=132078
_______________________________________________
tp-bugs mailing list
[email protected]
http://mail.thousandparsec.net/cgi-bin/mailman/listinfo/tp-bugs

Reply via email to