You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Gregory Shimansky (JIRA)" <ji...@apache.org> on 2007/07/30 12:46:53 UTC

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

     [ 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.