Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Makefile is broken for OS X #380

Open
rnburn opened this issue Aug 18, 2017 · 1 comment
Open

Makefile is broken for OS X #380

rnburn opened this issue Aug 18, 2017 · 1 comment

Comments

@rnburn
Copy link

rnburn commented Aug 18, 2017

If you try to install on OS X, you'll get this error

cc  -I. -DHTTP_PARSER_STRICT=0  -Wall -Wextra -Werror -O3  -fPIC -c http_parser.c -o libhttp_parser.o
cc  -shared -o libhttp_parser.2.7.1.dylib libhttp_parser.o
install -D  http_parser.h /usr/local/include/http_parser.h
install: illegal option -- D
usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
               [-o owner] file1 file2
       install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
               [-o owner] file1 ... fileN directory
       install -d [-v] [-g group] [-m mode] [-o owner] directory ...
make: *** [install] Error 64
@ploxiln
Copy link
Contributor

ploxiln commented Aug 18, 2017

see #348 and my own #321

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants