X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:references
	:in-reply-to:mime-version:content-type
	:content-transfer-encoding; q=dns; s=default; b=a47jiovUDUXTFtzj
	ryBxT/cQ7aaXn87Hg3EzXGsUNDSYadBfeBp/vNbxu/mCjosTXqtoIchdorQUkGjO
	VqzfhY+A5lOaFsnhNHbukkhmQgIykTvkNFHh1mOCKvtNJMJy6x3j5icDXmLetmfr
	GIWrjW9gZzqKTvhn5PZg2aK/v58=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:references
	:in-reply-to:mime-version:content-type
	:content-transfer-encoding; s=default; bh=R7aUQ5CtdqDOikyaqZYyI/
	ANS4g=; b=oPGjsIU8a4MVf6M+B2/7HDqtT1HgOXtCWec6bqOY6IFTFJPDVJpFXn
	kIxjagRrG2o1RsyGrDOJOxeaowP4KsXYgz/D2feIz1smDg4cYlB6UdcWyyBkohCE
	gbULByV2D2WIpbTFs2MC4NKISegyQeJV99S5MlCFrtvGMRR1MUVx0=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=jumped, H*c:alternative, password, H*c:HHH
X-HELO: EUR01-DB5-obe.outbound.protection.outlook.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outlook.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=ni9zF1rzHuMNNBfsVMKmknt3cO38f1vihIGfCTV9MKE=; b=q4R7huXlThvED66evprtSfBzkTkgZ18hfHz2d2B9yx/iX4G6ofx/stmBbLfBuWsd0vmfhy4b6oODDurBhhTVuemmv0ebyMoF4L3eiYiRRsb1/d7oX8EgZFcif3UHNUt/t/HhyrjpNr72M8p+G1KcChYK8RWfYGCQAOeQ7LPlC0WZOHg11X7/fixTgtcT9vxf7jPmVF939+oRkp+8zgNFyiX2S5cFMqKY/hEK4udJ7k/mes4+8hGfCoHnkdmxLPRvcgtY+0CaXTmIFOgxJeHr89P3261ni2e7g/bd39aoT5QVj6QgxgyZxspEsP9tQfNsOFzQHgy0KYHaspKzctiXDA==
From: Jose Isaias Cabrera <jicman@outlook.com>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>,
        "Brian.Inglis@SystematicSw.ab.ca"	<Brian.Inglis@SystematicSw.ab.ca>
Subject: Re: Building Bedrockdb in cygwin
Date: Tue, 14 May 2019 17:11:02 +0000
Message-ID: <DB7PR01MB53860C5864E27ED6D90AC6F9DE080@DB7PR01MB5386.eurprd01.prod.exchangelabs.com>
References: <DB7PR01MB5386089B8B65F0DACA92F09FDE0F0@DB7PR01MB5386.eurprd01.prod.exchangel abs.com> <2B56GKHZ.RA34LFTQ.YAKAGWCC@ZSAAQYFV.QHFNCGMV.ICZDFG7V> <DB7PR01MB5386310985F49E6AB14B10F5DE0F0@DB7PR01MB5386.eurprd01.prod.exchangelabs.com> <054f8269-d9d8-290a-9b60-0139ce33f4a0@SystematicSw.ab.ca> <DB7PR01MB5386CAE6AEE09B1559E7C867DE080@DB7PR01MB5386.eurprd01.prod.exchangelabs.com>,<ef300eee-b752-7f77-92f6-12eeb3803327@SystematicSw.ab.ca>,<DB7PR01MB53868CD0F44A4C1631625DE8DE080@DB7PR01MB5386.eurprd01.prod.exchangelabs.com>
In-Reply-To: <DB7PR01MB53868CD0F44A4C1631625DE8DE080@DB7PR01MB5386.eurprd01.prod.exchangelabs.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x4EHBGQq025148


So, finally, I was able to to through the git problem: I needed to set the correct proxy syntax, here it is in case someone ever gets a git out of memory error:

git config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:8080

and

change proxyuser to your proxy user
change proxypwd to your proxy password
change proxy.server.com to the URL of your proxy server
change 8080 to the proxy port configured on your proxy server

However, having jumped that huddle, I encountered a new one, which is probably easier to deal with. The make command does a lot of work, but once it's going to start compiling, I get,

[good stuff clipped]
  CC    util/pem2der.c
  CC    util/strerror.c
  CC    x509/cert_app.c
  CC    x509/crl_app.c
  CC    x509/cert_req.c
  CC    x509/cert_write.c
  CC    x509/req_app.c
make[2]: Leaving directory '/home/e608313/Bedrock/mbedtls/programs'
make[1]: Leaving directory '/home/e608313/Bedrock/mbedtls'
g++-6 -g -std=c++14 -fpic -O2 -Wall -Werror -Wformat-security -DGIT_REVISION=ce62c88 -I/home/e608313/Bedrock -I/home/e608313/Bedrock/mbedtls/include -MMD -MF libstuff/libstuff.d -MT libstuff/libstuff.h.gch -c libstuff/libstuff.h
make: g++-6: Command not found
make: *** No rule to make target 'libstuff/libstuff.d', needed by '.build/libstuff/libstuff.d'.  Stop.

So, it appears that I need something called g++-6. I have both gcc and g++

$ ls /usr/bin/g++*
/usr/bin/g++.exe*

So, the question is, what is g++-6, and how to I get it?  I tried to find it with cygwin's setup, but it's not on the distro.  I tried to duckduckgo it, but I didn't get anything useful.  Thoughts?  Thanks

josé




--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


