Created
June 13, 2013 18:19
-
-
Save dhaley/5776051 to your computer and use it in GitHub Desktop.
sieve compile error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make | |
make all-recursive | |
Making all in src | |
Making all in lib-sieve | |
Making all in plugins | |
Making all in vacation | |
/bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I./../../ -I/usr/local/Cellar/dovecot/2.2.2/include/dovecot -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -Wno-duplicate-decl-specifier -Wstrict-aliasing=2 -MT cmd-vacation.lo -MD -MP -MF .deps/cmd-vacation.Tpo -c -o cmd-vacation.lo cmd-vacation.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../.. -I./../../ -I/usr/local/Cellar/dovecot/2.2.2/include/dovecot -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -Wno-duplicate-decl-specifier -Wstrict-aliasing=2 -MT cmd-vacation.lo -MD -MP -MF .deps/cmd-vacation.Tpo -c cmd-vacation.c -fno-common -DPIC -o .libs/cmd-vacation.o | |
cc1: error: unrecognized command line option "-Wno-duplicate-decl-specifier" | |
make[5]: *** [cmd-vacation.lo] Error 1 | |
make[4]: *** [all-recursive] Error 1 | |
make[3]: *** [all-recursive] Error 1 | |
make[2]: *** [all-recursive] Error 1 | |
make[1]: *** [all-recursive] Error 1 | |
make: *** [all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment