You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Nikolay Chugunov (JIRA)" <ji...@apache.org> on 2006/10/17 18:20:36 UTC

[jira] Created: (HARMONY-1897) icl build on Windows failed

icl build on Windows failed
---------------------------

                 Key: HARMONY-1897
                 URL: http://issues.apache.org/jira/browse/HARMONY-1897
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
         Environment: Windows, Intel compiler
            Reporter: Nikolay Chugunov
            Priority: Critical


Now icl build on Windows failed due to comilation error in gc_gen component.
Below is part of log:
     [echo] ## Building native of 'vm.gc_gen'
      ...
       [cc] verify_live_heap.cpp
       [cc] fspace_alloc.cpp
       [cc] c:\drlvm\trunk\vm\gc_gen\src\trace_forward\../thread/thread_alloc.h(32): error: expected an identifier
       [cc]     VmThreadHandle thread_handle;   /* This thread; */
       [cc]     ^

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (HARMONY-1897) icl build on Windows failed

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1897?page=all ]

Gregory Shimansky resolved HARMONY-1897.
----------------------------------------

    Resolution: Fixed

This is a harmless fix which doesn't affect anything. I don't have an intel compiler at the moment because of windows reinstallation on my laptop, but I checked compilation and tests on linux. Please check that build with intel compiler works now.

> icl build on Windows failed
> ---------------------------
>
>                 Key: HARMONY-1897
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1897
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows, Intel compiler
>            Reporter: Nikolay Chugunov
>         Assigned To: Gregory Shimansky
>            Priority: Critical
>         Attachments: harmony-1897-fix-type-definition.patch
>
>
> Now icl build on Windows failed due to comilation error in gc_gen component.
> Below is part of log:
>      [echo] ## Building native of 'vm.gc_gen'
>       ...
>        [cc] verify_live_heap.cpp
>        [cc] fspace_alloc.cpp
>        [cc] c:\drlvm\trunk\vm\gc_gen\src\trace_forward\../thread/thread_alloc.h(32): error: expected an identifier
>        [cc]     VmThreadHandle thread_handle;   /* This thread; */
>        [cc]     ^

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (HARMONY-1897) icl build on Windows failed

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1897?page=all ]

Gregory Shimansky reassigned HARMONY-1897:
------------------------------------------

    Assignee: Gregory Shimansky

> icl build on Windows failed
> ---------------------------
>
>                 Key: HARMONY-1897
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1897
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows, Intel compiler
>            Reporter: Nikolay Chugunov
>         Assigned To: Gregory Shimansky
>            Priority: Critical
>         Attachments: harmony-1897-fix-type-definition.patch
>
>
> Now icl build on Windows failed due to comilation error in gc_gen component.
> Below is part of log:
>      [echo] ## Building native of 'vm.gc_gen'
>       ...
>        [cc] verify_live_heap.cpp
>        [cc] fspace_alloc.cpp
>        [cc] c:\drlvm\trunk\vm\gc_gen\src\trace_forward\../thread/thread_alloc.h(32): error: expected an identifier
>        [cc]     VmThreadHandle thread_handle;   /* This thread; */
>        [cc]     ^

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-1897) icl build on Windows failed

Posted by "Salikh Zakirov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1897?page=all ]

Salikh Zakirov updated HARMONY-1897:
------------------------------------

    Attachment: harmony-1897-fix-type-definition.patch

harmony-1897-fix-type-definition.patch provides a fix. Compile-tested with msvc.

> icl build on Windows failed
> ---------------------------
>
>                 Key: HARMONY-1897
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1897
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows, Intel compiler
>            Reporter: Nikolay Chugunov
>            Priority: Critical
>         Attachments: harmony-1897-fix-type-definition.patch
>
>
> Now icl build on Windows failed due to comilation error in gc_gen component.
> Below is part of log:
>      [echo] ## Building native of 'vm.gc_gen'
>       ...
>        [cc] verify_live_heap.cpp
>        [cc] fspace_alloc.cpp
>        [cc] c:\drlvm\trunk\vm\gc_gen\src\trace_forward\../thread/thread_alloc.h(32): error: expected an identifier
>        [cc]     VmThreadHandle thread_handle;   /* This thread; */
>        [cc]     ^

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (HARMONY-1897) icl build on Windows failed

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1897?page=all ]

Gregory Shimansky closed HARMONY-1897.
--------------------------------------


> icl build on Windows failed
> ---------------------------
>
>                 Key: HARMONY-1897
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1897
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows, Intel compiler
>            Reporter: Nikolay Chugunov
>         Assigned To: Gregory Shimansky
>            Priority: Critical
>         Attachments: harmony-1897-fix-type-definition.patch
>
>
> Now icl build on Windows failed due to comilation error in gc_gen component.
> Below is part of log:
>      [echo] ## Building native of 'vm.gc_gen'
>       ...
>        [cc] verify_live_heap.cpp
>        [cc] fspace_alloc.cpp
>        [cc] c:\drlvm\trunk\vm\gc_gen\src\trace_forward\../thread/thread_alloc.h(32): error: expected an identifier
>        [cc]     VmThreadHandle thread_handle;   /* This thread; */
>        [cc]     ^

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-1897) icl build on Windows failed

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1897?page=all ]

Gregory Shimansky updated HARMONY-1897:
---------------------------------------

              Patch Info: [Patch Available]
    Estimated Complexity: Novice

> icl build on Windows failed
> ---------------------------
>
>                 Key: HARMONY-1897
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1897
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows, Intel compiler
>            Reporter: Nikolay Chugunov
>            Priority: Critical
>         Attachments: harmony-1897-fix-type-definition.patch
>
>
> Now icl build on Windows failed due to comilation error in gc_gen component.
> Below is part of log:
>      [echo] ## Building native of 'vm.gc_gen'
>       ...
>        [cc] verify_live_heap.cpp
>        [cc] fspace_alloc.cpp
>        [cc] c:\drlvm\trunk\vm\gc_gen\src\trace_forward\../thread/thread_alloc.h(32): error: expected an identifier
>        [cc]     VmThreadHandle thread_handle;   /* This thread; */
>        [cc]     ^

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1897) icl build on Windows failed

Posted by "Salikh Zakirov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1897?page=comments#action_12447857 ] 
            
Salikh Zakirov commented on HARMONY-1897:
-----------------------------------------

Verified, icl compilation now succeeds.

> icl build on Windows failed
> ---------------------------
>
>                 Key: HARMONY-1897
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1897
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows, Intel compiler
>            Reporter: Nikolay Chugunov
>         Assigned To: Gregory Shimansky
>            Priority: Critical
>         Attachments: harmony-1897-fix-type-definition.patch
>
>
> Now icl build on Windows failed due to comilation error in gc_gen component.
> Below is part of log:
>      [echo] ## Building native of 'vm.gc_gen'
>       ...
>        [cc] verify_live_heap.cpp
>        [cc] fspace_alloc.cpp
>        [cc] c:\drlvm\trunk\vm\gc_gen\src\trace_forward\../thread/thread_alloc.h(32): error: expected an identifier
>        [cc]     VmThreadHandle thread_handle;   /* This thread; */
>        [cc]     ^

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira