Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jnpiB-0006BA-EN for pljava-dev@arkaria.postgresql.org; Tue, 23 Jun 2020 20:40:07 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1jnphe-0008Vp-NQ for pljava-dev@arkaria.postgresql.org; Tue, 23 Jun 2020 20:39:34 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jnphe-0008Vi-Fs for pljava-dev@lists.postgresql.org; Tue, 23 Jun 2020 20:39:34 +0000 Received: from mail-ej1-x62e.google.com ([2a00:1450:4864:20::62e]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1jnphc-0007Vt-Bm for pljava-dev@lists.postgresql.org; Tue, 23 Jun 2020 20:39:33 +0000 Received: by mail-ej1-x62e.google.com with SMTP id w16so128157ejj.5 for ; Tue, 23 Jun 2020 13:39:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=57QyZuKbnW8uuU6jt5vYgw2bj4WrD8n9Oq/zLWzuWPQ=; b=FxqfEg1n0eS7Op5iEuGfC6p3qTt6OSkKmGVWcUp6lWlyTxIr93XyK7YL/hJvVUud+/ z/x538CH4HFmbcBb1+k1xiVNlOyA+bHTbLOjapatq/DcK1fzf9Ue4o4jLnoKxBZsId3n ijKRbsHQXnDg92HzPUfrIyIst1xcBNoihLP6BIX1Rhjx8XY7WycvmbpTc05WSnIx4sA/ +t3p8hMEmbnk2der5G/QBpuUmuCIai1N3F7/TqDIu4C1Fj1FrCjubW2zV4lh7b8GOqLG TSYZmUwR8RSxmFpEuMLX7PIecS/UaaDngcco6JFBbViU4FfO/zH7lRvjsmIZTDX3RdPn mbBQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=57QyZuKbnW8uuU6jt5vYgw2bj4WrD8n9Oq/zLWzuWPQ=; b=Xg/z3Ik+e/eQu8PoxFuJYNAWiZM3DWB+vLcVVk5723FkW1I4rQB9iW61EF4A2azNio ccNSrwWy7cb8SyE7HEtbpBm0rp3HDJ73OCcR5ZVUJ1rCrp42sk13hEb3vU/uJhceJfOB 0ti2Fpj5sqdUnARkZAM5XI4CBEEcoTTRbumNrbPuPMUeOgn+TmWKg6ta+trydKFJhNoR hE9T9fM5EyIqv6bkSgraNd2DkYCzToiN9HhlKG/KPhuyNWwK6Y/TDuVSdt4Iy9Dop8J/ ZCyFwDwQkGjxCggrIo6P4q6qx7Igpv1TJuXVDbgIoycg751AmN61onWNCJvAIoV11RIC t1WQ== X-Gm-Message-State: AOAM530p/+xiK3jlghpOmvPEleYHRp9n/W9yhaCeh2K21w5HzzD/o2jG +cZQcQ6e5YCbvROGtRj+l/E74mPB+IbZPKCe7HuReqxb X-Google-Smtp-Source: ABdhPJyKnqKdz4TdPNSGzSIocK+CAfTlhFtMqHEvC2pPJ+j0fdyMQwGlI7daiBTZU4fqnxF/4PThmA2tRLkjOf+6b8k= X-Received: by 2002:a17:906:dbe5:: with SMTP id yd5mr7870009ejb.328.1592944768636; Tue, 23 Jun 2020 13:39:28 -0700 (PDT) MIME-Version: 1.0 References: <5EC17E17.7070002@anastigmatix.net> <5ED4EA10.4030801@anastigmatix.net> <5ED7E74B.9020800@anastigmatix.net> <5EDA576E.2000204@anastigmatix.net> <5EDBA5D9.8090506@anastigmatix.net> <5EE7AE8C.2040201@anastigmatix.net> <5EECE4F7.30603@anastigmatix.net> <5EEE0ABA.3050404@anastigmatix.net> <5EEE2593.4070802@anastigmatix.net> In-Reply-To: <5EEE2593.4070802@anastigmatix.net> From: Kartik Ohri Date: Wed, 24 Jun 2020 02:09:17 +0530 Message-ID: Subject: Issues with mingw build To: Chapman Flack , pljava-dev@lists.postgresql.org Content-Type: multipart/alternative; boundary="00000000000014de4005a8c65ba7" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --00000000000014de4005a8c65ba7 Content-Type: text/plain; charset="UTF-8" The mingw build is working but it spins off its new console which makes it impossible to detect errors and retrieve logs. It even stalls the build. I have been trying to figure a way to get past this but have been unable to do so till now. Do you have any suggestions on how to fix this ? --00000000000014de4005a8c65ba7 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
The mingw build is working but it spins off its new consol= e which makes it impossible to detect errors and retrieve logs. It even sta= lls the build. I have been trying to figure a way to get past this but have= been unable to do so till now. Do you have any suggestions on how to fix t= his ?
--00000000000014de4005a8c65ba7--