Re: No rule to make freetype.dll [WAS: Re: OpenJFX 1.8 build issues]

2013-08-23 Thread Erik Joelsson
Hello Dhevendran, It would help if you could check what David is asking for. In the file: /cygdrive/c/r/build/windows-x86_64-normal-server-release/spec.gmk Check what the value of FREETYPE2_LIB_PATH is. /Erik On 2013-08-23 04:34, David Holmes wrote: What does spec.gmk have for: FREETYPE2_LI

Win 7 - permissions problem on hgrc

2013-08-23 Thread Pete Brunet
In case this might be helpful to someone... I was having problems with Mercurial yesterday which was due to repo's hgrc owner being Adminstrators, not Pete. After going into the Win 7 security properties, adding myself (Pete) to the list (with full control), and then using chown to change the own

Re: webrev failure?

2013-08-23 Thread Omair Majid
On 05/16/2013 12:12 PM, Sergey Bylokhov wrote: > Hi, Staffan. > Try this version: http://cr.openjdk.java.net/~serb/forest.py > I update forest extension a little bit to work with mercurial 2.3+. > ps: It was my first code on python. For mercurial 2.3, maybe try this: https://bitbucket.org/gxti/hgf

Windows cross compiles

2013-08-23 Thread Salter, Thomas A
Is there any hope of compiling a 64-bit Windows JVM on a 32-bit O/S? I tried a few options and other tweaks and got as far as configure compiling a 64-bit fixpath.exe and then discovering that it won't run on a 32-bit system. I don't mind changing the make files but I'm not up for learning how t

Re: can't push into jdk8/awt-gate/jdk

2013-08-23 Thread Pete Brunet
OK read all the way to the bottom. This needs to be done by a committer. On 8/23/13 4:50 PM, Pete Brunet wrote: > Hi, I'm getting the following failure: > > $ hg defpath > default = ... > default push = ssh://ptbru...@hg.openjdk.java.net/jdk8/awt-gate/jdk > > $ hg push > pushing to ssh://ptbru...

can't push into jdk8/awt-gate/jdk

2013-08-23 Thread Pete Brunet
Hi, I'm getting the following failure: $ hg defpath default = ... default push = ssh://ptbru...@hg.openjdk.java.net/jdk8/awt-gate/jdk $ hg push pushing to ssh://ptbru...@hg.openjdk.java.net/jdk8/awt-gate/jdk Enter passphrase ... searching for changes remote: abort: could not lock repository jdk8/

Re: Windows cross compiles

2013-08-23 Thread Tim Bell
On 08/23/13 02:15 PM, Salter, Thomas A wrote: Is there any hope of compiling a 64-bit Windows JVM on a 32-bit O/S? We are headed in the other direction with OpenJDK 8 on Windows - compiling both 32 and 64-bit using Windows 2008R2 64-bit as the O/S and Visual Studio 2010 SP1 as the compiler.