LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Reinstalling of media Independent handover :error (https://www.linuxquestions.org/questions/linux-newbie-8/reinstalling-of-media-independent-handover-error-4175558288/)

najat 11-07-2015 09:24 PM

Reinstalling of media Independent handover :error
 
Dear Kundullf,
Please help me.
I follow your following instructions :
$ tar xvf ns-allinone-2.29.3.tar.gz
$ cd ns-allinone-2.29/
$ tar xvf ns-2.29-nist-mob-022707.tgz
$ patch -p0 < pmip6-for-ns-2.29-nist.patch
$ export CC=gcc34 CXX=g++34 && ./install


And I'm using ubuntu 10.04 i836 image.I installed the packages gcc=34 and g++34
But I got this error:
Code:

home/najat/ns-allinone-2.29/tk8.4.11/unix/../generic/tk3d.c:31: warning: 'BorderInit' declared `static' but never defined
/home/najat/ns-allinone-2.29/tk8.4.11/unix/../generic/tk3d.c:35: warning: 'Intersect' declared `static' but never defined
/home/najat/ns-allinone-2.29/tk8.4.11/unix/../generic/tk3d.c:38: warning: 'ShiftLine' declared `static' but never defined
/home/najat/ns-allinone-2.29/tk8.4.11/unix/../generic/tk3d.c:1120: warning: 'shiftTable' defined but not used
make: *** [tk3d.o] Error 1
tk8.4.11 make failed! Exiting ...

How can i fix it ??
Thanks

najat 11-07-2015 10:22 PM

Dear Kundulf ,
I solve the previous problems by using the following command:
sudo apt-get install libx11-dev libxmu-dev libxmu-headers libxt-dev libtool
The report of validation ns give some tests failed.
How can i fix

najat 11-08-2015 03:52 AM

I ve installed successfully.
But when i execute nam .I got this error.
[code]
[code omitted because of length]
: no event type or button # or keysym
while executing
"bind Listbox <MouseWheel> {
W yview scroll [expr {- (%D / 120) * 4}] units
}"
invoked from within
"if {[string equal [tk windowingsystem] "classic"]
|| [string equal [tk windowingsystem] "aqua"]} {
bind Listbox <MouseWheel> {
%W yview scroll [expr {..."
[\code]
Please help
How can I fix

najat 11-08-2015 08:14 AM

Any help ?

najat 11-08-2015 03:27 PM

I try to fix the nam problem by using a solution provided by kundulf from other posts:
tar xvf nam-1.14-x86_64.tar.gz && cd nam-1.14*/ && sudo cp nam /usr/local/bin/


But nam occurs in error: cannot execute binary file


All times are GMT -5. The time now is 12:15 AM.