Hi all,
I am trying to build inetmanet in OMNeT++ 4.0p1 (OS:Ubuntu 8.04)
So, I did:
Import --> inetmanet 20101013-src.tgz --> properties --> Makemake( src/underTest, clicl "include") --> build project
I run the examples in the wpan directory and i got message error:
<!> Error during startup: Cannot load library '/home/user/omnetpp-4.0p1/samples/inetmanet/src//libinet.so': /home/user/omnetpp-4.0p1/samples/inetmanet/src//libinet.so: cannot open shared object file: No such file or directory.
OMNeT++ Discrete Event Simulation (C) 1992-2008 Andras Varga, OpenSim Ltd.
Version: 4.0p1, build: 090310-10709, edition: Academic Public License -- NOT FOR COMMERCIAL USE
See the license for distribution terms and warranty disclaimer
End.
Simulation terminated with exit code: 1
Command line: /home/user/omnetpp-4.0p1/bin/opp_run -r 0 -n /home/user/omnetpp-4.0p1/samples/inetmanet/examples:/home/user/omnetpp-4.0p1/samples/inetmanet/src -l /home/user/omnetpp-4.0p1/samples/inetmanet/src/inet /home/user/omnetpp-4.0p1/samples/inetmanet/examples/wpan/StarNet/omnetpp.ini
Working directory: /home/user/omnetpp-4.0p1/samples/inetmanet/examples/wpan/StarNet
LD_LIBRARY_PATH=/home/user/omnetpp-4.0p1/lib::/home/user/omnetpp-4.0p1/samples/inetmanet/src:/usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/i386/client:/usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/i386::/home/user/omnetpp-4.0p1/lib:/usr/lib/xulrunner-addons:/usr/lib/xulrunner-addons
PATH=/home/user/omnetpp-4.0p1/bin::/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/user/omnetpp-4.0p1/bin
OMNETPP_IMAGE_PATH=/home/user/omnetpp-4.0p1/images
if i run through the trminal:
Error in module cCompound Module, ieee802154StartNet.host[0] (id=2): Class
'Display' not found -- perhaps its code was not linked in, or the class
wasn't registered with Register_Class(), or in the case of modules and
channel, with Define_Module()/Define_
Chaneel().
Actually I really do not know where to start from...
Thank you very much,
Igor