X-Recipient: archive-cygwin AT delorie DOT 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=iuEswo+0uxwHw5kW 76/PROKG4yGME7dCAm50NeCdy+vONS8eMd3X4OX86wO8+FJZ5n48SCs0Gzx34HhM 5/3Oeh/I8mNuNn1RVQRa9dtsIMGsHu7rYNMI2iijfsnLNbsUcVhaJFQsHmgPFmP3 WsTszMYDwX3pvnkyuy6lITxl2ko= 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=TXaXzKggc+XSEm9RjMOzJY HnS8c=; b=esAYFbpDAsFO+f0/Xjr/0Y1n65QTcHM/k7louthWXAUkPTaGSBIr4D HkGwYcNXs2i4z50tFLvELXJqwen0GZwDCa0YkVk/M9Cx7E/i83hTdTNHbeYzjjUv eRlLUAyAV5nj2gRd8KpZ7oCZ0bBzxPAEd6xijYvwcr4dd37SJLIN8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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=rduly, Rduly, H*r:87c6, H*c:alternative X-HELO: EUR02-AM5-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=mRJxmeyaBpoXQNV3pEw0r+JoH0/4pdqDszhDT5E/n+c=; b=i7H8UxMgOlJ0Ndyo48blOAIMgl9Ao44E0TU37lsbs+eNw19YWQ0AJtDWyJTCBfJTTMw7tupTHa4H/7GPrfmm20CCGQpcrsMiHGPYOtW6WE6jrbQpCCX3536nZvFkDwBYfXAb6YYPaSQ1aDG7YKmN4LDvR9NFyi5ROIKiYHIqwyTB7qS0wZSOvsF7rdctzkNzKuQlu8W9hwJFqY/aD4z9FK3fLu9cXiRIG0kZpz5lis5/FZrjsgbRLEGQ5z8+acm2/aKkT8EflYY7fZ97dIJJf0cky8k2CWGe82ezNs4yc//JBQ8iqn32fPREMBUsOElxIjGSZpCyj/+WRc/nBv+rRQ== From: Jose Isaias Cabrera To: =?iso-8859-1?Q?Csaba_R=E1duly?= , "cygwin AT cygwin DOT com" Subject: Re: Building Bedrockdb in cygwin Date: Wed, 15 May 2019 12:24:52 +0000 Message-ID: References: <2B56GKHZ DOT RA34LFTQ DOT YAKAGWCC AT ZSAAQYFV DOT QHFNCGMV DOT ICZDFG7V> <054f8269-d9d8-290a-9b60-0139ce33f4a0 AT SystematicSw DOT ab DOT ca> , In-Reply-To: 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 x4FCP6oB020797 Csaba Ráduly, on Tuesday, May 14, 2019 06:17 PM, wrote... >On 14/05/2019 19:11, Jose Isaias Cabrera wrote: [clip] >You need to run make like this: > >CC=gcc GXX=g++ make > >This will force make to use g++ instead of g++-6 Thanks, this works, but I think I have other dependencies. This is what I now have, $ CC=gcc GXX=g++ make g++ -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 libstuff/libstuff.h:7:10: fatal error: execinfo.h: No such file or directory #include // for backtrace ^~~~~~~~~~~~ compilation terminated. make: *** No rule to make target 'libstuff/libstuff.d', needed by '.build/libstuff/libstuff.d'. Stop. I did a search on the web on both duckduckgo and google and there is nothing out there. I can tell you that to build bedrockdb in Ubuntu, you need these steps, ==begin # Clone out this repo: git clone https://github.com/Expensify/Bedrock.git # Install some dependencies sudo add-apt-repository ppa:ubuntu-toolchain-r/test sudo apt-get update sudo apt-get install gcc-6 g++-6 libpcre++-dev zlib1g-dev # Build it cd Bedrock make ==end I went and grabbed all the libpcre* and zlib* from cygwin, but I don't know what toolchain is in cygwin. So, libstuff must be a special file that I don't seem to find on the web. However, there are some execinfo.h hits, but for different applications. Any thoughts? I will go back to the bedrockdb team and see what they say. Thanks for any input. 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