OK, so something failed whle compiling the BCL (mscorlib.dll).

'build' just prints summary information to the screen - it also produces
two log files:  builddf.err and builddf.log.  Builddf.log captures all
output from all tools launched by build, and builddf.err is a filtered
version that tries to report just tools that failed.  

Try searching builddf.log for the "NMAKE : fatal error U1077: 'if' :
return code '0x1'" string and see what happened just before that line.

Barry

-----Original Message-----
From: Discussion of the Rotor Shared Source CLI implementation
[mailto:[EMAIL PROTECTED] On Behalf Of Archana
Sent: Sunday, January 11, 2004 9:38 PM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET-ROTOR] build error after making changes

Hi,
 I tried doing what you said and got to know also, what the error was
in the /vm directory. now when i continue to build i am getting the
following error....
BUILD: Linking /usr/home/archana/fastgc/sscli/clr/src/bcl directory
Compiling - bcl/mscorlib.rc for i386
Compiling - bcl/objdf/rotor_x86/AppDomainSetup.cs for all platforms
NMAKE : fatal error U1077: 'if' : return code '0x1'

BUILD: nmake failed - rc = 2

what might have gone wrong?

On Sun, 11 Jan 2004, Barry Bond wrote:

> '2' is "File not found" error.
>
> Try this:
>
>         cd sscli/clr/src/ilasm
>         build
>
> This should print a useful error message.  If it doesn't, open
> builddf.log in the current directory:  it contains the output from all
> of the tools used during the build.
>
> >From the list of things that failed, my guess is that something
failed
> to build in clr\src\vm and it caused a cascade of failures from all
> things that depend on it.
>
> Barry
>

--
Regards,
Archana

===================================
This list is hosted by DevelopMentor(r)  http://www.develop.com
NEW! ASP.NET courses you may be interested in:

2 Days of ASP.NET, 29 Sept 2003, in Redmond
http://www.develop.com/courses/2daspdotnet

Guerrilla ASP.NET, 13 Oct 2003, in Boston
http://www.develop.com/courses/gaspdotnet

View archives and manage your subscription(s) at
http://discuss.develop.com

===================================
This list is hosted by DevelopMentorŪ  http://www.develop.com
NEW! ASP.NET courses you may be interested in:

2 Days of ASP.NET, 29 Sept 2003, in Redmond
http://www.develop.com/courses/2daspdotnet

Guerrilla ASP.NET, 13 Oct 2003, in Boston
http://www.develop.com/courses/gaspdotnet

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to