Pb in NS2 installation
Maximus
-
glad19 -
glad19 -
Bonjour,
I have pb when i want to install and run NS2
The pb is:
nam:
[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 {..."
Thank's for your helps
I have pb when i want to install and run NS2
The pb is:
nam:
[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 {..."
Thank's for your helps
A voir également:
- Pb in NS2 installation
- Girl in the basement streaming vf - Forum Cinéma / Télé
- Navigation in private - Guide
- Dc in - Forum Disque dur / SSD
- Aux in ✓ - Forum Enceintes / HiFi
- Deco in paris avis ✓ - Forum Consommation & Internet
1 réponse
Download a patch file from <a href=”https://bugs.gentoo.org/show_bug.cgi?id=225999#8243;>this link</a>
Copy these patch files in tk8.4.18 directory
now go to the directory where you copied the file and run the following command from the terminal
$ patch -p1 < ./tk-8.4-lastevent.patch
can’t find file to patch at input line 3
Perhaps you used the wrong -p or –strip option?
The text leading up to this was:
————————–
|— generic/tk.h.orig 2008-02-06 16:31:40.000000000 +0100
|+++ generic/tk.h 2008-07-24 08:21:46.000000000 +0200
————————–
File to patch: generic/tk.h
patching file generic/tk.h
$ cd ..
$ ./install
$./configure
$ make
$./validate
Good Luck
Copy these patch files in tk8.4.18 directory
now go to the directory where you copied the file and run the following command from the terminal
$ patch -p1 < ./tk-8.4-lastevent.patch
can’t find file to patch at input line 3
Perhaps you used the wrong -p or –strip option?
The text leading up to this was:
————————–
|— generic/tk.h.orig 2008-02-06 16:31:40.000000000 +0100
|+++ generic/tk.h 2008-07-24 08:21:46.000000000 +0200
————————–
File to patch: generic/tk.h
patching file generic/tk.h
$ cd ..
$ ./install
$./configure
$ make
$./validate
Good Luck