[Mono-devel-list] Windows Build of Mono/Mcs
    Daniel Morgan 
    danielmorgan at verizon.net
       
    Sat Jul 16 07:16:51 EDT 2005
    
    
  
In mcs/build/platforms/win32.make
Can we change this from:
    EXTERNAL_MCS = csc
to the following:
    EXTERNAL_MCS = mcs
csc does not work with building Mono on Windows anymore.  You get 
internal compiler errors.  We should just use mcs to build from now on...
I can compile mono/mcs from svn HEAD trunk using the Mono 1.1.8 windows 
installer and cygwin.  As long as I make sure that cygwin does not 
install any glib2, gtk2, pango, atk stuff.  And I set the PATH and 
PKG_CONFIG_PATH environment variables correctly.
    
    
More information about the Mono-devel-list
mailing list