[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ns] Install Problem ns-2.1b6(allinone) on FreeBSD 3.5Stable



hi.

here are my system configuration

tenet2@~/ns-allinone-2.1b6> uname -a
FreeBSD tenet2.knu.ac.kr 3.5-STABLE FreeBSD 3.5-STABLE #0: Wed Jun 28 11:24:03 KST 2000     [email protected]:/usr/src/sys/compile/TENET2  i386 

tenet2@~/ns-allinone-2.1b6> gcc -v
Reading specs from /usr/local/lib/gcc-lib/i386-portbld-freebsd3.5/2.95.2/specs
gcc version 2.95.2 19991024 (release)

I install ns-allinone-2.1b6 and I've got these errors

--snip--
for i in indep-utils/cmu-scen-gen/setdest  indep-utils/webtrace-conv/dec  indep-
utils/webtrace-conv/epa  indep-utils/webtrace-conv/nlanr  indep-utils/webtrace-c
onv/ucb; do ( cd $i; make all; ) done
c++ -c -O2 -I. -I/usr/home/ns/ns-allinone-2.1b6/tclcl-1.0b9 -I/usr/home/ns/ns-al
linone-2.1b6/otcl-1.0a5 -I/usr/home/ns/ns-allinone-2.1b6/tkbox/include -I/usr/ho
me/ns/ns-allinone-2.1b6/tclbox/include -o my-endian.o my-endian.cc
my-endian.cc: In function `void ToOtherEndian(TEntry *)':
my-endian.cc:42: conversion from `short unsigned int' to `enum method_t'
my-endian.cc:45: conversion from `u_4bytes' to `enum method_t'
my-endian.cc:48: conversion from `short unsigned int' to `enum protocol_t'
my-endian.cc:51: conversion from `u_4bytes' to `enum protocol_t'
*** Error code 1
 
Stop.
*** Error code 1
 
Stop.
-----------------------------------------------------------

Of course I search NS homepage and find some answers

but most answer which link another answer have broken links
eg)
http://www.isi.edu/nsnam/archive/ns-users/webarch/2000/msg02666.html 
http://www-mash.CS.Berkeley.EDU/dist/archive/ns-users/0003/0205.html
etc.

And... Most strange thing is I succeed install allinone version on my FreeBSD 3.4 Machine about a month ago.

How can I fix these problem?