[nem-bug] [Nemerle 0000939]: build under win64

feedback at nemerle.org feedback at nemerle.org
Mon Apr 23 05:23:06 CEST 2007


The following issue has been RESOLVED.
======================================================================
<http://nemerle.org/bugs/view.php?id=939> 
======================================================================
Reported By:                divan
Assigned To:                divan
======================================================================
Project:                    Nemerle
Issue ID:                   939
Category:                   Compiler
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
Resolution:                 fixed
Fixed in Version:           
======================================================================
Date Submitted:             02-21-2007 23:28 CET
Last Modified:              04-23-2007 05:23 CEST
======================================================================
Summary:                    build under win64
Description: 
Following files
Build.cmd
BuildTest.cmd
Reg.cmd
and Reg-boot.cmd

contain path %SystemRoot%\Microsoft.NET\Framework\v2.0.50727\
to make ncc compile under win64 path must be changed to
%SystemRoot%\Microsoft.NET\Framework64\v2.0.50727\
======================================================================

----------------------------------------------------------------------
 nazgul - 02-21-07 23:35 
----------------------------------------------------------------------
In configure script I used 
regtool.exe get "/machine/SOFTWARE/Microsoft/.NETFramework/InstallRoot

to get the path of framework

Maybe it could be used here too

----------------------------------------------------------------------
 VladD2 - 02-22-07 00:19 
----------------------------------------------------------------------
regtool.exe is a cygwin utility?
Where regtool.exe from?

----------------------------------------------------------------------
 nazgul - 02-22-07 08:47 
----------------------------------------------------------------------
I found it somewhere in Windows directory

----------------------------------------------------------------------
 nazgul - 02-22-07 17:48 
----------------------------------------------------------------------
Oh, sorry, this is indeed included in cygwin

----------------------------------------------------------------------
 VladD2 - 02-22-07 18:40 
----------------------------------------------------------------------
The sense of .cmd's is build Nemerle binaries without cygwin (which hard to
install).

----------------------------------------------------------------------
 divan - 04-23-07 05:23 
----------------------------------------------------------------------
Fixed on r7611.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
02-21-07 23:28 divan          New Issue                                    
02-21-07 23:35 nazgul         Note Added: 0001765                          
02-22-07 00:19 VladD2         Note Added: 0001766                          
02-22-07 08:47 nazgul         Note Added: 0001768                          
02-22-07 17:48 nazgul         Note Added: 0001771                          
02-22-07 18:40 VladD2         Note Added: 0001772                          
04-23-07 04:57 divan          Issue Monitored: divan                       
04-23-07 05:23 divan          Note Added: 0001847                          
04-23-07 05:23 divan          Assigned To               => divan           
04-23-07 05:23 divan          Status                   new => resolved     
04-23-07 05:23 divan          Resolution               open => fixed       
04-23-07 05:23 divan          Description Updated                          
======================================================================




More information about the bugs mailing list