Subject: Re: [Pljava-dev] Build Fails on Windows 7 References: <56C41C5B.9000809@lucee.org> <56C4D516.9010403@hogranch.com> <56C4D8C4.4010809@anastigmatix.net> <56C50E87.4070008@lucee.org> <56C51150.1070708@anastigmatix.net> <56C54EE0.2080905@lucee.org> <56C553C3.40408@lucee.org> <56C556BD.1010907@anastigmatix.net> <56C55824.1060502@lucee.org> <56C564F4.1050909@anastigmatix.net> <56C5E1B3.8090204@lucee.org> <56C5E795.4080405@anastigmatix.net> <56C5F11F.9050709@lucee.org> <56C5F47C.2070906@anastigmatix.net> From: "Igal @ Lucee.org" Message-ID: <56C5FCEB.4000803@lucee.org> Date: Thu, 18 Feb 2016 09:18:35 -0800 MIME-Version: 1.0 In-Reply-To: <56C5F47C.2070906@anastigmatix.net> Content-Type: text/plain; charset=utf-8; format=flowed On 2/18/2016 8:42 AM, Chapman Flack wrote: > The simplest jar to install from is the one in > pljava-packaging/target. Got it! > I guess the printf format warnings are about this: > https://sourceforge.net/p/mingw-w64/mailman/message/24633511/ > > ugh... Any thoughts what the implications of that would be? Arithmetic overflows? Unexpected results? Does the use of a long integer come from pljava? Can it be fixed by using int64_t from as suggested in the link you posted? Thanks, Igal