RE: Problems compiling: array type has incomplete element type

2006-07-18 Thread jschueler
Move the declaration extern struct imapopt_s imapopts[]; To the end of the file, after the definition of struct imapopt_s, and everything compiles (nearly) perfectly. Does this qualify as a bug? -Jim On Tue July 18, Jim Schueler wrote: mapopts.h:181: error: array type has incomplete e

Problems compiling: array type has incomplete element type

2006-07-18 Thread Jim Schueler
Hello. I successfully built Cyrus imapd and got everything working, but when I tried installing on my production machine and immediately got this error: mapopts.h:181: error: array type has incomplete element type make[1]: *** [libconfig.o] Error 1 make[1]: Leaving directory `/home/tqi

RE: Problems Compiling cyrus-imapd-2.2.9 on Solaris 9

2005-01-12 Thread H. Scott Brown
: Wednesday, January 12, 2005 10:41 AM To: info-cyrus@lists.andrew.cmu.edu Subject: Re: Problems Compiling cyrus-imapd-2.2.9 on Solaris 9 On Wed, 12 Jan 2005 09:47:19 -0800 "H. Scott Brown" <[EMAIL PROTECTED]> wrote: > make[1]: Entering directory `/export/home/hs.brown/cyr

Re: Problems Compiling cyrus-imapd-2.2.9 on Solaris 9

2005-01-12 Thread Alex S Moore
On Wed, 12 Jan 2005 09:47:19 -0800 "H. Scott Brown" <[EMAIL PROTECTED]> wrote: > make[1]: Entering directory `/export/home/hs.brown/cyrus-imapd-2.2.9/perl' > ### Making all in /export/home/hs.brown/cyrus-imapd-2.2.9/perl/imap > Note (probably harmless): No library found for -lsasl2 > Note (probabl

Problems compiling

2004-06-12 Thread Luca Spiller
I am trying to follow the Cyrus IMAP Howto at the LDP (http://en.tldp.org/HOWTO/Cyrus-IMAP.html). I have downloaded the latest version (I think), cyrus-imapd-2.2.5 but when I try and run configure I get this message at the end: rm: cannot lstat `.' in `./confstatP0K05f': Stale NFS file handle Is

(slight) problems compiling Cyrus IMAP 2.2.3

2004-03-04 Thread Nikola Milutinovic
Hi all. First try and a (slight) bump into the wall. :-) My OS/CC is Tru64 UNIX with DEC CC. I ran into errors/warnings in ./lib/imapopts.c First, the light stuff, the warnings. cc: Warning: imapopts.h, line 12: Trailing comma found in enumerator list. cc: Warning: imapopts.h, line 152: Trailin

Re: Problems compiling cyrus-imapd-2.0.15

2001-07-25 Thread Kevin J. Menard, Jr.
Hey Alfonso, Wednesday, July 25, 2001, 7:11:55 AM, you wrote: AG> Problems compiling cyrus-imapd-2.0.15 AG> Hi, AG> I have a linux box (Red Hat 7.0), and I'm AG> having problems trying to compile cyrus-imapd-2.0.15. AG> What I get is the following. AG> # ./conf

Problems compiling cyrus-imapd-2.0.15

2001-07-25 Thread Alfonso GarcĂ­a
Problems compiling cyrus-imapd-2.0.15 Hi, I have a linux box (Red Hat 7.0), and I'm having problems trying to compile cyrus-imapd-2.0.15. What I get is the following. # ./configure # make depend # make all ... ### Done building chartables. gcc -c -I.. -I/usr/local/in

Re: problems compiling cyrus imap and sasl

2001-01-08 Thread Barry Bookout
Greetings, On Fri, 5 Jan 2001, GOMBAS Gabor wrote: > > It seems you have built cyrus-sasl against a different Berkeley DB library. > > > On the other hand, as has been previously pointed out, cyrus-imap requires > > libdb-3.a to compile. By renaming the db3 libdb.a to libdb-3.a and > > leaving

Re: problems compiling cyrus imap and sasl

2001-01-05 Thread GOMBAS Gabor
On Fri, Jan 05, 2001 at 11:37:49AM -0600, Barry Bookout wrote: > gcc -Wall -W -g -O2 -L/usr/local/lib -Wl,-rpath,/usr/local/lib -o > .libs/dbconverter-1.5.9 dbconverter-1.5.9.o ../lib/.libs/libsasl.so -ldb > -ldl -lcrypt -lpam -lresolv -ldb -lresolv -Wl,--rpath -Wl,/usr/local/lib > ../lib/.libs/l

problems compiling cyrus imap and sasl

2001-01-05 Thread Barry Bookout
Hello all, I am trying to install cyrus-imapd-2.0.9 and cyrus-sasl-1.5.24, with Berkely db-3.1.17. I have compiled db-3, and copied over the libdb.a file to /usr/lib. Now, when compiling sasl, I get an error gcc -Wall -W -g -O2 -L/usr/local/lib -Wl,-rpath,/usr/local/lib -o .libs/dbconverter