The PAL builds with "/W3 /WX" but you're seeing a level 4 warning, which is interesting.
>From your Rotor build window, can you run "cl" with no arguments and send back the version number from its banner? Mine reports 13.10.3077. Could you also send along sscli\pal\win32\build*.log? There might be a hint in there about what is different on your new machine. Thanks, Barry -----Original Message----- From: Discussion of the Rotor Shared Source CLI implementation [mailto:[EMAIL PROTECTED] On Behalf Of Christer Ljung Sent: Wednesday, June 30, 2004 8:33 AM To: [EMAIL PROTECTED] Subject: [DOTNET-ROTOR] buildall.cmd fails on PAL I've successfully built Rotor a couple of times, but now I've moved Rotor to a brand new laptop and - bang - run into trouble at the very beginning. When running buildall.cmd (on Windows) it stops directly when building PAL since the WX switch treats warnings as errors. --- Builing PAL --- C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\WinNT.h(2081) : error C2220: warning treated as error - no object file generated C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\WinNT.h(2081) : warning C4391: 'DWORD __readfsdword(DWORD)' : incorrect return type for intrinsic function, expected 'unsigned long' exceptions.c is the first file to be compiled in PAL. It includes win32pal.h as the first thing, which eventually includes windows.h, which in turn includes winnt.h, and then the compiler throws this error. I've been looking into this now for an hour. Does anyone know what this is and what's wrong? Grateful for help! /Christer =================================== This list is hosted by DevelopMentor(r) http://www.develop.com ASP.NET courses you may be interested in: Guerrilla ASP.NET 15 March 2004, in Boston, MA 17 May 2004 in Torrance, CA 7 June 2004, London, UK http://www.develop.com/courses/gaspdotnetls View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentorŪ http://www.develop.com ASP.NET courses you may be interested in: Guerrilla ASP.NET 15 March 2004, in Boston, MA 17 May 2004 in Torrance, CA 7 June 2004, London, UK http://www.develop.com/courses/gaspdotnetls View archives and manage your subscription(s) at http://discuss.develop.com