RE: 8202794: Native Unix code should use readdir rather than readdir_r

2018-08-06 Thread ted
Giving that a spin now; thanks! Ted Neward Technologist and Leader T: @tedneward | M: (425) 647-4526 http://www.newardassociates.com -Original Message- From: Severin Gehwolf Sent: Monday, August 6, 2018 1:46 AM To: t...@tedneward.com; 'Pengfei Li' ; 'Alan Batem

RE: 8202794: Native Unix code should use readdir rather than readdir_r

2018-08-06 Thread ted
And forgot to lead with: Thanks, Pengfei! That helps a great deal. Ted Neward Technologist and Leader T: @tedneward | M: (425) 647-4526 http://www.newardassociates.com -Original Message- From: Pengfei Li Sent: Sunday, August 5, 2018 11:26 PM To: t...@tedneward.com; 'Alan Ba

RE: 8202794: Native Unix code should use readdir rather than readdir_r

2018-08-06 Thread ted
Well, that works for JDK 10, it seems... (building now...) but is there a similar way to disable warnings for JDK 8 and 9? Some combination of CFLAGS/CPPFLAGS, perhaps? I'd really like to be able to build 8 and 9; particularly 8, since that's what my current employer is still using

RE: 8202794: Native Unix code should use readdir rather than readdir_r

2018-08-05 Thread ted
e)? I could use advice/assistance on either approach. Ted Neward Technologist and Leader T: @tedneward | M: (425) 647-4526 http://www.newardassociates.com -Original Message- From: Alan Bateman Sent: Sunday, August 5, 2018 11:08 AM To: t...@tedneward.com; 'Pengfei Li' ; ki

RE: 8202794: Native Unix code should use readdir rather than readdir_r

2018-08-03 Thread ted
#x27;ll disable warnings-as-errors and carry on. Ted Neward Technologist and Leader T: @tedneward | M: (425) 647-4526 http://www.newardassociates.com -Original Message- From: build-dev On Behalf Of Pengfei Li Sent: Thursday, June 28, 2018 3:01 AM To: kim.barr...@oracle.com; bsr...@gmail.co

Re: JDK10 build problem: "--module-path"?

2018-02-15 Thread Ted Neward
I’ve used modules recently, right?) Ted Neward Author, Speaker, Mentor http://www.newardassociates.com t: @tedneward | m: (425) 647-4526 From: Jonathan Gibbons Date: Thursday, February 15, 2018 at 7:27 AM To: Ted Neward , Subject: Re: JDK10 build problem: "--module-path"?

Re: JDK10 build problem: "--module-path"?

2018-02-15 Thread Ted Neward
So… Hmm. Anybody here know what the blessed way to get OpenJDK9 into a Docker image would be, then? Ted Neward Author, Speaker, Mentor http://www.newardassociates.com t: @tedneward | m: (425) 647-4526 From: Martin Buchholz Date: Thursday, February 15, 2018 at 8:50 AM To: Erik Joelsson

Re: JDK10 build problem: "--module-path"?

2018-02-14 Thread Ted Neward
Really?!? I thought the javac -help only listed -modulepath. Not to disbelieve you *grin*, but are you sure? The reason I ask is (barring some really bizarre misconfiguration) I should be using the OpenJDK9 as the boot JDK for this, and I'm getting the error. Ted Neward Author, Speaker, M

JDK10 build problem: "--module-path"?

2018-02-14 Thread Ted Neward
and build artifacts on the host machine), and this is holding up the current “tip” images from being really ready for public consumption. (JDK8u and JDK9 are up and ready to go.) Ted Neward Author, Speaker, Mentor http://www.newardassociates.com t: @tedneward | m: (425) 647-4526

Re: Build OpenJDK for Windows x64 w/ VS 2017 on WSL

2018-01-23 Thread Ted Neward
I took a pass at this when the WSL stuff was brand-new, but haven't tried recently. Essentially, the resulting binary was only usable from the WSL layer, but I haven't tried recently. Would be very willing to help try a few things if people have patches to try. Ted Neward Autho

