make: Missing dependency operator

Michael B. Eichorn ike at michaeleichorn.com
Sun Jul 26 15:58:46 UTC 2015


On Sun, 2015-07-26 at 17:45 +0200, Murk Fletcher wrote:
> Hi!
> 
> > Perhaps the makefile requires GNUmake?
> 
> Good call -- tried with `gmake`:
> 
> # gmake
> cc -std=c99 -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
> 
> # find / -name "jpeglib.h"
> /usr/local/include/jpeglib.h
> 
> Any idea how to point it to that path?
> 
> > But it is even worse than that, the if-else in question tests for OS
> based on uname and sets variable accordingly. Further, the test would
> result in anything that is not Linux or Mac/Darwin being identified as
> Windows.
> 
> Bad news indeed. Any chance you could help with a patch? I wouldn't 
> mind paying if that's necessary.

I'll never turn down paying work, but lets take this off list.

> Thanks!
> 
> Murk
-------------- 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/bd5457c0/attachment.bin>


More information about the freebsd-questions mailing list