From owner-freebsd-questions@freebsd.org Sun Jul 26 16:12:11 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 B94D79A8AF2 for ; Sun, 26 Jul 2015 16:12:11 +0000 (UTC) (envelope-from cpm@fbsd.es) Received: from imap1-2.ox.privateemail.com (imap1-2.ox.privateemail.com [192.64.116.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "privateemail.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 92AD6A91 for ; Sun, 26 Jul 2015 16:12:11 +0000 (UTC) (envelope-from cpm@fbsd.es) Received: from localhost (localhost [127.0.0.1]) by imap1.ox.privateemail.com (Postfix) with ESMTP id 7FC54B00085; Sun, 26 Jul 2015 12:12:04 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at imap1.ox.privateemail.com Received: from imap1.ox.privateemail.com ([127.0.0.1]) by localhost (imap1.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id kiUnOndApLq0; Sun, 26 Jul 2015 12:12:04 -0400 (EDT) Received: from daemonlab (unknown [77.229.99.246]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by imap1.ox.privateemail.com (Postfix) with ESMTPSA id 84003B00096; Sun, 26 Jul 2015 12:12:02 -0400 (EDT) Message-ID: <1437927104.6033.3.camel@fbsd.es> Subject: Re: make: Missing dependency operator From: Carlos Jacobo Puga Medina To: ike@michaeleichorn.com Cc: User Questions Date: Sun, 26 Jul 2015 18:11:44 +0200 Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-aOecQahuoeShz0GcJ1dk" X-Mailer: Evolution 3.16.4 (3.16.4-2.fc22) Mime-Version: 1.0 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:12:11 -0000 --=-aOecQahuoeShz0GcJ1dk Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable > # gmake > cc -std=3D3Dc99 -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 >=3D20 > # find / -name "jpeglib.h" > /usr/local/include/jpeglib.h >=3D20 > Any idea how to point it to that path? >=3D20 You need to add the configure arg --with-jpeg=3Dyes --=20 Carlos Jacobo Puga Medina PGP fingerprint =3D C60E 9497 5302 793B CC2D BB89 A1F3 5D66 E6D0 5453 --=-aOecQahuoeShz0GcJ1dk Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAABCAAGBQJVtQbAAAoJEKHzXWbm0FRTXVEH/1Yp59+L4DTnPf1HHgIwESo0 NCixAwcPwKaA1CRii6e4rRhZqwCUeqlYucdCTumnBuOeGqxRcd17O3QFu8EwffLn UWN1JckpwfBXvpBlMcSWasHwHLLBV8G4jaFHb4y1Xf1NM4aH7bacB7aA7wdCNTVa uW76dfwEVJzbgpxVb8cGfYfpbTv42zMRYAZVpaUpEYiimzBrg+JyQIrdTxTcSyfD AoZBWboPSSNFQwH+RUglYpkmRzoQD5i42Cg6GS0B8VaVTndW7JeBUElA8l9nAS5T fXZBg75a7S9kphWCMue661oOemKhQKa3bCYpefSByG3APYXRnjcahT7sj++0Txg= =2pDh -----END PGP SIGNATURE----- --=-aOecQahuoeShz0GcJ1dk--