Re: [build] DRLVM build on Windows

2006-10-12 Thread Oliver Deakin
Salikh has attached a patch for the DRLVM build readme in HARMONY-1828, which is linked from [1]. This will probably be one of the first places users look to find build instructions, so it should be sufficient. Regards, Oliver [1] http://incubator.apache.org/harmony/subcomponents/drlvm/index.h

Re: [build] DRLVM build on Windows

2006-10-12 Thread Oliver Deakin
Brilliant - thanks Salikh. Making this useful info accessible is really important! Regards, Oliver Salikh Zakirov wrote: Oliver Deakin wrote: Could we also stick a link to this page in the build readme? It would be good to make it as easy to find as possible for a first time (and the rest

Re: [build] DRLVM build on Windows

2006-10-11 Thread Geir Magnusson Jr.
what would be ideal is a patch for the website, so there's a pointer from the website to this content. Salikh Zakirov wrote: Oliver Deakin wrote: This should be listed somewhere under "Gotchas while building DRLVM". It would be useful to have these helpful tips stored for future Harmony contri

Re: [build] DRLVM build on Windows

2006-10-11 Thread Salikh Zakirov
Oliver Deakin wrote: > Could we also stick a link to this page > in the build readme? It would be good to make it as easy to find > as possible for a first time (and the rest of us) DRLVM builder. Done as README-troubleshooting-link.patch in HARMONY-1828 (on top of HARMONY-1730 README.patch) --

Re: [build] DRLVM build on Windows

2006-10-11 Thread Oliver Deakin
That's great, thanks Salikh. Could we also stick a link to this page in the build readme? It would be good to make it as easy to find as possible for a first time (and the rest of us) DRLVM builder. Regards, Oliver Salikh Zakirov wrote: Oliver Deakin wrote: This should be listed somewhere u

Re: [build] DRLVM build on Windows

2006-10-11 Thread Alexey Petrenko
Salikh, I've changed that page a little. According my own experience :) SY, Alexey 2006/10/11, Salikh Zakirov <[EMAIL PROTECTED]>: Oliver Deakin wrote: > This should be listed somewhere under "Gotchas while building DRLVM". > It would be useful to have these helpful tips stored for future Harm

Re: [build] DRLVM build on Windows

2006-10-11 Thread Salikh Zakirov
Oliver Deakin wrote: > This should be listed somewhere under "Gotchas while building DRLVM". > It would be useful to have these helpful tips stored for future Harmony > contributors. I see there are already some useful DRLVM docs on the > website - perhaps some kind of "build troubleshooting" secti

Re: [build] DRLVM build on Windows

2006-10-11 Thread Oliver Deakin
This should be listed somewhere under "Gotchas while building DRLVM". It would be useful to have these helpful tips stored for future Harmony contributors. I see there are already some useful DRLVM docs on the website - perhaps some kind of "build troubleshooting" section would also be good? Rega

Re: [build] DRLVM build on Windows

2006-10-11 Thread Alexey Petrenko
2006/10/10, Salikh Zakirov <[EMAIL PROTECTED]>: Alexey Petrenko wrote: > Salikh, > > I've posted the last few lines from the output. There is no compiler call. > And the error message is the same with the mentioned in the first letter: Ah, I see now. The compiler was never called, and the erro

Re: [build] DRLVM build on Windows

2006-10-10 Thread Salikh Zakirov
Alexey Petrenko wrote: > Salikh, > > I've posted the last few lines from the output. There is no compiler call. > And the error message is the same with the mentioned in the first letter: Ah, I see now. The compiler was never called, and the error is likely to be printed by cctask. It looks lik

Re: [build] DRLVM build on Windows

2006-10-10 Thread Alexey Petrenko
Salikh, I've posted the last few lines from the output. There is no compiler call. And the error message is the same with the mentioned in the first letter: BUILD FAILED C:\Work\Harmony\drlvm\trunk\build\make\build.xml:406: The following error occurred while executing this line: C:\Work\Harmony\

Re: [build] DRLVM build on Windows

2006-10-10 Thread Salikh Zakirov
Alexey Petrenko wrote: > Here is a last commands from build -d > build.native.init: > [echo] ## Building native of 'vm.vmcore' > ... log snipped ... The log you pasted has neither compiler command line, nor error message, so I wasn't able to figure out anything. I hope the reason of failure w

Re: [build] DRLVM build on Windows

2006-10-10 Thread Geir Magnusson Jr.
could you humor us and just try moving this to c:\ for now to test? I had a similar problem a while ago on windows. are you working under cygwin? My solution was simply to stop using windows life is too short for this nonsense. :) geir Alexey Petrenko wrote: Here is a last commands

