You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Evgeny Razinkin (JIRA)" <ji...@apache.org> on 2008/02/28 10:13:51 UTC

[jira] Created: (HARMONY-5557) Problem with Harmony building

Problem with Harmony building
-----------------------------

                 Key: HARMONY-5557
                 URL: https://issues.apache.org/jira/browse/HARMONY-5557
             Project: Harmony
          Issue Type: Bug
          Components: VM
            Reporter: Evgeny Razinkin


I have problem with harmony building. I installed all components, created repository,made $ svn update. Then i made $ ant fetch-depends. And compiler showed successfull build.But when i made $ ant and i had problems:
NMAKE : fatal error U1077: retern code '0*2'
   P.S. Please help me


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


[jira] Updated: (HARMONY-5557) [build] Problem with Harmony building

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

Evgeny Razinkin updated HARMONY-5557:
-------------------------------------

    Attachment: code.txt

Building code

> [build] Problem with Harmony building
> -------------------------------------
>
>                 Key: HARMONY-5557
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5557
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Evgeny Razinkin
>         Attachments: code.txt
>
>
> I have problem with harmony building. I installed all components, created repository,made $ svn update. Then i made $ ant fetch-depends. And compiler showed successfull build.But when i made $ ant and i had problems:
> NMAKE : fatal error U1077: retern code '0*2'
>    P.S. Please help me

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


[jira] Commented: (HARMONY-5557) [build] Problem building Harmony on MSVC 2005

Posted by "Alexey Varlamov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574950#action_12574950 ] 

Alexey Varlamov commented on HARMONY-5557:
------------------------------------------

Nice, so we got a bit further with this. Seems now you need to install Platform SDK - it is mentioned as a separate requirement.
Some more hiints could be digged out from dev list archives:
[1] http://markmail.org/message/jipn64gep7eeej45
[2] http://harmony.markmail.org/search/?q=win32.mak#query:win32.mak+page:1+mid:da4yux2odnwu6b67+state:results

PS. AFAIK the streamline in Harmony community is VS2005 for X86_64 and VS2003 for x86-32, so I'm not sure what is the up-to-date status of the trunk sources for VS 2005 on 32-bit platform, it may need some minor tweaks to compile succesfully as MS intoduced a lot of incompatibilities in 2005. The above link [1] should help.

> [build] Problem building Harmony on MSVC 2005
> ---------------------------------------------
>
>                 Key: HARMONY-5557
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5557
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>         Environment: x86, MSVC 2005
>            Reporter: Evgeny Razinkin
>         Attachments: code.txt, code1.txt
>
>
> I have problem with harmony building. I installed all components, created repository,made $ svn update. Then i made $ ant fetch-depends. And compiler showed successfull build.But when i made $ ant and i had problems:
> NMAKE : fatal error U1077: retern code '0*2'
>    P.S. Please help me

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


[jira] Commented: (HARMONY-5557) [build] Problem building Harmony on MSVC 2005

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582660#action_12582660 ] 

Tim Ellison commented on HARMONY-5557:
--------------------------------------

Thanks Evgeny / Sergey.  Finally got a later version of the compiler to test with.

DRLVM build patch applied at repo revision r641826.
Please check it was applied as you expected.

Now, building with the MS VS 2008 compiler I get a failure in building APR as shown below.

It seems that the struct "group_source_req" is undefined. According to MSDN it is declared in Ws2ipdef.h wich you get by including Ws2tcpip.h.  I don't see where that happens.


===============
<snip>
build-extra:

-setup:

get-src:
     [echo] Checking for C:\Harmony-federated\common_resources\depends/oss/apr/apr-1.2.6.tar.gz
    [mkdir] Created dir: C:\Harmony-federated\working_vm\build\windows_x86_msvc_release\semis\apr
    [untar] Expanding: C:\Harmony-federated\common_resources\depends\oss\apr\apr-1.2.6.tar.gz into C:\Harmony-federated\working_vm\build\windows_x86_msvc_release\semis\apr
     [copy] Copying 5 files to C:\Harmony-federated\working_vm\build\windows_x86_msvc_release\semis\apr\src

apr-configure:

-make-apr-unix:

-plugin-cpptasks:
     [echo] Checking for C:\Harmony-federated\common_resources\depends/jars/cpptasks-1.0b4/cpptasks.jar

