From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Building GUIX Date: Thu, 08 May 2014 23:08:27 +0200 Message-ID: <87r444x9kk.fsf@gnu.org> References: <20140508123200.GB13782@thebird.nl> <536B89D0.2080105@gmail.com> <20140508145601.GA14944@thebird.nl> <20140508150839.GA15025@thebird.nl> <20140508195346.GA15729@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiVYS-0002QE-Sp for guix-devel@gnu.org; Thu, 08 May 2014 17:08:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WiVYM-0000F2-1Q for guix-devel@gnu.org; Thu, 08 May 2014 17:08:36 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:40489) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiVYL-0000EX-Qm for guix-devel@gnu.org; Thu, 08 May 2014 17:08:29 -0400 In-Reply-To: <20140508195346.GA15729@thebird.nl> (Pjotr Prins's message of "Thu, 8 May 2014 21:53:46 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Pjotr Prins Cc: guix-devel@gnu.org Pjotr Prins skribis: > conftest.c:62:19: error: bzlib.h: No such file or directory That means libbz2-dev (or similar) needs to be installed, or that its header directory must be added to $CPATH. HTH, Ludo=E2=80=99.