Hi, I'm trying to compile the last mercurial release of dovecot-pigeonhole 2.0 and get this error: gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -Wstrict-aliasing=2 -I/usr/kerberos/include -o .libs/sievec sievec.o -Wl,--export-dynamic ../../src/lib-sieve/.libs/libdovecot-sieve.so ../../src/lib-sieve-tool/.libs/libsieve-tool.a ./debug/.libs/libsieve_ext_debug.a /root/dovecot/dovecot-hg/dovecot-2.0/src/lib-storage/.libs/libdovecot-storage.so /root/dovecot/dovecot-hg/dovecot-2.0/src/lib-lda/.libs/libdovecot-lda.so /root/dovecot/dovecot-hg/dovecot-2.0/src/lib-dovecot/.libs/libdovecot.so -ldl -lrt -Wl,--rpath -Wl,/usr/lib/dovecot ../../src/lib-sieve/.libs/libdovecot-sieve.so: undefined reference to `sieve_stringlist_get_length' ../../src/lib-sieve/.libs/libdovecot-sieve.so: undefined reference to `sieve_stringlist_read_all' ../../src/lib-sieve/.libs/libdovecot-sieve.so: undefined reference to `sieve_single_stringlist_create_cstr' collect2: ld returned 1 exit status make[4]: *** [sievec] Error 1 any idea? thanks Xavier
hi, what os/distro? darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org
On 8/16/2010 8:22 AM, Marcus Rueckert wrote:> hi, > > what os/distro? > > darix >make sure you are using dovecot-2.0-rc6 Jerrale G. SC Senior Admin
On 2010-08-16 13:02:37 -0400, Jerrale G wrote:> make sure you are using dovecot-2.0-rc6you mean the final 2.0.0 right?:p darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org
Xavier Pons wrote:> Hi, > I'm trying to compile the last mercurial release of dovecot-pigeonhole > 2.0 and get this error: > > gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes > -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 > -Wbad-function-cast -Wstrict-aliasing=2 -I/usr/kerberos/include -o > .libs/sievec sievec.o -Wl,--export-dynamic > ../../src/lib-sieve/.libs/libdovecot-sieve.so > ../../src/lib-sieve-tool/.libs/libsieve-tool.a > ./debug/.libs/libsieve_ext_debug.a > /root/dovecot/dovecot-hg/dovecot-2.0/src/lib-storage/.libs/libdovecot-storage.so > /root/dovecot/dovecot-hg/dovecot-2.0/src/lib-lda/.libs/libdovecot-lda.so > /root/dovecot/dovecot-hg/dovecot-2.0/src/lib-dovecot/.libs/libdovecot.so > -ldl -lrt -Wl,--rpath -Wl,/usr/lib/dovecot > ../../src/lib-sieve/.libs/libdovecot-sieve.so: undefined reference to > `sieve_stringlist_get_length' > ../../src/lib-sieve/.libs/libdovecot-sieve.so: undefined reference to > `sieve_stringlist_read_all' > ../../src/lib-sieve/.libs/libdovecot-sieve.so: undefined reference to > `sieve_single_stringlist_create_cstr' > collect2: ld returned 1 exit status > make[4]: *** [sievec] Error 1 > > any idea?Did you rerun ./autogen.sh and ./configure ? Regards, Stephan.
On 8/16/2010 2:01 PM, Marcus Rueckert wrote:> On 2010-08-16 13:02:37 -0400, Jerrale G wrote: >> make sure you are using dovecot-2.0-rc6 > you mean the final 2.0.0 right?:p > > darix >I saw and upgraded right after I posted that, that 2.0 had been released. Jerrale G. SC Senior Admin