public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
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:00 -0000	[thread overview]
Message-ID: <DB7PR01MB53860C5864E27ED6D90AC6F9DE080@DB7PR01MB5386.eurprd01.prod.exchangelabs.com> (raw)
In-Reply-To: <DB7PR01MB53868CD0F44A4C1631625DE8DE080@DB7PR01MB5386.eurprd01.prod.exchangelabs.com>


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

  reply	other threads:[~2019-05-14 17:11 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-08 19:00 Jose Isaias Cabrera
2019-05-13 18:17 ` Jose Isaias Cabrera
2019-05-13 18:48   ` Jack
2019-05-13 19:01     ` Jose Isaias Cabrera
2019-05-13 19:09       ` Achim Gratz
2019-05-13 19:24         ` Jose Isaias Cabrera
2019-05-13 19:21       ` Jack
2019-05-13 20:15         ` Jose Isaias Cabrera
2019-05-13 20:23           ` Jack
2019-05-13 20:37             ` Jose Isaias Cabrera
2019-05-13 21:26               ` Jack
2019-05-13 21:58                 ` Jose Isaias Cabrera
2019-05-14  3:29                   ` Brian Inglis
2019-05-14 13:51                     ` Jose Isaias Cabrera
2019-05-14 16:18                       ` Brian Inglis
2019-05-14 16:27                         ` Jose Isaias Cabrera
2019-05-14 17:11                           ` Jose Isaias Cabrera [this message]
2019-05-14 22:17                             ` Csaba Ráduly
2019-05-15 12:24                               ` Jose Isaias Cabrera

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DB7PR01MB53860C5864E27ED6D90AC6F9DE080@DB7PR01MB5386.eurprd01.prod.exchangelabs.com \
    --to=jicman@outlook.com \
    --cc=Brian.Inglis@SystematicSw.ab.ca \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).