setup-native-build:

-build-win:
     [copy] Copying 1 file to C:\Harmony-federated\working_vm\build\windows_x86_msvc_release\semis\apr\src\include
     [echo] ## Building 'apr'
    [mkdir] Created dir: C:\Harmony-federated\working_vm\build\windows_x86_msvc_release\semis\apr\bin
    [mkdir] Created dir: C:\Harmony-federated\working_vm\build\windows_x86_msvc_release\semis\apr\obj
       [cc] 68 total files to be compiled.
       [cc] misc.c
       [cc] filepath.c
       [cc] apr_hash.c
       [cc] sockets.c
       [cc] otherchild.c
       [cc] version.c
       [cc] shm.c
       [cc] apr_app.c
       [cc] common.c
       [cc] multicast.c
       [cc] C:\Harmony-federated\working_vm\build\windows_x86_msvc_release\semis\apr\src\network_io\unix\multicast.c(137) : error C2079: 'mip' uses undefined struct 'group_source_req'
       [cc] C:\Harmony-federated\working_vm\build\windows_x86_msvc_release\semis\apr\src\network_io\unix\multicast.c(168) : error C2224: left of '.gsr_interface' must have struct/union type
       [cc] C:\Harmony-federated\working_vm\build\windows_x86_msvc_release\semis\apr\src\network_io\unix\multicast.c(169) : error C2224: left of '.gsr_group' must have struct/union type
       [cc] C:\Harmony-federated\working_vm\build\windows_x86_msvc_release\semis\apr\src\network_io\unix\multicast.c(169) : error C2224: left of '.gsr_group' must have struct/union type
       [cc] C:\Harmony-federated\working_vm\build\windows_x86_msvc_release\semis\apr\src\network_io\unix\multicast.c(169) : error C2198: 'memcpy' : too few arguments for call
       [cc] C:\Harmony-federated\working_vm\build\windows_x86_msvc_release\semis\apr\src\network_io\unix\multicast.c(170) : error C2224: left of '.gsr_source' must have struct/union type
       [cc] C:\Harmony-federated\working_vm\build\windows_x86_msvc_release\semis\apr\src\network_io\unix\multicast.c(170) : error C2224: left of '.gsr_source' must have struct/union type
       [cc] C:\Harmony-federated\working_vm\build\windows_x86_msvc_release\semis\apr\src\network_io\unix\multicast.c(170) : error C2198: 'memcpy' : too few arguments for call
<snip>
       [cc] Generating Code...

BUILD FAILED
C:\Harmony-federated\build.xml:396: The following error occurred while executing this line:
C:\Harmony-federated\working_vm\build.xml:115: The following error occurred while executing this line:
C:\Harmony-federated\working_vm\make\extra\apr.xml:88: The following error occurred while executing this line:
C:\Harmony-federated\working_vm\make\build-native.xml:196: cl failed with return code 2


> [build] Problem building Harmony on MSVC 2005
> ---------------------------------------------
>
>                 Key: HARMONY-5557
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5557
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>         Environment: x86, MSVC 2005
>            Reporter: Evgeny Razinkin
>            Assignee: Tim Ellison
>         Attachments: code.txt, code1.txt, msvc2005.diff
>
>
> I have problem with harmony building. I installed all components, created repository,made $ svn update. Then i made $ ant fetch-depends. And compiler showed successfull build.But when i made $ ant and i had problems:
> NMAKE : fatal error U1077: retern code '0*2'
>    P.S. Please help me

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


[jira] Commented: (HARMONY-5557) [build] Problem with Harmony building

Posted by "Pavel Pervov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12573193#action_12573193 ] 

Pavel Pervov commented on HARMONY-5557:
---------------------------------------

BTW, it may be much more effective to post to dev@ rather than to JIRA.

> [build] Problem with Harmony building
> -------------------------------------
>
>                 Key: HARMONY-5557
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5557
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Evgeny Razinkin
>
> I have problem with harmony building. I installed all components, created repository,made $ svn update. Then i made $ ant fetch-depends. And compiler showed successfull build.But when i made $ ant and i had problems:
> NMAKE : fatal error U1077: retern code '0*2'
>    P.S. Please help me

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


[jira] Commented: (HARMONY-5557) [build] Problem with Harmony building

Posted by "Evgeny Razinkin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574434#action_12574434 ] 

Evgeny Razinkin commented on HARMONY-5557:
------------------------------------------

I have Microsoft Visual Studio 2005. And my batch file is located at "C:\Program Files\Microsoft Visual Studio .NET 2005\Common7\Tools\vsvars32.bat" too. But i have problems all the same.

> [build] Problem with Harmony building
> -------------------------------------
>
>                 Key: HARMONY-5557
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5557
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Evgeny Razinkin
>         Attachments: code.txt
>
>
> I have problem with harmony building. I installed all components, created repository,made $ svn update. Then i made $ ant fetch-depends. And compiler showed successfull build.But when i made $ ant and i had problems:
> NMAKE : fatal error U1077: retern code '0*2'
>    P.S. Please help me

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


[jira] Commented: (HARMONY-5557) [build] Problem building Harmony on MSVC 2005

Posted by "Evgeny Razinkin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574925#action_12574925 ] 

Evgeny Razinkin commented on HARMONY-5557:
------------------------------------------

I have Microsoft Visual Studio 2005 Express Edition. I'm able to run cli.exe without problem, but when I run nmake.exe I get error:

Microsoft <R> Program Maintnance Utility Version 8.00.50727.42 ...
NMAKE : fatal error U1064: MAKEFILE not found and no target specified
Stop.

P.S. At last building I had new problem with win32.mak (code1.txt in attachments)

> [build] Problem building Harmony on MSVC 2005
> ---------------------------------------------
>
>                 Key: HARMONY-5557
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5557
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>         Environment: x86, MSVC 2005
>            Reporter: Evgeny Razinkin
>         Attachments: code.txt, code1.txt
>
>
> I have problem with harmony building. I installed all components, created repository,made $ svn update. Then i made $ ant fetch-depends. And compiler showed successfull build.But when i made $ ant and i had problems:
> NMAKE : fatal error U1077: retern code '0*2'
>    P.S. Please help me

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


[jira] Commented: (HARMONY-5557) [build] Problem building Harmony on MSVC 2005

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12580336#action_12580336 ] 

Tim Ellison commented on HARMONY-5557:
--------------------------------------

Hmm, I got a problem with the build after applying this patch.  I'll revert it and check the current HEAD works.
"The application failed to initialize properly (0xc0000022)"

more later...

> [build] Problem building Harmony on MSVC 2005
> ---------------------------------------------
>
>                 Key: HARMONY-5557
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5557
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>         Environment: x86, MSVC 2005
>            Reporter: Evgeny Razinkin
>            Assignee: Tim Ellison
>         Attachments: code.txt, code1.txt, msvc2005.diff
>
>
> I have problem with harmony building. I installed all components, created repository,made $ svn update. Then i made $ ant fetch-depends. And compiler showed successfull build.But when i made $ ant and i had problems:
> NMAKE : fatal error U1077: retern code '0*2'
>    P.S. Please help me

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


[jira] Commented: (HARMONY-5557) [build] Problem with Harmony building

Posted by "Alexey Varlamov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12573592#action_12573592 ] 

Alexey Varlamov commented on HARMONY-5557:
------------------------------------------

Apparently the build cannot find nmake.exe. Probably you have Platform SDK only, not an MS Visual Studio installed?
The right batch file is located for me at "C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\vsvars32.bat"

> [build] Problem with Harmony building
> -------------------------------------
>
>                 Key: HARMONY-5557
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5557
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Evgeny Razinkin
>         Attachments: code.txt
>
>
> I have problem with harmony building. I installed all components, created repository,made $ svn update. Then i made $ ant fetch-depends. And compiler showed successfull build.But when i made $ ant and i had problems:
> NMAKE : fatal error U1077: retern code '0*2'
>    P.S. Please help me

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


[jira] Commented: (HARMONY-5557) [build] Problem with Harmony building

Posted by "Evgeny Razinkin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12573587#action_12573587 ] 

Evgeny Razinkin commented on HARMONY-5557:
------------------------------------------

I run vcvars32.bat and then I build project. Version of my compiler is 5.1.2600.

> [build] Problem with Harmony building
> -------------------------------------
>
>                 Key: HARMONY-5557
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5557
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Evgeny Razinkin
>         Attachments: code.txt
>
>
> I have problem with harmony building. I installed all components, created repository,made $ svn update. Then i made $ ant fetch-depends. And compiler showed successfull build.But when i made $ ant and i had problems:
> NMAKE : fatal error U1077: retern code '0*2'
>    P.S. Please help me

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


[jira] Commented: (HARMONY-5557) [build] Problem with Harmony building

Posted by "Evgeny Razinkin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12573222#action_12573222 ] 

Evgeny Razinkin commented on HARMONY-5557:
------------------------------------------

I use simple windows compiler cmd. May be i have problems because of it?

> [build] Problem with Harmony building
> -------------------------------------
>
>                 Key: HARMONY-5557
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5557
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Evgeny Razinkin
>
> I have problem with harmony building. I installed all components, created repository,made $ svn update. Then i made $ ant fetch-depends. And compiler showed successfull build.But when i made $ ant and i had problems:
> NMAKE : fatal error U1077: retern code '0*2'
>    P.S. Please help me

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


[jira] Updated: (HARMONY-5557) [build] Problem building Harmony on MSVC 2005

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

Evgeny Razinkin updated HARMONY-5557:
-------------------------------------

    Attachment: code1.txt

> [build] Problem building Harmony on MSVC 2005
> ---------------------------------------------
>
>                 Key: HARMONY-5557
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5557
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>         Environment: x86, MSVC 2005
>            Reporter: Evgeny Razinkin
>         Attachments: code.txt, code1.txt
>
>
> I have problem with harmony building. I installed all components, created repository,made $ svn update. Then i made $ ant fetch-depends. And compiler showed successfull build.But when i made $ ant and i had problems:
> NMAKE : fatal error U1077: retern code '0*2'
>    P.S. Please help me

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


[jira] Updated: (HARMONY-5557) [build] Problem building Harmony on MSVC 2005

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

Sergey Salishev updated HARMONY-5557:
-------------------------------------

    Attachment: msvc2005.diff

It's a serious issue as it seems VS 2003 is EOL and can't be downloaded form MS site any more. So this bug effectively means new developers can't build x86 version Harmony unless they already have VS 2003. The good news I was able to build Harmony x86 using VS 2005 with minimal changes to the code and build scripts. The patch is provided. 

I've found 2 problems: One is unfamous CL warning C4996 related to MS deprecating some POSIX API for security reasons. To solve it in drlvm I've added /wd4996 to the common-vm.xml This is the only way this issue can be handled as defining magic symbols leads to symbol redifinition in apr.h and build failure. Also one line in one file file solves all the problems without changing individula project builds.

Another problem is using intrin.h in "C" context which leads to C/C++ conflict. The solution is moving #include outside of "C" context.

> [build] Problem building Harmony on MSVC 2005
> ---------------------------------------------
>
>                 Key: HARMONY-5557
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5557
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>         Environment: x86, MSVC 2005
>            Reporter: Evgeny Razinkin
>         Attachments: code.txt, code1.txt, msvc2005.diff
>
>
> I have problem with harmony building. I installed all components, created repository,made $ svn update. Then i made $ ant fetch-depends. And compiler showed successfull build.But when i made $ ant and i had problems:
> NMAKE : fatal error U1077: retern code '0*2'
>    P.S. Please help me

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


[jira] Commented: (HARMONY-5557) [build] Problem building Harmony on MSVC 2005

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12580343#action_12580343 ] 

Tim Ellison commented on HARMONY-5557:
--------------------------------------

...apparently not caused by this patch.  One moment while I try to get back to a working build.

> [build] Problem building Harmony on MSVC 2005
> ---------------------------------------------
>
>                 Key: HARMONY-5557
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5557
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>         Environment: x86, MSVC 2005
>            Reporter: Evgeny Razinkin
>            Assignee: Tim Ellison
>         Attachments: code.txt, code1.txt, msvc2005.diff
>
>
> I have problem with harmony building. I installed all components, created repository,made $ svn update. Then i made $ ant fetch-depends. And compiler showed successfull build.But when i made $ ant and i had problems:
> NMAKE : fatal error U1077: retern code '0*2'
>    P.S. Please help me

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


[jira] Updated: (HARMONY-5557) [build] Problem with Harmony building

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

