From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0EDn-0004gc-7W for guix-patches@gnu.org; Mon, 17 Apr 2017 17:30:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0EDk-0006SY-1h for guix-patches@gnu.org; Mon, 17 Apr 2017 17:30:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54847) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d0EDj-0006SS-Pj for guix-patches@gnu.org; Mon, 17 Apr 2017 17:30:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d0EDj-0001aK-Jq for guix-patches@gnu.org; Mon, 17 Apr 2017 17:30:03 -0400 Subject: bug#26488: [PATCH] gnu: Add crawl. Resent-Message-ID: References: <9758282d-96a4-8fe4-183b-a60a43a9eab9@cock.li> <791d5ba7.AEQAJP3OyzEAAAAAAAAAAAO02gcAAAACwQwAAAAAAAW9WABY8IM9@mailjet.com> <8ac92fe4-14dd-3933-8901-bea4ff8673ac@cock.li> <680bbfa9.AEUAJGilBMUAAAAAAAAAAAO02gcAAAACwQwAAAAAAAW9WABY9ReX@mailjet.com> From: nee Message-ID: <44c84e28-1117-82b0-d9ee-eb02d33c7319@cock.li> Date: Mon, 17 Apr 2017 23:29:14 +0200 MIME-Version: 1.0 In-Reply-To: <680bbfa9.AEUAJGilBMUAAAAAAAAAAAO02gcAAAACwQwAAAAAAAW9WABY9ReX@mailjet.com> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Arun Isaac Cc: 26488@debbugs.gnu.org Am 17.04.2017 um 21:29 schrieb Arun Isaac: > >> + "TILES=" > > This disables the building of the graphical interface, if I'm not > wrong. Could you build the graphical interface as well? > Yes, I'll definitely try that once the terminal package is good enough. >> + "BUILD_LUA=" >> + "BUILD_SQLITE=" >> + "BUILD_ZLIB=" > > Also, could you explain what these three BUILD_* make-flags do? Is it to > disable the use of their bundled lua, sqlite and zlib libraries? I can't > for the life of me, read and understand their Makefile. They seem to > have basically reinvented autoconf in a large hand-written Makefile. > > Thanks! > > > That's exactly what it's for. By default it will look for the bundled libraries and fail since I download the -nodeps.tar I'll add a comment.