LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-02-2015, 06:49 PM   #1
nguyenmy1203
LQ Newbie
 
Registered: Apr 2015
Posts: 5

Rep: Reputation: Disabled
error install myevalvid video transmission


Please help me ! im installing myevalvid intẻgrate into ns2.35; in Method 1 of smallko
when:./configure;make clean; make

error:

tramy@ubuntu:~$ cd My
tramy@ubuntu:~/My$ cd ns-allinone-2.35
tramy@ubuntu:~/My/ns-allinone-2.35$ cd-ns-2.35
cd-ns-2.35: command not found
tramy@ubuntu:~/My/ns-allinone-2.35$ cd ns-2.35
tramy@ubuntu:~/My/ns-allinone-2.35/ns-2.35$ ./configure;make clean;make
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
No .configure file found in current directory
Continuing with default options...
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking for main in -lXbsd... no
checking for socket in -lsocket... no
checking for gethostbyname in -lnsl... yes
checking for dcgettext in -lintl... no
checking for getnodebyname in -ldnet_stub... no
checking that g++ can handle -O2... yes
checking if C++ libraries work without any namespace... no
checking if C++ libraries work with namespace std... yes
checking if STL works without any namespace... no
checking if STL works with namespace std... yes
checking should use STL... yes
checking for tcl.h... -I../include
checking for tclInt.h... -I../include
checking for libtcl8.6... no
checking for init.tcl... ../lib/tcl8.5
checking for http.tcl... ../lib/tcl8.5/http1.0
checking Tcl http.tcl library... yes
checking for tclsh8.6.1... no
checking for tclsh8.6... /usr/bin/tclsh8.6
configure: error: Installation of tcl seems incomplete or can't be found automatically.
Please correct the problem by telling configure where tcl is
using the argument --with-tcl=/path/to/package
(perhaps after installing it),
or the package is not required, disable it with --with-tcl=no.
Makefile.in is newer than Makefile.
You need to re-run configure.
false
make: *** [Makefile] Error 1
Makefile.in is newer than Makefile.
You need to re-run configure.
false
make: *** [Makefile] Error 1
tramy@ubuntu:~/My/ns-allinone-2.35/ns-2.35$
 
Old 05-03-2015, 07:47 AM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,520

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Welcome to LQ.

"Makefile.in is newer than Makefile." :
Solution : $ touch Makefile

INFO : http://www.linuxquestions.org/questions/tags/myevalvid/


Latest is : myevalvid 2 http://www.linuxquestions.org/questi...gs/myevalvid2/

Example, post #41 here ...
http://www.linuxquestions.org/questi...173/page3.html
All myevalvid2 files : myevalvid2.tar.bz2 >>>
>> https://drive.google.com/file/d/0B7S...ew?usp=sharing


-
 
Old 05-03-2015, 06:57 PM   #3
nguyenmy1203
LQ Newbie
 
Registered: Apr 2015
Posts: 5

Original Poster
Rep: Reputation: Disabled
thanks Knudfl !But when i run $ touch Makefile and run command : ./configure ; make clean ; make

please help me !What do i have to ?with result
......
make[1]: Leaving directory `/home/my/ns/ns-allinone-2.35/ns-2.35/indep-utils/webtrace-conv/nlanr'
make[1]: Entering directory `/home/my/ns/ns-allinone-2.35/ns-2.35/indep-utils/webtrace-conv/ucb'
g++ -c -O2 -Wall -Wno-write-strings -DCPP_NAMESPACE=std -I. -I/home/my/ns/ns-allinone-2.35/tclcl-1.20 -I/home/my/ns/ns-allinone-2.35/otcl-1.14 -I/home/my/ns/ns-allinone-2.35/include -I/home/my/ns/ns-allinone-2.35/include -I/home/my/ns/ns-allinone-2.35/include -I/usr/include/pcap -o tr-stat.o tr-stat.cc
g++ -c -O2 -Wall -Wno-write-strings -DCPP_NAMESPACE=std -I. -I/home/my/ns/ns-allinone-2.35/tclcl-1.20 -I/home/my/ns/ns-allinone-2.35/otcl-1.14 -I/home/my/ns/ns-allinone-2.35/include -I/home/my/ns/ns-allinone-2.35/include -I/home/my/ns/ns-allinone-2.35/include -I/usr/include/pcap -o logparse.o logparse.cc
g++ -c -O2 -Wall -Wno-write-strings -DCPP_NAMESPACE=std -I. -I/home/my/ns/ns-allinone-2.35/tclcl-1.20 -I/home/my/ns/ns-allinone-2.35/otcl-1.14 -I/home/my/ns/ns-allinone-2.35/include -I/home/my/ns/ns-allinone-2.35/include -I/home/my/ns/ns-allinone-2.35/include -I/usr/include/pcap -o utils.o utils.cc
g++ -O2 -Wall -Wno-write-strings -DCPP_NAMESPACE=std -o ucb-tr-stat tr-stat.o logparse.o utils.o -L/home/my/ns/ns-allinone-2.35/lib -ltcl8.5 -lnsl -ldl -lm
make[1]: Leaving directory `/home/my/ns/ns-allinone-2.35/ns-2.35/indep-utils/webtrace-conv/ucb'
my@ubuntu:~/ns/ns-allinone-2.35/ns-2.35$
 
Old 05-03-2015, 07:48 PM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,520

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re #3.

No errors are shown in post #3.

When an error appears, the text will end with : "..... error ....."
 
Old 05-03-2015, 08:14 PM   #5
nguyenmy1203
LQ Newbie
 
Registered: Apr 2015
Posts: 5

Original Poster
Rep: Reputation: Disabled
How i have to resolve it?
Before intergrate myevalvid run ns result is: ok. But after intergrate myevalvid i run $ ns:

my@ubuntu:~$ ns
ns:
[code omitted because of length]
: invalid command name "Agent/myUDP"
while executing
"Agent/myUDP set packetSize_ 1000"
my@ubuntu:~$

Last edited by nguyenmy1203; 05-03-2015 at 08:22 PM.
 
Old 05-03-2015, 08:45 PM   #6
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,520

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re #5.

? Who says evalvid / evalvid2 can be added to ns-2.35 ?
( It might. I don't think we ever tried that. Adds so nicely to ns-2.28 ).

The error " [code omitted because of length] " :
Appears when you add some faulty / surplus lines to tcl/lib/ns-default.tcl .
And :
Those two lines are surplus, if the other parts of myevalvid wasn't added correctly.

* So far we actually don't know what you have done :
Please show a link to the 'smallko' site.
* The most old 'smallko' links are no more available, but I saved some, Sept 2012.
* The original one : "Evalvid_in_NS2.htm" is (also) here ...
https://drive.google.com/file/d/0B7S...ew?usp=sharing
... as "Evalvid_in_ns2.htm.gz".



-

Last edited by knudfl; 05-03-2015 at 09:11 PM.
 
  


Reply

Tags
myevalvid, myevalvid2, ns2


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ns2: video transmission biswa_feb15 Linux - Software 80 09-23-2016 08:39 AM
How can I transmit image in NS2? Is video transmission similar to image transmission? linuxuday Linux - Networking 4 03-21-2013 09:29 AM
No transmission circlesdisplayed for wirless transmission in ns2 susanthomas Linux - Newbie 2 05-23-2012 01:14 AM
Audio Video Transmission Thewyzewun Linux - Hardware 0 08-23-2004 06:04 PM
Want To Only Recive Video Transmission In Gnomemeeting ROORTOKES Linux - Software 3 08-09-2003 11:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration