Hello,
I'm trying to get xorp version 1.6 to compile under ubunto 9.10, gcc and
g++ versions 4.4.1. Like others I had problems with "#ident" but was able to
work around that by including "-Wno-deprecated" in the configure and rebuilding
the make files.
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I..
-I.. -g -Werror -W -Wall -Wno-deprecated -Wwrite-strings -Wcast-qual
-Wpointer-arith -Wcast-align -Woverloaded-virtual -ftemplate-depth-25 -pipe -MT
vif.lo -MD -MP -MF .deps/vif.Tpo -c -o vif.lo vif.cc
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -g -Werror -W -Wall -Wno-deprecated
-Wwrite-strings -Wcast-qual -Wpointer-arith -Wcast-align -Woverloaded-virtual
-ftemplate-depth-25 -pipe -MT vif.lo -MD -MP -MF .deps/vif.Tpo -c vif.cc -o
vif.o
In file included from vif.hh:32,
from vif.cc:29:
ipvxnet.hh: In member function 'void IPNet<A>::initialize_from_string(const
char*) [with A = IPvX]':
ipvxnet.hh:57: error: invalid conversion from 'const char*' to 'char*'
I think the problem may be due to an overloaded strrchr() function.
Any ideas?
Thanks,
Kirk
_______________________________________________
Xorp-hackers mailing list
[email protected]
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers