Displaying 2 results from an estimated 2 matches for "hash_destroy".
2008 Dec 17
6
Apple patches 6-8
...----------
An embedded and charset-unspecified text was scrubbed...
Name: patch6.txt
URL: <http://dovecot.org/pipermail/dovecot/attachments/20081217/9ea4d051/attachment-0006.txt>
-------------- next part --------------
Patch #7. Replace all occurrences of "hash_create" and "hash_destroy"
with "hash_table_create" and "hash_table_destroy" respectively. The
symbols hash_create and hash_destroy conflict with symbols defined in
<strhash.h> and libc. This showed up when loading dovecot's quota
plugin (one of our future patches will add a hash...
2007 Nov 28
2
1.1beta9 'make' fails on osx/Tiger, but OK on osx/Leopard (multiple definitions of symbol _hash_create)
...initions
of symbol _hash_create
/usr/lib/gcc/powerpc-apple-darwin8/4.2.1/../../../libpthread.dylib(strhash.So)
definition of _hash_create
../lib/liblib.a(hash.o) definition of _hash_create in section (__TEXT,__text)
/usr/libexec/gcc/powerpc-apple-darwin8/4.2.1/ld: multiple definitions
of symbol _hash_destroy
/usr/lib/gcc/powerpc-apple-darwin8/4.2.1/../../../libpthread.dylib(strhash.So)
definition of _hash_destroy
../lib/liblib.a(hash.o) definition of _hash_destroy in section (__TEXT,__text)
collect2: ld returned 1 exit status
make[3]: *** [dovecot] Error 1
make[2]: *** [all-recursive] Error 1
mak...