Re: Another question, if I may?

2017-12-24 Thread Ted Neward
So if I do a "make hotspot" it replaces the compiled Hotspot binary in the exploded build image? The reason I ask is that this is what I tried, and it didn’t appear to show up in the list of "PrintFlagsFinal" output. Ted Neward Author, Speaker, Mentor http://www.ne

Re: Another question, if I may?

2017-12-21 Thread Ted Neward
otspot" would compile the flag into the libjvm.so, and then drop the newly-built libjvm into the image directory, so that I wouldn't have to do a full build. Presumably, then, "make images" checks dependencies and doesn't build stuff that isn't affected by the change?

Another question, if I may?

2017-12-21 Thread Ted Neward
“Unrecognized flag; did you mean…?” error. Is there something I’m missing? Does the flag need to be registered someplace else as well? Ted Neward Author, Speaker, Mentor http://www.newardassociates.com t: @tedneward | m: (425) 647-4526

Re: Building hsdis?

2017-12-20 Thread Ted Neward
e some suggestions there if desired, but not critical. (*) Now, how should we proceed trying to build a Windows version of this? The README mentions both Cygwin and Ming, so I'm not sure what setup you're expecting the Windows developer to have on their machine. Ted Neward Author, Spea

Re: Building hsdis?

2017-12-20 Thread Ted Neward
is for a variety of common platforms? Is there a licensing issue? I'll give this a spin tomorrow and fire back with any issues/questions. Thanks! Ted Neward Author, Speaker, Mentor http://www.newardassociates.com t: @tedneward | m: (425) 647-4526 On 12/20/17, 12:54 AM, "David Buc

Re: Building hsdis?

2017-12-20 Thread Ted Neward
lear, I *really* don't know what's going on with the texinfo and all that stuff.) Ted Neward Author, Speaker, Mentor http://www.newardassociates.com t: @tedneward | m: (425) 647-4526 On 12/20/17, 12:13 AM, "David Buck" wrote: Hi Ted! No blog to point you to, bu

Building hsdis?

2017-12-19 Thread Ted Neward
wanted to go do my homework before doing that. :-) Ted Neward Author, Speaker, Mentor http://www.newardassociates.com t: @tedneward | m: (425) 647-4526

Re: Problems with JDK8 build on Ubuntu?

2017-11-24 Thread Ted Neward
demos and stuff.) They’re in openjdk8 and openjdk9, respectively. Ted Neward Author, Speaker, Mentor http://www.newardassociates.com t: @tedneward | m: (425) 647-4526 On 11/23/17, 3:36 AM, "build-dev on behalf of Ted Neward" wrote: That is just Byzantine enough to be true. :-)

Re: Problems with JDK8 build on Ubuntu?

2017-11-23 Thread Ted Neward
it had to be something stupidly simple on my end.) Ted Neward Author, Speaker, Mentor http://www.newardassociates.com t: @tedneward | m: (425) 647-4526 On 11/23/17, 3:31 AM, "dalibor topic" wrote: On 23.11.2017 12:25, Ted Neward wrote: > OK, so it’s still at jav

Re: Problems with JDK8 build on Ubuntu?

2017-11-23 Thread Ted Neward
OK, so it’s still at java.net; that’s good to know. :-) Out of curiosity, though, what’s the difference? Why maintain two? Ted Neward Author, Speaker, Mentor http://www.newardassociates.com t: @tedneward | m: (425) 647-4526 On 11/23/17, 3:21 AM, "dalibor topic" wrote: hg

Re: Problems with JDK8 build on Ubuntu?

2017-11-23 Thread Ted Neward
, but I was trying to go with the least-amount-of-work path to get to a slowdebug version of the OpenJDK that I could use for some diagnostic purposes for digging into the G1 GC. Ted Neward Author, Speaker, Mentor http://www.newardassociates.com t: @tedneward | m: (425) 647-4526 On 11/23/17, 3:14

