Hello Paul
Could you elaborate a little bit what did you mean speaking "script"?
Did you run
root stress.cxx
?
$ROOTSYS directory contains makefile.win32 file to build all tests from that
directory
with NMAKE utility.
To do that one should try (from the "Command prompt" window)
cd %ROOTSYS\test
nmake -f Makefile.win32
It is assumed Microsoft Developer Studio had been installed and its
environment
variables were registered.
What about stress.cxx it contains a bug (for Windows version only)
I think one should replace the line:
else gSystem->Exec("(cd %ROOTSYS%\\test && nmake
libEvent.dll )");
with
else gSystem->Exec("(cd %ROOTSYS%\\test && nmake
libEvent.dll -f Makefile.win32)");
It must help, please try.
With my best regards, Valeri
----- Original Message -----
From: "P. Parazzoli" <parazo@u.washington.edu>
To: <roottalk@pcroot.cern.ch>
Sent: Monday, September 10, 2001 5:46 PM
Subject: [ROOT] making libevent
> I'm using root v2.26 on windows 2000 and I'm having trouble making the
> libEvent.dll library. I run the script stress.cxx to build it and then it
> complains that it doesn't know how to make libEvent.dll.
> any help is appreciated, I'm pretty new to root.
> paul
>
>
This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:59 MET