Skip to content

Instantly share code, notes, and snippets.

@dhaley
Created June 13, 2013 18:19
Show Gist options
  • Save dhaley/5776051 to your computer and use it in GitHub Desktop.
Save dhaley/5776051 to your computer and use it in GitHub Desktop.
sieve compile error
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