Re: Problems with JDK8 build on Ubuntu?

2017-11-23 Thread Ted Neward
Save me a Google and remind me where that repo URL is? :-) Ted Neward Author, Speaker, Mentor http://www.newardassociates.com t: @tedneward | m: (425) 647-4526 On 11/23/17, 3:14 AM, "dalibor topic" wrote: Probably - jdk8/jdk8 is the GA source code from a few years ago. jdk8

Re: Problems with JDK8 build on Ubuntu?

2017-11-23 Thread Ted Neward
Errr….. What’s the difference, again? I cloned java.net/jdk8/jdk8, which is what I thought was the correct repo—is there a new URL? I haven’t done this in a while, so I jumped onto Google and took the first URL in a description that seemed correct. Am I trying to clone the wrong repo? Ted

Re: Problems with JDK8 build on Ubuntu?

2017-11-23 Thread Ted Neward
Yeah, I’ve got build-dep and openjdk-8. I’ll have a look at the source, but this begs a question: Why hasn’t it been backported to the JDK8 repo, if it’s a known fix? Ted Neward Author, Speaker, Mentor http://www.newardassociates.com t: @tedneward | m: (425) 647-4526 On 11/23/17, 2:32 AM

Problems with JDK8 build on Ubuntu?

2017-11-23 Thread Ted Neward
ridiculously long logfile, does anybody have a quick fix or know where I should go to get the fix? Ted Neward Author, Speaker, Mentor http://www.newardassociates.com t: @tedneward | m: (425) 647-4526

Re: OpenJDK9/10 : sawindbg.dll / sawindbg.dll.manifest

2017-11-18 Thread Ted Neward
redirection to be supported for native code. More details are available here: https://msdn.microsoft.com/en-us/library/windows/desktop/aa375365(v=vs.85).aspx . I suspect they are produced as a natural part of the build when using Visual Studio to compile native code, but I’m speculating here. Ted

Re: Error in "exploded-image-optimize' on Ubuntu

2017-04-26 Thread Ted Neward
coal mine on this one if it helps. :-) Ted Neward Author, Speaker, Mentor http://www.newardassociates.com t: @tedneward | m: (425) 647-4526 On 4/26/17, 1:24 AM, "Erik Joelsson" wrote: Hello, Most of my previous mail reflected experiences with the old version of

Re: Error in "exploded-image-optimize' on Ubuntu

2017-04-26 Thread Ted Neward
I’ll have a look and see if they still hold with the most recent update. Ted Neward Author, Speaker, Mentor http://www.newardassociates.com t: @tedneward | m: (425) 647-4526 On 4/25/17, 3:44 AM, "build-dev on behalf of dalibor topic" wrote: Looking at the issue tracker, ther

Re: Error in "exploded-image-optimize' on Ubuntu

2017-04-26 Thread Ted Neward
I’m running Windows 10.0.15063, which I believe corresponds with the “Creators Update” build of Win 10, if that makes a difference in your own testing. Ted Neward Author, Speaker, Mentor http://www.newardassociates.com t: @tedneward | m: (425) 647-4526 On 4/25/17, 3:29 AM, "Erik Joelsson&qu

Re: Error in "exploded-image-optimize' on Ubuntu

2017-04-24 Thread Ted Neward
Redmond, and I have several friends who work on DotNetCore, and can maybe ask them for some ideas on how to work around whatever issues that are coming up.) Meanwhile, I’ll see if the build works. (I’m not in front of that machine as I write this.) Ted Neward Author, Speaker, Mentor http

Error in "exploded-image-optimize' on Ubuntu

2017-04-24 Thread Ted Neward
should be looking at…) Ted Neward Author, Speaker, Mentor http://www.newardassociates.com t: @tedneward | m: (425) 647-4526

Arrgh... more path issues?

