Svn trunk on win32

Hi. I’m not able to compile(link) svn trunk of ROOT on win32 (win2000) with MSVC 2005:

This very unfortunate problem is under investigation.

Rene

[quote]This very unfortunate problem is under investigation.

Rene[/quote]

Nice, thank you!

Today I have new problem (linkage problem seems to be solved):

Hi Timur,

I don’t understand. These files are not used on Windows: XrdCns is not part of xrootd on Windows and LastBuild.d should not be generated (still on Windows)…
Could you try to:
make distclean-xrootd
make
And post the full log if it fails, please?

Cheers,
Bertrand.

[quote]Hi Timur,

I don’t understand. These files are not used on Windows: XrdCns is not part of xrootd on Windows and LastBuild.d should not be generated (still on Windows)…
Could you try to:
make distclean-xrootd
make
And post the full log if it fails, please?

Cheers,
Bertrand.[/quote]

Hello, Bertrand!
Well, I have a lot of problems on windows, a year ago compilation was smooth and simple, but it’s not anymore (of course, I’m talking about my specific machine and environment).

For example, somehow .configure decides I have fortran compiler and tries to compile misc/minicern.

make log and config log.
make.txt (15.2 KB)
config.txt (195 KB)

Hi Timur,

Weird. Especially this error:[: ==: unknown operand
Can you try to update cygwin (e.g. I use make v3.81)?
FYI, I have no problem at all and everything goes well on XP, Vista, MSVC++7.1 and MSVC++9.0…

Cheers,
Bertrand.

[quote]Hi Timur,

Weird. Especially this error:[: ==: unknown operand
Can you try to update cygwin (e.g. I use make v3.81)?
FYI, I have no problem at all and everything goes well on XP, Vista, MSVC++7.1 and MSVC++9.0…

Cheers,
Bertrand.[/quote]

Ok, probably, my old cygwin is the reason. I’ll try to update it.