From owner-freebsd-questions@freebsd.org Sun Jul 26 16:17:37 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56F489A8C63 for ; Sun, 26 Jul 2015 16:17:37 +0000 (UTC) (envelope-from murk.fletcher@gmail.com) Received: from mail-qg0-x22b.google.com (mail-qg0-x22b.google.com [IPv6:2607:f8b0:400d:c04::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 13D6FDC5 for ; Sun, 26 Jul 2015 16:17:37 +0000 (UTC) (envelope-from murk.fletcher@gmail.com) Received: by qgeu79 with SMTP id u79so37865977qge.1 for ; Sun, 26 Jul 2015 09:17:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=jMsD2NWrzRPy+4tRupFxut6Okm4gUn2FBVyOoEycjTA=; b=MTu+rDwcSy6qzdHtVXrsdNZIbqNpFHnqeRpRuDDk7EMGVr0leueISJKCsZIDm9LvG4 GP4X7rwPtmyZz+aShuPOHP7YjB6PgLzXSbo/vDGYhwz4lImLDt2le03lm4hR4+znpb2Y EqFOBeP3D+r5nZzQCNAljEEiGMx/UhYB8Mj2pZow4oNrbVrSYII+9zfANskcXFz3XNh5 KcFF/xmc0nxxy7vXx/zx90jn+qIsgZoWzh4N4VedbtKyLC0SKKpmHdLInI/zO/VkV1Rp tOrl8NxJ+m/0TXW/vYuAF8BESF0QbeVU9sO3KZb8QsC5b3E5A78wMq1hYOtezVukYHFh TZKA== MIME-Version: 1.0 X-Received: by 10.140.164.147 with SMTP id k141mr36790756qhk.62.1437927456087; Sun, 26 Jul 2015 09:17:36 -0700 (PDT) Received: by 10.96.242.142 with HTTP; Sun, 26 Jul 2015 09:17:36 -0700 (PDT) In-Reply-To: <1437927104.6033.3.camel@fbsd.es> References: <1437927104.6033.3.camel@fbsd.es> Date: Sun, 26 Jul 2015 18:17:36 +0200 Message-ID: Subject: Re: make: Missing dependency operator From: Murk Fletcher To: Carlos Jacobo Puga Medina Cc: "Michael B. Eichorn" , User Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jul 2015 16:17:37 -0000 > You need to add the configure arg --with-jpeg=yes No dice unfortunately. On Sun, Jul 26, 2015 at 6:11 PM, Carlos Jacobo Puga Medina wrote: > > # gmake > > cc -std=3Dc99 -Wall -O3 -I../mozjpeg -c -o src/util.o src/util.c > > In file included from src/util.c:1: > > src/util.h:9:10: fatal error: 'jpeglib.h' file not found > > #include > > ^ > > 1 error generated. > > Makefile:50: recipe for target 'src/util.o' failed > > gmake: *** [src/util.o] Error 1 > >=20 > > # find / -name "jpeglib.h" > > /usr/local/include/jpeglib.h > >=20 > > Any idea how to point it to that path? > >=20 > > You need to add the configure arg --with-jpeg=yes > > -- > Carlos Jacobo Puga Medina > PGP fingerprint = C60E 9497 5302 793B CC2D BB89 A1F3 5D66 E6D0 5453