2009-03-28 Thread Ted Neward
o difference. (But I have no offhand suggestions as to what that naming convention would look like, or how it might interact with the build macros for other platforms.) There's just GOT to be some kind of way to tell these apart, though. :-/ Ted Neward | Principal Consultant, ThoughtWorks J

Where do COMPILER_VERSION and its ilk get set?

2009-03-27 Thread Ted Neward
? Ted Neward | Principal Consultant, ThoughtWorks Java, .NET, XML Services Consulting, Teaching, Speaking, Writing <http://www.tedneward.com> http://www.thoughtworks.com | <http://www.tedneward.com> http://www.tedneward.com

RE: RC.exe location change?

2009-03-27 Thread Ted Neward
:/Prg/MicrosoftSDKs/Windows/v6.1/Bin) Where COMPILER_PATH could be either the VS cl or the MSSDK cl depending on which one you feel like using. (This could also make it easier to adopt the Express editions.) Being not very Mercurial-savvy, can I simply post my changes to this list? Ted Newa

RE: RC.exe location change?

2009-03-27 Thread Ted Neward
This would also work for previous installations of VS, since they install the SDK at C:/Prg/MSVS/SDK/v1.1 or something similar. Tim? Does this sound workable? Ted Neward | Principal Consultant, ThoughtWorks Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http

RC.exe location change?

2009-03-27 Thread Ted Neward
SDK bin (and not MSVS9.0/VC/bin). Is that the breakdown between COMPILER_PATH and MSDEVTOOLS_PATH? The README implies that the latter is derived from the former, and it probably shouldn't be.. Ted Neward | Principal Consultant, ThoughtWorks Java, .NET, XML Services Consulting, Teach

Grr....

2009-03-27 Thread Ted Neward
= C:/Prg/jdk1.6.0/bin/jar BOOT_JARSIGNER_CMD = C:/Prg/jdk1.6.0/bin/jarsigner Build Platform Settings: USER = Ted PLATFORM = windows ARCH = i586 LIBARCH = i386 ARCH_FAMILY = i586 ARCH_DATA_MODEL = 32 ARCHPROP = x86 PROCESSOR_ARCHITECTURE = x86 PROCESSOR_IDENTIFIER = x

RE: Can somebody sanity-check me here?

2008-07-16 Thread Ted Neward
So, just to be clear, I only need jdk7/jdk7, jdk7/corba, jdk7/jdk7/hotspot, jdk7/jdk7/jaxp, jdk7/jdk7/jaxws, jdk7/jdk7/jdk, and jdk7/jdk7/langtools? (Those are what I'm currently pulling, but I just wanted to make sure.) Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Wr

Can somebody sanity-check me here?

2008-07-16 Thread Ted Neward
jdk7/corba-gate, jdk7/hotspot-comp, jdk7/hotspot-gc, and so on.) Do I need to explicitly pull these guys? Or are they somehow being brought in to the “core” name repositories? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing HYPERLINK "http://www.ted

Odd question

2008-07-16 Thread Ted Neward
evolved.) Bonus points if anybody has a source release of 1.0 and/or 1.1 they can send me (to the tune of a bottle of very nice Scotch, assuming you like such things). I can promise that this will not go beyond me personally. Ted Neward Java, .NET, XML Services Consulting, Teaching

OpenJDK on Solaris Dev Express 1/2008?

2008-06-02 Thread Ted Neward
downloaded and installed before building the latest JDK7 bits there…. Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing HYPERLINK "http://www.tedneward.com"http://www.tedneward.com No virus found in this outgoing message. Checked by AVG. Version: 7.5.5

RE: Building OpenJDK 7 on Windows XP