Pavel Pervov updated HARMONY-5557:
----------------------------------

    Component/s:     (was: VM)
                 build - test - ci
        Summary: [build] Problem with Harmony building  (was: Problem with Harmony building)

I tag this issue with [build] and reclassify to build-test-ci component.

I assume you are building class library now. So, what was exactly the code in class library, which failed to build?

Which platform you are building on? What version of compiler? Please, update "Environment" section with this info, as it may be very helpful for resolving the issue (click "Edit" link and modify).

> [build] Problem with Harmony building
> -------------------------------------
>
>                 Key: HARMONY-5557
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5557
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Evgeny Razinkin
>
> I have problem with harmony building. I installed all components, created repository,made $ svn update. Then i made $ ant fetch-depends. And compiler showed successfull build.But when i made $ ant and i had problems:
> NMAKE : fatal error U1077: retern code '0*2'
>    P.S. Please help me

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


[jira] Assigned: (HARMONY-5557) [build] Problem building Harmony on MSVC 2005

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

Tim Ellison reassigned HARMONY-5557:
------------------------------------

    Assignee: Tim Ellison

> [build] Problem building Harmony on MSVC 2005
> ---------------------------------------------
>
>                 Key: HARMONY-5557
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5557
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>         Environment: x86, MSVC 2005
>            Reporter: Evgeny Razinkin
>            Assignee: Tim Ellison
>         Attachments: code.txt, code1.txt, msvc2005.diff
>
>
> I have problem with harmony building. I installed all components, created repository,made $ svn update. Then i made $ ant fetch-depends. And compiler showed successfull build.But when i made $ ant and i had problems:
> NMAKE : fatal error U1077: retern code '0*2'
>    P.S. Please help me

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


[jira] Commented: (HARMONY-5557) [build] Problem with Harmony building

Posted by "Pavel Pervov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12573236#action_12573236 ] 

Pavel Pervov commented on HARMONY-5557:
---------------------------------------

Please, run vcvars32.bat in the cmd you are trying to build in.

BTW, what version of (presumably Microsoft) compiler are you using?

> [build] Problem with Harmony building
> -------------------------------------
>
>                 Key: HARMONY-5557
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5557
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Evgeny Razinkin
>         Attachments: code.txt
>
>
> I have problem with harmony building. I installed all components, created repository,made $ svn update. Then i made $ ant fetch-depends. And compiler showed successfull build.But when i made $ ant and i had problems:
> NMAKE : fatal error U1077: retern code '0*2'
>    P.S. Please help me

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


[jira] Commented: (HARMONY-5557) [build] Problem with Harmony building

Posted by "Pavel Pervov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12573194#action_12573194 ] 

Pavel Pervov commented on HARMONY-5557:
---------------------------------------

I mean "asking to help with build problems"...

> [build] Problem with Harmony building
> -------------------------------------
>
>                 Key: HARMONY-5557
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5557
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Evgeny Razinkin
>
> I have problem with harmony building. I installed all components, created repository,made $ svn update. Then i made $ ant fetch-depends. And compiler showed successfull build.But when i made $ ant and i had problems:
> NMAKE : fatal error U1077: retern code '0*2'
>    P.S. Please help me

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


[jira] Updated: (HARMONY-5557) [build] Problem building Harmony on MSVC 2005

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

Alexey Varlamov updated HARMONY-5557:
-------------------------------------

    Environment: x86, MSVC 2005
        Summary: [build] Problem building Harmony on MSVC 2005  (was: [build] Problem with Harmony building)

BTW,  which VS2005 do you have, Express Edition or more complete? 
I have no clue why it could fail the way you described if you've set the env correctly. Are you able to run nmake.exe or cl.exe by hand in that console?

> [build] Problem building Harmony on MSVC 2005
> ---------------------------------------------
>
>                 Key: HARMONY-5557
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5557
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>         Environment: x86, MSVC 2005
>            Reporter: Evgeny Razinkin
>         Attachments: code.txt
>
>
> I have problem with harmony building. I installed all components, created repository,made $ svn update. Then i made $ ant fetch-depends. And compiler showed successfull build.But when i made $ ant and i had problems:
> NMAKE : fatal error U1077: retern code '0*2'
>    P.S. Please help me

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