You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vladimir Beliaev (JIRA)" <ji...@apache.org> on 2007/07/25 18:16:31 UTC

[jira] Created: (HARMONY-4544) [drlvm][build] msvc build can't find COMPILER_CFG_SCRIPT is ICL is not installed

[drlvm][build] msvc build can't find COMPILER_CFG_SCRIPT is ICL is not installed
--------------------------------------------------------------------------------

                 Key: HARMONY-4544
                 URL: https://issues.apache.org/jira/browse/HARMONY-4544
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
         Environment: Windows
            Reporter: Vladimir Beliaev


One can't run MCVS build on Windows (I tested x86 for now) with simple ./build.bat command if Intel compiler is not installed on this machine.

Execute: 
   cd <trunk>\working_vm\build
   .\build.bat update 

Output:
   error: Cannot guess the location of compiler configuration script
   Please set COMPILER_CFG_SCRIPT and/or CXX
   *
   * Please, refer to README.txt for details.
   *

The case or error is that .\build.bat conside Intel compiler as a default one for the build, while .\make\win.properties says the default is msvc (the most end lines of this property file). So the .\build.bat code is looking for 
   C:\Program Files\Intel\Compiler\C++\9.0\IA32\Bin\iclvars.bat
if no CXX external variable is specified - this produces the error above.

I'll create the patch tomorrow (it should answer the Windows/x64 build also).

Thanks
Vladimir Beliaev

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HARMONY-4544) [drlvm][build] msvc build can't find COMPILER_CFG_SCRIPT if ICL is not installed

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky reassigned HARMONY-4544:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm][build] msvc build can't find COMPILER_CFG_SCRIPT if ICL is not installed
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-4544
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4544
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows
>            Reporter: Vladimir Beliaev
>            Assignee: Gregory Shimansky
>         Attachments: H4544.patch
>
>
> One can't run MCVS build on Windows (I tested x86 for now) with simple .\build.bat command if Intel compiler is not installed on this machine.
> Execute: 
>    cd <trunk>\working_vm\build
>    .\build.bat update 
> Output:
>    error: Cannot guess the location of compiler configuration script
>    Please set COMPILER_CFG_SCRIPT and/or CXX
>    *
>    * Please, refer to README.txt for details.
>    *
> The error cause is that .\build.bat consides the Intel compiler as a default one for the build, while .\make\win.properties says the default one is msvc (the most end lines of this property file). So the .\build.bat code is looking for 
>    C:\Program Files\Intel\Compiler\C++\9.0\IA32\Bin\iclvars.bat
> if no CXX external variable is specified - this produces the error above.
> I'll create the patch tomorrow (it should answer the Windows/x64 build also).
> Thanks
> Vladimir Beliaev

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-4544) [drlvm][build] msvc build can't find COMPILER_CFG_SCRIPT if ICL is not installed

Posted by "Vladimir Beliaev (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Beliaev updated HARMONY-4544:
--------------------------------------

    Description: 
One can't run MCVS build on Windows (I tested x86 for now) with simple ./build.bat command if Intel compiler is not installed on this machine.

Execute: 
   cd <trunk>\working_vm\build
   .\build.bat update 

Output:
   error: Cannot guess the location of compiler configuration script
   Please set COMPILER_CFG_SCRIPT and/or CXX
   *
   * Please, refer to README.txt for details.
   *

The error cause is that .\build.bat conside Intel compiler as a default one for the build, while .\make\win.properties says the default is msvc (the most end lines of this property file). So the .\build.bat code is looking for 
   C:\Program Files\Intel\Compiler\C++\9.0\IA32\Bin\iclvars.bat
if no CXX external variable is specified - this produces the error above.

I'll create the patch tomorrow (it should answer the Windows/x64 build also).

Thanks
Vladimir Beliaev

  was:
One can't run MCVS build on Windows (I tested x86 for now) with simple ./build.bat command if Intel compiler is not installed on this machine.

Execute: 
   cd <trunk>\working_vm\build
   .\build.bat update 

Output:
   error: Cannot guess the location of compiler configuration script
   Please set COMPILER_CFG_SCRIPT and/or CXX
   *
   * Please, refer to README.txt for details.
   *

The case or error is that .\build.bat conside Intel compiler as a default one for the build, while .\make\win.properties says the default is msvc (the most end lines of this property file). So the .\build.bat code is looking for 
   C:\Program Files\Intel\Compiler\C++\9.0\IA32\Bin\iclvars.bat
if no CXX external variable is specified - this produces the error above.

I'll create the patch tomorrow (it should answer the Windows/x64 build also).

Thanks
Vladimir Beliaev


