Can someone help me with this? Didn't find anything with search about my problem.
Thx a lot! Making all in auth make[2]: Entering directory `/usr/local/src/dbmail-2.0.4/auth' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -fomit-frame-pointer -g -O2 -W -Wall -Wpointer-arith -Wstrict-prototypes -c authsql.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I.. -fomit-frame-pointer -g -O2 -W -Wall -Wpointer-arith -Wstrict-prototypes -Wp,-MD,.deps/authsql.pp -c authsql.c -fPIC -DPIC -o .libs/authsql.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -fomit-frame-pointer -g -O2 -W -Wall -Wpointer-arith -Wstrict-prototypes -Wp,-MD,.deps/authsql.pp -c authsql.c -o authsql.o >/dev/null 2>&1 /bin/sh ../libtool --mode=link gcc -fomit-frame-pointer -g -O2 -W -Wall -Wpointer-arith -Wstrict-prototypes -o libauthdbmail.la -rpath /usr/local/dbmail/lib/dbmail authsql.lo gcc -shared .libs/authsql.o -Wl,-soname -Wl,libauthdbmail.0 -o .libs/libauthdbmail.0.0.0 (cd .libs && rm -f libauthdbmail.0 && ln -s libauthdbmail.0.0.0 libauthdbmail.0) (cd .libs && rm -f libauthdbmail && ln -s libauthdbmail.0.0.0 libauthdbmail) ar cru .libs/libauthdbmail.a authsql.o ranlib .libs/libauthdbmail.a creating libauthdbmail.la (cd .libs && rm -f libauthdbmail.la && ln -s ../libauthdbmail.la libauthdbmail.la) make[2]: Leaving directory `/usr/local/src/dbmail-2.0.4/auth' Making all in sort make[2]: Entering directory `/usr/local/src/dbmail-2.0.4/sort' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -W -Wall -Wpointer-arith -Wstrict-prototypes -c sort.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -W -Wall -Wpointer-arith -Wstrict-prototypes -Wp,-MD,.deps/sort.pp -c sort.c -fPIC -DPIC -o .libs/sort.o sort.c:68: error: conflicting types for 'sort_and_deliver' ../sort.h:59: error: previous declaration of 'sort_and_deliver' was here sort.c:68: error: conflicting types for 'sort_and_deliver' ../sort.h:59: error: previous declaration of 'sort_and_deliver' was here make[2]: *** [sort.lo] Error 1 make[2]: Leaving directory `/usr/local/src/dbmail-2.0.4/sort' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/dbmail-2.0.4' make: *** [all-recursive-am] Error 2