Hello,
Please review this fix in the makefiles for using sjavac. The
include/exclude mechanism in sjavac has changed. We used to sometimes
exclude files using a full absolute path. This no longer works. The same
thing can be achieved by splitting up the source roots argument to
sjavac in sepa
On 2016-01-19 11:31, Erik Joelsson wrote:
Hello,
Please review this fix in the makefiles for using sjavac. The
include/exclude mechanism in sjavac has changed. We used to sometimes
exclude files using a full absolute path. This no longer works. The
same thing can be achieved by splitting up t
>> Once you know where you installed freetype, the short-term workaround is
>> to provide this path to configure using --with-freetype. The long-term is
>> that we can add some additional "well known" paths to look at by default in
>> configure to save some typing.
>
>
> Thanks, looks like this
>> Thanks, looks like this does the trick:
>>
>> ./configure --with-freetype=/opt/X11
>
> This came up a while back, probably on another list...
>
> XQuartz had to change the install location due to 10.11 not allowing
> installation to /usr/X11, so our configure script should be updated to als
On 1/13/16 1:51 PM, Erik Joelsson wrote:
For your build to pick up nmake from some other VS installation means
you must have that VS installation in your path. Normally, only the
devkit bin dirs will be in the path if you start with a clean
environment. We have simply not encountered that befor
>>> Thanks, looks like this does the trick:
>>>
>>> ./configure --with-freetype=/opt/X11
>>
>> This came up a while back, probably on another list...
>>
>> XQuartz had to change the install location due to 10.11 not allowing
>> installation to /usr/X11, so our configure script should be update
Hi Magnus,
On 1/14/16 6:06 AM, Magnus Ihse Bursie wrote:
On 2016-01-08 23:07, Derek White wrote:
[This is likely a bug, but thought I'd ask it as a question first].
I'm new to jdk builds on windows, and have spent way more time than
I'd like to admit on figuring out why my fastdebug builds di
On Tue, Jan 19, 2016 at 02:29:33PM +0100, Magnus Ihse Bursie wrote:
> On 2016-01-19 11:31, Erik Joelsson wrote:
> >Hello,
> >
> >Please review this fix in the makefiles for using sjavac. The
> >include/exclude mechanism in sjavac has changed. We used to
> >sometimes exclude files using a full absol