Installation problem -cmu-extendedns-1.2.2 in ns-allinone-2.31
Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Installation problem -cmu-extendedns-1.2.2 in ns-allinone-2.31
I want to install cmu-extendedns-1.2.2 in ns-allinone-2.31. My first query is (I) Is it possible? and (II) I could run "sh configure-2" successfully but while executing the command " make depend; make ", i am getting the following errors. I could not locate hdr_cbrp.h. Please help me. Your suggestions are valuable to me.
makedepend:
warning: cmu/ll.cc, line 57: cannot find include file "cmu/cbrp/hdr_cbrp.h"
not in ./cmu/cbrp/hdr_cbrp.h
not in ./cmu/cmu/cbrp/hdr_cbrp.h
not in ./cmu/dsr/cmu/cbrp/hdr_cbrp.h
not in ./cmu/dsdv/cmu/cbrp/hdr_cbrp.h
not in /home/anitha/ns-allinone-2.31/tclcl-1.19/cmu/cbrp/hdr_cbrp.h
not in /home/anitha/ns-allinone-2.31/otcl/cmu/cbrp/hdr_cbrp.h
not in /home/anitha/ns-allinone-2.31/include/cmu/cbrp/hdr_cbrp.h
not in /home/anitha/ns-allinone-2.31/include/cmu/cbrp/hdr_cbrp.h
not in /usr/include/pcap/cmu/cbrp/hdr_cbrp.h
not in /usr/include/g++/cmu/cbrp/hdr_cbrp.h
not in /usr/include/cmu/cbrp/hdr_cbrp.h
makedepend: warning: cmu/cmu-trace.cc, line 12: cannot find include file "cmu/cbrp/hdr_cbrp.h"
not in ./cmu/cbrp/hdr_cbrp.h
not in ./cmu/cmu/cbrp/hdr_cbrp.h
not in ./cmu/dsr/cmu/cbrp/hdr_cbrp.h
not in ./cmu/dsdv/cmu/cbrp/hdr_cbrp.h
not in /home/anitha/ns-allinone-2.31/tclcl-1.19/cmu/cbrp/hdr_cbrp.h
not in /home/anitha/ns-allinone-2.31/otcl/cmu/cbrp/hdr_cbrp.h
not in /home/anitha/ns-allinone-2.31/include/cmu/cbrp/hdr_cbrp.h
not in /home/anitha/ns-allinone-2.31/include/cmu/cbrp/hdr_cbrp.h
not in /usr/include/pcap/cmu/cbrp/hdr_cbrp.h
not in /usr/include/g++/cmu/cbrp/hdr_cbrp.h
not in /usr/include/cmu/cbrp/hdr_cbrp.h
g++ -c -I. -I./cmu -I./cmu/dsr -I./cmu/dsdv @V_INCLUDE_X11@ -I/home/anitha/ns-allinone-2.31/tclcl-1.19 -I/home/anitha/ns-allinone-2.31/otcl -I/home/anitha/ns-allinone-2.31/include -I/home/anitha/ns-allinone-2.31/include -I/usr/include/pcap -DNO_TK -DTCLCL_CLASSINSTVAR -DNDEBUG -DLINUX_TCP_HEADER -DUSE_SHM -DHAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H -DHAVE_LIBTCL8_4 -DHAVE_TCL_H -Dabort=_ABORT -DMONARCH -Wall -Wall -o scheduler.o scheduler.cc
g++: @V_INCLUDE_X11@: No such file or directory
In file included from ./cmu/ostream.h:31,
from scheduler.cc:58:
./cmu/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
scheduler.h:58: warning: ‘class Handler’ has virtual functions but non-virtual destructor
./cmu/cstdlib:108: error: ‘::abort’ has not been declared
scheduler.cc:132: warning: ‘class AtHandler’ has virtual functions but non-virtual destructor
./cmu/debug.h:87: error: default argument given for parameter 2 of ‘void HashSet::insert(void*, void*)’
./cmu/debug.h:56: error: after previous specification in ‘void HashSet::insert(void*, void*)’
scheduler.cc: In member function ‘virtual void ListScheduler::insert(Event*)’:
scheduler.cc:275: error: ‘abort’ was not declared in this scope
scheduler.cc:282: error: ‘abort’ was not declared in this scope
scheduler.cc: In member function ‘virtual void ListScheduler::cancel(Event*)’:
scheduler.cc:302: error: ‘abort’ was not declared in this scope
scheduler.cc: In member function ‘virtual void RealTimeScheduler::run()’:
scheduler.cc:855: error: ‘abort’ was not declared in this scope
make: *** [scheduler.o] Error 1
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.