2 messages in net.sourceforge.lists.courier-sqwebmail[sqwebmail] Sqwebmail compilation fai...
FromSent OnAttachments
Brett MonroeMar 30, 2006 10:01 am 
Sam VarshavchikMar 30, 2006 3:33 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[sqwebmail] Sqwebmail compilation failure at pref.cActions...
From:Brett Monroe (bret@hotmail.com)
Date:Mar 30, 2006 10:01:53 am
List:net.sourceforge.lists.courier-sqwebmail

I have setup qmail/vpopmail/qmailadmin/courier-imap (all current versions) on a Redhat FC4 server.

I have installed PCRE and Ispell 3.3.

My sqwebmail configure script is:

/configure --enable-maxpurge=days --enable-webpass=vpopmail --with-authvchkpw --with-ispell --enable-unicode --enable-utf7-folder-encoding --with-ispell=/usr/local/bin/ispell

I run make configure-check = no problems.

When I run make, I get the following:

Compiling pcp.c

Compiling pref.c

pref.c: In function âpref_initâ:

pref.c:191: error: âdaysâ undeclared (first use in this function)

pref.c:191: error: (Each undeclared identifier is reported only once

pref.c:191: error: for each function it appears in.)

make[4]: *** [pref.o] Error 1

make[4]: Leaving directory `/usr/qmail/sqwebmail-5.0.7/sqwebmail'

make[3]: *** [all-recursive] Error 1

make[3]: Leaving directory `/usr/qmail/sqwebmail-5.0.7/sqwebmail'

make[2]: *** [all] Error 2

make[2]: Leaving directory `/usr/qmail/sqwebmail-5.0.7/sqwebmail'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory `/usr/qmail/sqwebmail-5.0.7'

make: *** [all] Error 2

Any thoughts to what may be causing this – any insight would be appreciated. Thanks. Brett.