"make" problem

Hello!

I tried to build the ROOT’s test-programs (root/test).
I edit the next:
nmake -f Makefile.win32

and get the next errors:

cl -D_MT -D_DLL -MDd -EHsc -nologo -G5 -GR -MD -DWIN32 -DVISUAL_CPLUSPLUS -D_WINDOWS -ID:\root/include -O2 -c Event.cxx
Event.cxx
d:\root\include\Rtypeinfo.h(32) : fatal error C1083: Cannot open include file: ‘typeinfo’: No such file or directory

I have WindowsXP with root_v4.03.03.win32gdk.tar.gz and Visual Studio.NET

Thanks!

Did you set the env variable PATH as explained at the bottom of:
root.cern.ch/root/Version403.html

[quote]When running from the MSDOS prompt, you must set the following environment variables, eg in your autoexec.bat: (Restart the system if you set these variables for the first time).
set TEMP=c:\temp
set HOME=c:\your top directory
set TMPDIR=c:\temp
set ROOTSYS=c:\root (the directory where you installed Root)
set PATH=%PATH%;%ROOTSYS%\bin[/quote]

Thank’s, it works!!!
There were not set some path’s from Visual Studio.