Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
mobile mesh Software Installation Problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
wahaha
n00b
n00b


Joined: 13 Jul 2006
Posts: 1

PostPosted: Thu Jul 13, 2006 2:18 pm    Post subject: mobile mesh Software Installation Problem Reply with quote

halo...i am new to linux and recently i wanan install a protocol called mobile mesh into my fedora core 4, 2.6.11-1.1369_FC4. I saved the file in desktop and tried to follow the instructions of installation provided inside the files downloaded from http://www.mitre.org/work/tech_transfer/mobilemesh/ . Unfortunately, i am not able to install the program even on the first step. The programme is directly download from the website without did any changes or delete any stuffs. If u know the solutions pls drop ur suggestions and ideas here. Thx a lot.
Below are the commands sequence commands required to install and error messages:
1) when i type " make depends ", the error message is :

g++ -M -g -Wall -I. -Iinclude-fixes -D_GNU_SOURCE *.C > depends.mk
In file included from ./UtChild.h:34,
from ./BoBorder.h:57,
from BoMain.C:26:
./UtSequence.h:26:17: error: stl.h: No such file or directory
In file included from ./BoBorder.h:60,
from BoMain.C:26:
./UtUdpSocket.h:33:23: error: strstream.h: No such file or directory
In file included from dbUnix.C:26:
./UtUnixSocket.h:34:23: error: strstream.h: No such file or directory
In file included from ./LnDiscover.h:80,
from LnMain.C:26:
./UtUdpSocket.h:33:23: error: strstream.h: No such file or directory
In file included from MmMain.C:26:
./MmRouter.h:56:23: error: strstream.h: No such file or directory
In file included from ToMain.C:26:
./ToDot.h:56:23: error: strstream.h: No such file or directory
UtDebug.C:17:17: error: stl.h: No such file or directory
UtDebug.C:22:23: error: strstream.h: No such file or directory
make: *** [depends] Error 1

2) when i type "make" , the error message is :

g++ -g -Wall -I. -Iinclude-fixes -D_GNU_SOURCE -c -o MmMain.o MmMain.C
In file included from /usr/lib/gcc/i386-redhat-linux/4.0.0/../../../../include/c++/4.0.0/backward/fstream.h:31,
from ./MmRouter.h:55,
from MmMain.C:26:
/usr/lib/gcc/i386-redhat-linux/4.0.0/../../../../include/c++/4.0.0/backward/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.
In file included from MmMain.C:26:
./MmRouter.h:56:23: error: strstream.h: No such file or directory
In file included from ./UtReport.h:29,
from ./UtInterface.h:44,
from ./MmMsg.h:29,
from ./MmRouter.h:75,
from MmMain.C:26:
./UtString.h:29:8: warning: extra tokens at end of #endif directive
./UtUdpSocket.h: In member function ¡®InetAddr::operator String() const¡¯:
./UtUdpSocket.h:72: error: ¡®ostrstream¡¯ was not declared in this scope
./UtUdpSocket.h:72: error: expected `;' before ¡®tmp¡¯
./UtUdpSocket.h:73: error: ¡®tmp¡¯ was not declared in this scope
./UtUnixSocket.h: In member function ¡®UnixAddr::operator String() const¡¯:
./UtUnixSocket.h:61: error: ¡®ostrstream¡¯ was not declared in this scope
./UtUnixSocket.h:61: error: expected `;' before ¡®tmp¡¯
./UtUnixSocket.h:62: error: ¡®tmp¡¯ was not declared in this scope
./MmRouter.h: In member function ¡®void Router::HandleLsp(Lsp&, const InetAddr&, Interface*)¡¯:
./MmRouter.h:1465: warning: comparison is always true due to limited range of data type
./MmRouter.h: In member function ¡®void Router::Run()¡¯:
./MmRouter.h:2237: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
./UtTime.h:180: note: candidate 1: Time Time::operator+(double) const
./MmRouter.h:2237: note: candidate 2: operator+(double, unsigned int) <built-in>./MmRouter.h:2318: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
./UtTime.h:180: note: candidate 1: Time Time::operator+(double) const
./MmRouter.h:2318: note: candidate 2: operator+(double, unsigned int) <built-in>make: *** [MmMain.o] Error 1

3) when i type " make install", the error message is :

install -d /etc/mobilemesh
install -d /var/run/mobilemesh
install -m 644 *.conf *.debug /etc/mobilemesh
install -m 550 mmdiscover mmrp mmborder mmtodot mmrpviz mmtunnel /usr/bin
install: cannot stat `mmdiscover': No such file or directory
install: cannot stat `mmrp': No such file or directory
install: cannot stat `mmborder': No such file or directory
install: cannot stat `mmtodot': No such file or directory
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum