From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28492 invoked by alias); 15 May 2019 12:24:57 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 28485 invoked by uid 89); 15 May 2019 12:24:56 -0000 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 Received: from mail-oln040092067060.outbound.protection.outlook.com (HELO EUR02-AM5-obe.outbound.protection.outlook.com) (40.92.67.60) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 15 May 2019 12:24:55 +0000 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== Received: from AM5EUR02FT019.eop-EUR02.prod.protection.outlook.com (10.152.8.51) by AM5EUR02HT095.eop-EUR02.prod.protection.outlook.com (10.152.9.203) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.1856.11; Wed, 15 May 2019 12:24:52 +0000 Received: from DB7PR01MB5386.eurprd01.prod.exchangelabs.com (10.152.8.54) by AM5EUR02FT019.mail.protection.outlook.com (10.152.8.169) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.1856.11 via Frontend Transport; Wed, 15 May 2019 12:24:52 +0000 Received: from DB7PR01MB5386.eurprd01.prod.exchangelabs.com ([fe80::a03b:5e4d:1105:87c6]) by DB7PR01MB5386.eurprd01.prod.exchangelabs.com ([fe80::a03b:5e4d:1105:87c6%6]) with mapi id 15.20.1900.010; Wed, 15 May 2019 12:24:52 +0000 From: Jose Isaias Cabrera To: =?iso-8859-1?Q?Csaba_R=E1duly?= , "cygwin@cygwin.com" Subject: Re: Building Bedrockdb in cygwin Date: Wed, 15 May 2019 12:24:00 -0000 Message-ID: References: <2B56GKHZ.RA34LFTQ.YAKAGWCC@ZSAAQYFV.QHFNCGMV.ICZDFG7V> <054f8269-d9d8-290a-9b60-0139ce33f4a0@SystematicSw.ab.ca> , In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2019-05/txt/msg00135.txt.bz2 Csaba R=E1duly, 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=3Dgcc GXX=3Dg++ 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=3Dgcc GXX=3Dg++ make g++ -g -std=3Dc++14 -fpic -O2 -Wall -Werror -Wformat-security -DGIT_REVISIO= N=3Dce62c88 -I/home/e608313/Bedrock -I/home/e608313/Bedrock/mbedtls/include= -MMD -MF libstuff/libstuff.d -MT libstuff/libstuff.h.gch -c libstuff/libst= uff.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/l= ibstuff/libstuff.d'. Stop. I did a search on the web on both duckduckgo and google and there is nothin= g out there. I can tell you that to build bedrockdb in Ubuntu, you need th= ese steps, =3D=3Dbegin # 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 =3D=3Dend 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 d= on'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 bedrockd= b team and see what they say. Thanks for any input. jos=E9 -- 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