Fnord
Joined: 26 Aug 2007 Posts: 10
|
Posted: Sun Aug 25, 2013 7:25 pm Post subject: Need help installing on OS X |
|
|
I see this piece of advice, and believe it may be the source of the error, but I don't know how to find/install these components on OS X. Thanks.
Code: | Mac OS X (OSX)
In order to compile the source code you may need to have the zlib and pcre libraries installed. |
Here's the error I'm receiving:
Code: | buddha-palm:src TheWebCoder$ make
gcc -Wall -D_GNU_SOURCE -DHAVE_CONFIG_H -c action.c
In file included from action.c:28:
tintin.h:37:18: error: pcre.h: No such file or directory
In file included from action.c:28:
tintin.h:573: error: expected specifier-qualifier-list before pcre
tintin.h:1265: error: expected ) before * token
tintin.h:1268: error: expected declaration specifiers or ... before pcre
tintin.h:1269: error: expected =, ,, ;, asm or __attribute__ before * token
make: *** [action.o] Error 1 |
|
|