I am using Intel compiler 9.1. I met errors in vmcore\src\init\vm.cpp,

      [cc] C:\Harmony.0107\drlvm.svn\trunk\vm\vmcore\src\init\vm.cpp(24):
error
#1740: dllexport/dllimport conflict with "VM_Global_State::loader_env"
(declare
d at line 24); dllexport assumed
      [cc]   Global_Env *VM_Global_State::loader_env = 0;
      [cc]                                ^

      [cc] C:\Harmony.0107\drlvm.svn\trunk\vm\vmcore\src\init\vm.cpp(27):
error
#1740: dllexport/dllimport conflict with "ManagedObject::_tag_pointer"
(declare
d at line 27); dllexport assumed
      [cc]   bool ManagedObject::_tag_pointer = false;

These are easy to be fixed.
The building finally hangs up when generating apr-1.lib, hythr.dll. But if I
kill the icl.exe and xllink.exe manually at that time, the building can
finish and the binary runs OK.


thanks and regards,
chunrong

On 1/19/07, Elena Semukhina <[EMAIL PROTECTED]> wrote:

I tried Intel Compiler 9.0 only.

Thanks,
Elena


On 1/19/07, chunrong lai <[EMAIL PROTECTED]> wrote:
>
> Hello:
>    I hope to know if people are using Intel Compiler 9.1 to build
Harmony
> in Windows?
>
> thanks and regards,
> chunrong
>
>


Reply via email to