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=fbnIW2ak34rZnGCb CDfbXp1zSAXWGjhikreRKc1K+bTgjj5Dmv0nUnI0vqpCUDgA0V5V2DzGbJJ39fxe CZm3Jse9I99P8D4xre5Fom55SS4k2KCYn7XgvptnYRfYwCjn75YhenSVQbn6NmvC zIigc9HVqndP3UBcFFa+EzFkucc= 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=zlLf6eEWYlB77pDJKTGFhi LzLyE=; b=H0HesL5Q6BykHWbsGvejjjIF9Rz4N9bYWsTmdZlQz065NuT0p78YA6 E3EaraywZhTDanuqU2GQtRUyXkzdXAWPA4v6ER6kCMKf3KuGUQ2GcbFCoMg9y9x6 Ws0SsPCKN2loKKovE+m0KrhicX6fGvdUhzrwZ0r/ORhRneiwDi3S4= 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=-2.0 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=Jack, H*c:alternative, H*c:HHH, website X-HELO: EUR03-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=nzTe+j17tGg88DiJD+YGoCQw6J7/+u7P8iWPquUG4iA=; b=uE1WM2NjQx4102ntsHK4GvNINK6vqSzKs2D4Jk3VF1mD1tTLBCjTnvMmX0guAaU7RMTvB+OhICIDMivL+fnPgkrJeOH4q1kDh4rbhlkWQSEhMryeEKC3DjaoFU5xkBVUqxEr5DObZ9doKybTM/PSGr0bWHDLIKea/cCFGmY9lQhhaYs1WF/H35N7SDvbI6Gq9yvflgWt2YozUXSl7zQkuS2/Gck0if56QRDv6yGeacIMLpiTo0YU4hmbLK70GoWm98qcq0vchHnNoOwFeYUtVeVaqshmcyULa/uVhVRQLn1rzeL5OUM26CgiJxc6VLxlDfYpgjwVBP+Kx7LJY36UJg== From: Jose Isaias Cabrera To: Jack , "cygwin AT cygwin DOT com" Subject: Re: Building Bedrockdb in cygwin Date: Mon, 13 May 2019 19:01:28 +0000 Message-ID: References: , 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 x4DJ1fN2010713 Jack, on Monday, May 13, 2019 02:47 PM, wrote... >On 2019.05.13 14:17, Jose Isaias Cabrera wrote: >I know nothing about Bedrock, but I'd ask what you did before running >"make." Did you do ./configure? Thanks Jack for the prompt reply. No, there is no configure. > Is there perhaps an autogen.sh to >run? No, no autogen.sh either. > In applications I've compiled which use git submodules, it's >often been autogen.sh which actually initialized them, which must be >done before updating them, and I seem to recall that it's something >that needs to be done prior to the "git submodule init". Thanks. This is what the README.md says, $ cat README.md # Expensify/Bedrock/ This public repo contains the Bedrock database server. For more information on what that is, please see http://bedrockdb.com The directories in this repo include: * `/` - Contains the main Bedrock source * `/docs` - Source for the public website (hosted via GitHub Pages): http://bedrockdb.com * `/libstuff` - A general purpose C++ framework for cross-platform application development * `/mbedtls` - The mbed TLS from here: https://tls.mbed.org/ * `/plugins` - The various plugins provided "out of the box" to Bedrock * `/sqlitecluster` - The distributed transaction framework built atop sqlite: http://sqlite.org So, it looks like the root (c49b808ae490f03d665df5faae457f613aa31aaf) does not exists... Thanks for the quick reply, though. 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