make: Missing dependency operator

Michael B. Eichorn ike at michaeleichorn.com
Sun Jul 26 16:18:25 UTC 2015


On Sun, 2015-07-26 at 18:11 +0200, 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 <jpeglib.h>
> >          ^
> > 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
> 

There is no configure script, its a hand crafted makefile with hard coded
paths based on uname -s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5761 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20150726/4ffb5223/attachment.bin>


More information about the freebsd-questions mailing list