2008-05-23 Thread Ted Neward
If I get time, though, I'll try doing a OpenJDK6 build on Windows and see how it'll work. (It shouldn't be too much different from what's there, though, since the JDK source hadn't really been modified all that much when I posted that.) Ted Neward Java, .NET, XML Services

RE: FW: ATL headers and libraries?

2008-05-22 Thread Ted Neward
y minimal. Kelly, in the event I have changes to make, can I just detail them to you in an email, or should I do formal diffs and/or set up a Mercurial repo? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- >

RE: Building OpenJDK 7 on Windows XP

2008-05-22 Thread Ted Neward
Now check out http://blogs.tedneward.com/2007/12/15/Let+The+JDK+Hacking+Begin.aspx (sorry I didn't see your email sooner, but I've been AFK for a while), and tell me if I left anything out of the process. Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Wr

RE: FW: ATL headers and libraries?

2008-05-17 Thread Ted Neward
This would also explain why I'm not finding any there, either. :-) Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 15, 2008

RE: FW: ATL headers and libraries?

2008-05-17 Thread Ted Neward
AH Excellent. :-) Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 15, 2008 10:46 AM > To: Kelly O'Hair > Cc: T

RE: FW: ATL headers and libraries?

2008-05-15 Thread Ted Neward
y know of any in the meantime (or, perhaps better yet, can you suggest which list would be best to forward this email to)? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: [EMAIL PROTECTED] [mailt

FW: ATL headers and libraries?

2008-05-13 Thread Ted Neward
Kelly, et al— Should we just wait with the attempted port until this (see below) happens? Or do we want to try and actively remove the dependencies on ATL/MFC from the Hotspot code? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing HYPERLINK "

RE: Does -Xprintflags no longer work?

2008-03-25 Thread Ted Neward
've got other things I need to do in the meantime (sorry). Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, March 24, 2008 9:05 AM >

RE: Problem building OpenJDK on a set-top box

2008-03-23 Thread Ted Neward
apparently) it can be built without processor-specific dependencies (IIRC). Might check the archives here for those links. Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: [EMAIL PROTECTED] [mailto:bui

Does -Xprintflags no longer work?

2008-03-22 Thread Ted Neward
displays [Global flags] ccstr AbortVMOnException = and then dies. Anybody else getting this? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing HYPERLINK "http://www.tedneward.com"http://www.tedneward.com No virus found in thi

RE: FW: Announcing Finalists for the OpenJDK Community Innovator's Challenge

2008-03-20 Thread Ted Neward
It's kinda sounding like trying to go all the way to mingw's gcc is not necessarily a great place to end up. *shrug* Well, that's why this is a research project--my hope is to get #1 done, first and foremost, and see where we are after that. Ted Neward Java, .NET, XML Serv

RE: FW: Announcing Finalists for the OpenJDK Community Innovator's Challenge

2008-03-19 Thread Ted Neward
e. I just know that enough people asked about using the free C++ compilers on Windows that I figured it was worth a shot. Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message----- > From: [EMAIL PROTECTED] [mailto:[EM

RE: What am I doing wrong here?

2008-03-19 Thread Ted Neward
> Ted, > > The JDK is maintained as a Mercurial forest. While you can download > each individual repository (CORBA, JAXP, JAXWS, HotSpot, JDK), if you > just want to build OpenJDK you generally do: > > hg fclone http://hg.openjdk.java.net/jdk7/jdk7 > > with the

RE: FW: Announcing Finalists for the OpenJDK Community Innovator's Challenge

2008-03-19 Thread Ted Neward
l C++ 2008 Express), before attempting moving away from MSVC entirely and using MinGW32's gcc (which is much closer to the underlying OS than Cygwin is). I'm confident step 1 can happen. I'm reasonably confident #2 can happen. I have no idea of step #3 is even remotely possible, b

RE: Not sure where to post this...

2008-03-19 Thread Ted Neward
going to junk the repos and try from a fresh 'hg fgclone' and see if that corrects it; if not, I will let y'all know ASAP. Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: [EMAIL PROT

RE: What am I doing wrong here?

2008-03-18 Thread Ted Neward
ion, and they're not in the "jdk" project. Correct? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 18, 2

FW: Announcing Finalists for the OpenJDK Community Innovator's Challenge

2008-03-18 Thread Ted Neward
t #1 by the close of the project period (August), and get as far down 2 and 3 as possible. Any thoughts? Suggestions? Ideas for how best to tackle this? You (the guys at Sun) have a lot more experience with this codebase than I, so any tips, pointers or suggestions are appreciated. Ted Neward

RE: What am I doing wrong here?

2008-03-18 Thread Ted Neward
Ah Got it. Thanks. Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 18, 2008 5:56 PM > To: Ted Neward > Cc: build-dev@o

What am I doing wrong here?

2008-03-18 Thread Ted Neward
So I’ve got the Mercurial repos on my machine, and I see the changesets being posted to the build-dev list, but when I do “hg update” on my box, nothing gets downloaded. Am I missing something here? Wrong hg command, or …? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking

RE: Not sure where to post this...

2008-03-03 Thread Ted Neward
No, this was a "rm -r -f build" and "make fastdebug_build". I can send you the fastdebug.log file if you think it'll help. Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: [

Not sure where to post this...

2008-03-03 Thread Ted Neward
sure. :-/ Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing HYPERLINK "http://www.tedneward.com"http://www.tedneward.com No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.21.2/1305 - Release

RE: Is 'optimized' a legit target?

2008-03-01 Thread Ted Neward
When I tried to build optimized (b24), it failed very early in the process. I'm assuming that's not supposed to happen? :-) Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: [EMAIL PROTECTED

Very quick question

2008-02-29 Thread Ted Neward
What’s the flag I use to get a list of all the various –XX flags supported by a VM again? I can’t find it in my email archives now (grrr). Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing HYPERLINK "http://www.tedneward.com"http://www.tedneward.com

Is 'optimized' a legit target?

2008-02-29 Thread Ted Neward
‘make help’. Is it a legit target? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing HYPERLINK "http://www.tedneward.com"http://www.tedneward.com No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.21.1/1303 - Release Date: 2/28/2008 12:14 PM

RE: Problem building b24 on Win32

2008-02-28 Thread Ted Neward
ncing through it at some of the make invocations, it seems that the ALT_OUTPUT_DIR variable isn't being passed around successfully to the various sub-makes. Still, now I can at least show building a complete JDK top-to-bottom. Thanks, Kelly (and Dave and Tim)! Ted Neward Java, .NET, XM

RE: Problem building b24 on Win32

2008-02-27 Thread Ted Neward
If there's any tests I can run here to help track this down, let me know.... Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: [EMAIL PROTECTED] [mailto:build-dev- > [EMAIL PROTECTED] On B

RE: Problem building b24 on Win32

2008-02-21 Thread Ted Neward
ir machine and maybe spend a few minutes in email conversation with me on this, I'd *really* appreciate it, particularly since the next release drop isn't going to be out for a while. Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward

RE: Problem building b24 on Win32

2008-02-20 Thread Ted Neward
Interesting follow-up on this: If I go into jdk/make, and do a "make OPENJDK=true fastdebug debug", everything builds fine. It's only from the top-level Makefile that the problem appears, it looks like. Ted Neward Java, .NET, XML Services Consulting, Teaching, Speakin

RE: New question: new build?

2008-02-20 Thread Ted Neward
This isn't a criticism aimed at you, Kelly, but that last statement sounds pretty ominous--is there any forward work on JDK7 taking place at all? Why the prioritization of OpenJDK6 over JDK 7? Or is that a mischaracterization/misread on my part? Ted Neward Java, .NET, XML Services Consu

New question: new build?

2008-02-20 Thread Ted Neward
When can we expect to see a b25 or b26 drop? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing HYPERLINK "http://www.tedneward.com"http://www.tedneward.com No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.516 / Viru

RE: Wiki page for OpenJDK Build pages

2008-02-10 Thread Ted Neward
Kelly-- Would you (and the others on this list can jump in here with opinions) prefer the Windows build stuff I blogged to go onto the wiki? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From:

RE: Problem building b24 on Win32

2008-02-08 Thread Ted Neward
Does anybody have any ideas on how to debug and/or fix this? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: [EMAIL PROTECTED] [mailto:build-dev- > [EMAIL PROTECTED] On Behalf Of Phil Issl

Help with Windows build on b24

2008-02-02 Thread Ted Neward
bug over it, but I’m stumped as to what’s going on here. Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing HYPERLINK "http://www.tedneward.com"http://www.tedneward.com No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.5

RE: Quick confirmation

2008-01-25 Thread Ted Neward
Though I have no vote, I would vote +1 on that. Big bangs usually end up backing out with a whimper. :-) Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: [EMAIL PROTECTED] [mailto:build-dev- &g

Quick confirmation

2008-01-25 Thread Ted Neward
)…. Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing HYPERLINK "http://www.tedneward.com"http://www.tedneward.com No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.19.10/1241 - Release Date: 1

RE: Small tutorial about building and running HotSpot on Linux/x86 with NetBeans

2008-01-24 Thread Ted Neward
Volker-- I'm going to update my own entry to point to yours, assuming that's OK with you. (Dunno why it wouldn't, but if you didn't want me to, now's the time to say so. I'll pout for a long time, mind you, if you do. ;-) ) Ted Neward Java, .NET, XML Services

RE: RFC: architecture define probably masks variable names in header files

2008-01-24 Thread Ted Neward
'Tis a good day when you can remove code.... Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: [EMAIL PROTECTED] [mailto:build-dev- > [EMAIL PROTECTED] On Behalf Of iris clark > Sent: Thu

RE: RFC: architecture define probably masks variable names in header files

2008-01-23 Thread Ted Neward
ey're not seeing breakage either. That's how I'd do it, anyway, in the absence of some more official guidance from Sun. Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: Christian Thaling

RE: RFC: architecture define probably masks variable names in header files

2008-01-23 Thread Ted Neward
7;ll pardon the verbization) from what I understand. What change would you suggest, and how deeply would it ripple through the code base? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: [EMAIL PROTECT

RE: Problems with ALT_OUTPUTDIR in debug build

2008-01-11 Thread Ted Neward
in the OS, but in practice, that turns out not to be the case. They're a royal f*ing pain, and yet another testament to Windows' slavish adherence to backwards compatibility. :-/ Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com >

RE: Problems with ALT_OUTPUTDIR in debug build

2008-01-11 Thread Ted Neward
> You wrote that the "MKDIRs" in the setup rules are only needed to > workaround a windows problem. I didn't built an Windows, but perhaps > somebody can try if they are still needed (Ted?). And if they will be > really needed, perhaps we can conditionally enable th

RE: Problems with ALT_OUTPUTDIR in debug build

2008-01-11 Thread Ted Neward
-fastdebug ? This seems totally reasonable to me, personally. Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: [EMAIL PROTECTED] [mailto:build-dev- > [EMAIL PROTECTED] On Behalf Of Kelly O'Hair &g

Dunno if this is a bug...

2008-01-08 Thread Ted Neward
… but on the Windows build, I keep getting a warning: c:\Prg\OpenJDK\jdk7\hotspot\src\os\windows\vm\version.rc(57) : warning RC4003: not enough actual parameters for macro 'STR' Not sure what it is or why I’m getting it…. Bad environment? Ted Neward Java, .NET, XM

FW: JDK6 Build Cheat Sheet

2008-01-05 Thread Ted Neward
Kelly— How much of this blog post is still true? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing HYPERLINK "http://www.tedneward.com"http://www.tedneward.com Feed: Kelly O'Hair's Blog Posted on: Friday, December 15, 2006 11:04 A

RE: Using the no-charge "Express" tools to build a JDK on win32 [RE: Upcoming OpenJDK infrastructure projects]

2008-01-01 Thread Ted Neward
Al of the SDKs (collectively known as the "Platform SDK") have windows.h in them--that didn't sound like the problem from Tim's email. "" is not part of the SDK, it's part of ATL or MFC, I'm not sure which offhand, and neither is considered part of the

RE: Build problem (Windows, b24)

2007-12-30 Thread Ted Neward
sly not correct. Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: [EMAIL PROTECTED] [mailto:build-dev- > [EMAIL PROTECTED] On Behalf Of Ted Neward > Sent: Sunday, December 30, 2007 8:28 PM > To:

RE: Build problem (Windows, b24)

2007-12-30 Thread Ted Neward
hem before, up 'til now. env|grep ALT_ shows everything having C:/ style paths in it. Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Sunday, D

RE: Build problem (Windows, b24)

2007-12-29 Thread Ted Neward
initely a read/write directory, so that shouldn't be the case. What *should* my env vars look like? Currently they look like the blog post I put up a few days ago--is that correct? I thought I remember you saying they should all look like the form "C:/Prg/OpenJDK/..." (forward s

RE: Build problem (Windows, b24)

2007-12-26 Thread Ted Neward
ong those same lines, how can I see the recursive make calls more explicitly? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: Ted Neward [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 26, 2

RE: Build problem (Windows, b24)

2007-12-26 Thread Ted Neward
ot sure where or why...? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: [EMAIL PROTECTED] [mailto:build-dev- > [EMAIL PROTECTED] On Behalf Of Ted Neward > Sent: Wednesday, December 26, 2007 1:03

RE: Build problem (Windows, b24)

2007-12-26 Thread Ted Neward
just... enters windows, leaves windows, done. I'm doing a full build (from the top) into a log file for attachment to this thread now, will email it when it's done. Problem is, I can't tell if it's an environment issue, or a genuine bug in the makefiles, or a PEBKAC problem. Sug

RE: Build problem (Windows, b24)

2007-12-18 Thread Ted Neward
ace with log files. > Not so much of a problem these days, but back in the early days it was. > Maybe an option flag/env var in the make set, a la ALT_LOGFILES=false to turn them off or something? It's just a common thing to have the build tool logging this stuff these days, it seems. Ted N

RE: Build problem (Windows, b24)

2007-12-17 Thread Ted Neward
Ah, but wait I notice that it's trying to find the strip-properties tool in windows-i586, but the "btjars" directory lives in windows-i586-fastdebug Is this a possible Makefile bug? Or is my environment somehow not set up right? Ted Neward Java, .NET, XML Services Consu

RE: Build problem (Windows, b24)

2007-12-17 Thread Ted Neward
DK:[EMAIL PROTECTED]:/cygdrive/c/Prg/OpenJDK/jdk7/jdk/make/java $ Not sure what to try next. :-/ Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent:

RE: Build problem (Windows, b24)

2007-12-17 Thread Ted Neward
ng seems fishy. I'm trying a build in hotspot by itself to see if that generates the same error, or something different. Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: [EMAIL PROTECTED] [mailto:[E

RE: mercurial forest extension doesn't honor "http_proxy" environment variable

2007-12-17 Thread Ted Neward
Can I update my blog post with this info? It might be helpful for others. Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: [EMAIL PROTECTED] [mailto:build-dev- > [EMAIL PROTECTED] On Behalf

RE: Build problem (Windows, b24)

2007-12-17 Thread Ted Neward
I can't find a ".log" file anywhere in the build structure that might have an error... any suggestions where to look? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: [EMAIL PROTECT

RE: Build problem (Windows, b24)

2007-12-17 Thread Ted Neward
Good question--where is said log file, again? :-) Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Sunday, December 16, 2007 12:38 PM > To

RE: Please comment, debug, flame, whatever....

2007-12-15 Thread Ted Neward
Thanks--will update all of those in a day or two. Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 15, 2007 12:30 PM > To

  1   2   >