> [drlvm][build] msvc build can't find COMPILER_CFG_SCRIPT if ICL is not installed
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-4544
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4544
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows
>            Reporter: Vladimir Beliaev
>
> One can't run MCVS build on Windows (I tested x86 for now) with simple ./build.bat command if Intel compiler is not installed on this machine.
> Execute: 
>    cd <trunk>\working_vm\build
>    .\build.bat update 
> Output:
>    error: Cannot guess the location of compiler configuration script
>    Please set COMPILER_CFG_SCRIPT and/or CXX
>    *
>    * Please, refer to README.txt for details.
>    *
> The error cause is that .\build.bat conside Intel compiler as a default one for the build, while .\make\win.properties says the default is msvc (the most end lines of this property file). So the .\build.bat code is looking for 
>    C:\Program Files\Intel\Compiler\C++\9.0\IA32\Bin\iclvars.bat
> if no CXX external variable is specified - this produces the error above.
> I'll create the patch tomorrow (it should answer the Windows/x64 build also).
> Thanks
> Vladimir Beliaev

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HARMONY-4544) [drlvm][build] msvc build can't find COMPILER_CFG_SCRIPT if ICL is not installed

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky resolved HARMONY-4544.
----------------------------------------

    Resolution: Fixed

Patch was applied at 560919. Build works with it for me on both windows. Please check that it was applied as expected.

> [drlvm][build] msvc build can't find COMPILER_CFG_SCRIPT if ICL is not installed
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-4544
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4544
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows
>            Reporter: Vladimir Beliaev
>            Assignee: Gregory Shimansky
>         Attachments: H4544.patch
>
>
> One can't run MCVS build on Windows (I tested x86 for now) with simple .\build.bat command if Intel compiler is not installed on this machine.
> Execute: 
>    cd <trunk>\working_vm\build
>    .\build.bat update 
> Output:
>    error: Cannot guess the location of compiler configuration script
>    Please set COMPILER_CFG_SCRIPT and/or CXX
>    *
>    * Please, refer to README.txt for details.
>    *
> The error cause is that .\build.bat consides the Intel compiler as a default one for the build, while .\make\win.properties says the default one is msvc (the most end lines of this property file). So the .\build.bat code is looking for 
>    C:\Program Files\Intel\Compiler\C++\9.0\IA32\Bin\iclvars.bat
> if no CXX external variable is specified - this produces the error above.
> I'll create the patch tomorrow (it should answer the Windows/x64 build also).
> Thanks
> Vladimir Beliaev

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-4544) [drlvm][build] msvc build can't find COMPILER_CFG_SCRIPT if ICL is not installed

Posted by "Vladimir Beliaev (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Beliaev updated HARMONY-4544:
--------------------------------------

    Attachment: H4544.patch

I've attached the patch fot this issue (H4544.patch).

I fact it removes the work with msvc6 & older - I double check with documentation on harmony.apache.org - these old version of msvc are not supported.

Also I made msvc to be default for .\build.bat. 

Thanks
Vladimir Beliaev

> [drlvm][build] msvc build can't find COMPILER_CFG_SCRIPT if ICL is not installed
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-4544
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4544
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows
>            Reporter: Vladimir Beliaev
>         Attachments: H4544.patch
>
>
> One can't run MCVS build on Windows (I tested x86 for now) with simple .\build.bat command if Intel compiler is not installed on this machine.
> Execute: 
>    cd <trunk>\working_vm\build
>    .\build.bat update 
> Output:
>    error: Cannot guess the location of compiler configuration script
>    Please set COMPILER_CFG_SCRIPT and/or CXX
>    *
>    * Please, refer to README.txt for details.
>    *
> The error cause is that .\build.bat consides the Intel compiler as a default one for the build, while .\make\win.properties says the default one is msvc (the most end lines of this property file). So the .\build.bat code is looking for 
>    C:\Program Files\Intel\Compiler\C++\9.0\IA32\Bin\iclvars.bat
> if no CXX external variable is specified - this produces the error above.
> I'll create the patch tomorrow (it should answer the Windows/x64 build also).
> Thanks
> Vladimir Beliaev

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-4544) [drlvm][build] msvc build can't find COMPILER_CFG_SCRIPT if ICL is not installed

Posted by "Vladimir Beliaev (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Beliaev updated HARMONY-4544:
--------------------------------------

    Description: 
One can't run MCVS build on Windows (I tested x86 for now) with simple .\build.bat command if Intel compiler is not installed on this machine.

Execute: 
   cd <trunk>\working_vm\build
   .\build.bat update 

Output:
   error: Cannot guess the location of compiler configuration script
   Please set COMPILER_CFG_SCRIPT and/or CXX
   *
   * Please, refer to README.txt for details.
   *

The error cause is that .\build.bat consides the Intel compiler as a default one for the build, while .\make\win.properties says the default one is msvc (the most end lines of this property file). So the .\build.bat code is looking for 
   C:\Program Files\Intel\Compiler\C++\9.0\IA32\Bin\iclvars.bat
if no CXX external variable is specified - this produces the error above.

