Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gm89u-0006zv-PQ for pgadmin-hackers@arkaria.postgresql.org; Wed, 23 Jan 2019 02:20:58 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gm89m-0005hS-Bw for pgadmin-hackers@arkaria.postgresql.org; Wed, 23 Jan 2019 02:20:46 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gm89m-0005hL-39 for pgadmin-hackers@lists.postgresql.org; Wed, 23 Jan 2019 02:20:46 +0000 Received: from mail-it1-x12d.google.com ([2607:f8b0:4864:20::12d]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gm89j-0003Ih-SW for pgadmin-hackers@lists.postgresql.org; Wed, 23 Jan 2019 02:20:45 +0000 Received: by mail-it1-x12d.google.com with SMTP id c9so955612itj.1 for ; Tue, 22 Jan 2019 18:20:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=jsC5Xk5tjZ3rkdLUSfSUzC1z6Lco59rAvO+fM17sRBE=; b=RXHpjaheTzElauajPsdGp++9iPF9V1ZZG0B55+50RSd0J31sCVBSp2twn6J4wT5t+z a0dkzHKJZ1QX5VMtmcnZlVH4dsuDpHV0CeoCx1JUAT2Rw1iGeHVo0GZbCCntlGpFIKdO oR7H+KGWOxTDq5I/lO0ThPjzuyEqljMgMxlPTL4Db4W10FFP9hJ/qn1WUomnWOJ5lzFn k72EvQRFID3/9de1xypG7EwIZ4GeOuuUubTL/xu6eTzy4f/ZrvCqCII+2TfbdBVx+aO1 wTrIflozXpvGFJmXjZZ7sfAy6tNvNGtouKXH0QDIxPzQpfiBsO11EzA3pZv/cl7MXMyS 56PQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=jsC5Xk5tjZ3rkdLUSfSUzC1z6Lco59rAvO+fM17sRBE=; b=jZFMCDToQJRpZYJz8DC1yNvDfS8YY8EynGEM8Kb5DWXMMb04xUIZ5trncpnHes95hw kQ8BZS9yKBLIhK0Aw1t0IkCmw9NbsRtGWpBBh3SdIiR18NfwJt7XxmK99JQLo9zhlive cp8Wp+dr6bXMgc/9X71lF+9yKRa0wnKve68rTqXWsum2j0I/Eq8LMlbF+8GLDKXKSg1A /4fKx2NWCFXjzO+xesNInpfqab6Y8AQdQREeF2CVnua/Qs2eUXUBGHVr82gLin5kLtR3 50FEQA23uua+thobBmNYsbgD87/n5tDtnm9UWBnbM8j1CBe8P1Na44ccQsng/yqGFeqp E2hw== X-Gm-Message-State: AJcUukcSanMB47jL2auPeia6cf9mkavTAP7XYpJGnyU20xMokij3FsBL Fu5tiYsL+QW1fPq2QpSQ7hKIHiD0gwYuZYpOy7QvtcJS X-Google-Smtp-Source: ALg8bN5ZomSna45XEl9u9BNpqVmFggW6pddAxTmmvUi5Sf0QnwW44q2pOTsRhUcgZlbEmiz40gNBzVsIkrXuMzCSg6s= X-Received: by 2002:a24:9005:: with SMTP id x5mr597641itd.102.1548210041315; Tue, 22 Jan 2019 18:20:41 -0800 (PST) MIME-Version: 1.0 From: =?UTF-8?B?6ri4UC5kYXk5Mw==?= Date: Wed, 23 Jan 2019 11:20:28 +0900 Message-ID: Subject: Building package Error (std::_hypot) To: pgadmin-hackers@lists.postgresql.org Content-Type: multipart/alternative; boundary="0000000000008ce684058016bdf0" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --0000000000008ce684058016bdf0 Content-Type: text/plain; charset="UTF-8" Hello. I love pgadmin4 and I am studying. I was not able to solve the following problems during packaging pgadmin4. Error1. When performing 'Running make ...', an error occurs on line 285 of pyconfig.h when building pgAdmin4.h. The sentence is "#define hypot _hypot". Error message is "std :: _ hypot" is not declared. Error2. If I comment out the #define statement because of the above problem, I get a problem when importing server.h. Current my environment - Windows 10 - Qt 5.5.0 (msvc2013) - VC 2012 - Python 2.7.15 & 3.6 - posgtreSQL 10 - Inno Setup 5 In the case of Mingw, I added an additional gcc / g ++ in the MinGW Installer and tried using the 5.9.1 version of mingw53_32 for Qt. But I'm still having problems. In the case of VC, I tried it until 2014 without using it after 2015. Please help me solve the problem of _hypot. --0000000000008ce684058016bdf0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
= Hello. I love pgadmin4 and I am studying. I was not able to solve the follo= wing problems during packaging pgadmin4. Error1. When performing 'Running make ...', an error occurs on line 285 of = pyconfig.h when building pgAdmin4.h. The sentence is "#define hypot _hypot". Error message is "st= d :: _ hypot" is not declared. Error2. If I comment out the #define statement because of the above problem, I get = a problem when importing server.h. Current my environment - Windows 10 - Qt 5.5.0 (msvc2013) - VC 2012 - Python 2.7.15 & 3.6 - posgtreSQL 10 - Inno Setup 5 In the case of Mingw, I added an additional gcc / g ++ in the MinGW Install= er and tried using the 5.9.1 version of mingw53_32 for Qt. But I'm stil= l having problems. In the case of VC, I tried it until 2014 without using it after 2015. Please help me solve the problem of _hypot.=C2=A0=C2=A0
--0000000000008ce684058016bdf0--