Pb in NS2 installation

Maximus -  
 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
Configuration: Fedora 10

1 réponse

  1. glad19
     
    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
    0