I'll create the patch tomorrow (it should answer the Windows/x64 build also).

Thanks
Vladimir Beliaev

  was:
One can't run MCVS build on Windows (I tested x86 for now) with simple ./build.bat command if Intel compiler is not installed on this machine.

Execute: 
   cd <trunk>\working_vm\build
   .\build.bat update 

Output:
   error: Cannot guess the location of compiler configuration script
   Please set COMPILER_CFG_SCRIPT and/or CXX
   *
   * Please, refer to README.txt for details.
   *

The error cause is that .\build.bat conside Intel compiler as a default one for the build, while .\make\win.properties says the default is msvc (the most end lines of this property file). So the .\build.bat code is looking for 
   C:\Program Files\Intel\Compiler\C++\9.0\IA32\Bin\iclvars.bat
if no CXX external variable is specified - this produces the error above.

I'll create the patch tomorrow (it should answer the Windows/x64 build also).

Thanks
Vladimir Beliaev


> [drlvm][build] msvc build can't find COMPILER_CFG_SCRIPT if ICL is not installed
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-4544
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4544
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows
>            Reporter: Vladimir Beliaev
>
> One can't run MCVS build on Windows (I tested x86 for now) with simple .\build.bat command if Intel compiler is not installed on this machine.
> Execute: 
>    cd <trunk>\working_vm\build
>    .\build.bat update 
> Output:
>    error: Cannot guess the location of compiler configuration script
>    Please set COMPILER_CFG_SCRIPT and/or CXX
>    *
>    * Please, refer to README.txt for details.
>    *
> The error cause is that .\build.bat consides the Intel compiler as a default one for the build, while .\make\win.properties says the default one is msvc (the most end lines of this property file). So the .\build.bat code is looking for 
>    C:\Program Files\Intel\Compiler\C++\9.0\IA32\Bin\iclvars.bat
> if no CXX external variable is specified - this produces the error above.
> I'll create the patch tomorrow (it should answer the Windows/x64 build also).
> Thanks
> Vladimir Beliaev

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (HARMONY-4544) [drlvm][build] msvc build can't find COMPILER_CFG_SCRIPT if ICL is not installed

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky closed HARMONY-4544.
--------------------------------------


No response, assuming ok.

> [drlvm][build] msvc build can't find COMPILER_CFG_SCRIPT if ICL is not installed
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-4544
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4544
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows
>            Reporter: Vladimir Beliaev
>            Assignee: Gregory Shimansky
>         Attachments: H4544.patch
>
>
> One can't run MCVS build on Windows (I tested x86 for now) with simple .\build.bat command if Intel compiler is not installed on this machine.
> Execute: 
>    cd <trunk>\working_vm\build
>    .\build.bat update 
> Output:
>    error: Cannot guess the location of compiler configuration script
>    Please set COMPILER_CFG_SCRIPT and/or CXX
>    *
>    * Please, refer to README.txt for details.
>    *
> The error cause is that .\build.bat consides the Intel compiler as a default one for the build, while .\make\win.properties says the default one is msvc (the most end lines of this property file). So the .\build.bat code is looking for 
>    C:\Program Files\Intel\Compiler\C++\9.0\IA32\Bin\iclvars.bat
> if no CXX external variable is specified - this produces the error above.
> I'll create the patch tomorrow (it should answer the Windows/x64 build also).
> Thanks
> Vladimir Beliaev

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-4544) [drlvm][build] msvc build can't find COMPILER_CFG_SCRIPT if ICL is not installed

Posted by "Vladimir Beliaev (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Beliaev updated HARMONY-4544:
--------------------------------------

    Summary: [drlvm][build] msvc build can't find COMPILER_CFG_SCRIPT if ICL is not installed  (was: [drlvm][build] msvc build can't find COMPILER_CFG_SCRIPT is ICL is not installed)

> [drlvm][build] msvc build can't find COMPILER_CFG_SCRIPT if ICL is not installed
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-4544
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4544
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows
>            Reporter: Vladimir Beliaev
>
> One can't run MCVS build on Windows (I tested x86 for now) with simple ./build.bat command if Intel compiler is not installed on this machine.
> Execute: 
>    cd <trunk>\working_vm\build
>    .\build.bat update 
> Output:
>    error: Cannot guess the location of compiler configuration script
>    Please set COMPILER_CFG_SCRIPT and/or CXX
>    *
>    * Please, refer to README.txt for details.
>    *
> The case or error is that .\build.bat conside Intel compiler as a default one for the build, while .\make\win.properties says the default is msvc (the most end lines of this property file). So the .\build.bat code is looking for 
>    C:\Program Files\Intel\Compiler\C++\9.0\IA32\Bin\iclvars.bat
> if no CXX external variable is specified - this produces the error above.
> I'll create the patch tomorrow (it should answer the Windows/x64 build also).
> Thanks
> Vladimir Beliaev

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.