Re: [build] DRLVM build on Windows

2006-10-10 Thread Alexey Petrenko
Here is a last commands from build -d build.native.init: [echo] ## Building native of 'vm.vmcore' Setting project property: cfg.build -> debug Override ignored for property outtype Override ignored for property libname Setting project property: vm.vmcore.outtype -> static Override ignored for

Re: [build] DRLVM build on Windows

2006-10-10 Thread Alexey Petrenko
I've checkouted clean repository... And even this does not help in my case :( Will try to run with -d and change the root path. SY, Alexey 2006/10/10, Salikh Zakirov <[EMAIL PROTECTED]>: Alexey Petrenko wrote: > I have not built DRLVM for a few days. > But after last update it fails with the fo

Re: [build] DRLVM build on Windows

2006-10-10 Thread Mikhail Fursov
On 10/10/06, Salikh Zakirov <[EMAIL PROTECTED]> wrote: And by the way, just 'build.bat clean' and 'rm -rf pre-copied' is not enough for a clean start %) You also need to do rm -rf make/tmp ... or start with a clean checkout I did not know this before! Wonder why "build clean" doesn'

Re: [build] DRLVM build on Windows

2006-10-10 Thread Salikh Zakirov
Alexey Petrenko wrote: > I have not built DRLVM for a few days. > But after last update it fails with the following error on Windows: > native.xml:75: Command line is over maximum length without specifying > source file Can you run 'build.bat -d' and find out the exact compiler command line? It s

Re: [build] DRLVM build on Windows

2006-10-10 Thread Mikhail Fursov
The root path I have is even longer, e.g. "C:\users\mfursov\harmony_build\enhanced\drlvm\trunk\" and there is no such problem. May be the path to some tool (e.g. ant) is too long? On 10/10/06, Mark Hindess <[EMAIL PROTECTED]> wrote: Perhaps it is a windows path length problem? Does it work if

Re: [build] DRLVM build on Windows

2006-10-10 Thread Mark Hindess
Perhaps it is a windows path length problem? Does it work if you rename C:\Work\Harmony\drlvm\trunk to: C:\drlvm ? Regards, Mark. On 10 October 2006 at 12:03, "Alexey Petrenko" <[EMAIL PROTECTED]> wrote: > Guys, > > I have not built DRLVM for a few days. > But after last update it fai

Re: [build] DRLVM build on Windows

2006-10-10 Thread Mikhail Fursov
+1. On 10/10/06, Leo Li <[EMAIL PROTECTED]> wrote: Hi Alexey: I have just updated and built the drlvm on windows. And it succeeds.:) On 10/10/06, Alexey Petrenko <[EMAIL PROTECTED]> wrote: > > Guys, > > I have not built DRLVM for a few days. > But after last update it fails with the follo

Re: [build] DRLVM build on Windows

2006-10-10 Thread Leo Li
Hi Alexey: I have just updated and built the drlvm on windows. And it succeeds.:) On 10/10/06, Alexey Petrenko <[EMAIL PROTECTED]> wrote: Guys, I have not built DRLVM for a few days. But after last update it fails with the following error on Windows: BUILD FAILED C:\Work\Harmony\drlvm\tru

[build] DRLVM build on Windows

2006-10-10 Thread Alexey Petrenko
Guys, I have not built DRLVM for a few days. But after last update it fails with the following error on Windows: BUILD FAILED C:\Work\Harmony\drlvm\trunk\build\make\build.xml:406: The following error occurred while executing this line: C:\Work\Harmony\drlvm\trunk\build\make\build.xml:413: The fo