On Wed, Feb 07, 2001 at 09:17:10AM -0500, Jocelyn Clement wrote: > This is it: I ran the "make setup check" and it generates an error > message on the "qmail-local.c" saying that there is no definition > of the "timestruct_t" in the "stat.h" file. > > I am using the SCO development system. > > Please share with us ALL the information you could possibly have on > hand on "How to" compile qmail under SCO Open Server 5.05 well, i'm actually only cursed with one last 5.0.2 system without any working development system, but ... 1. please quote the full error message. "timestruct_t" doesn't sound familiar, and i suspect you meant "struct times" or something like that, and stat.h is really sys/stat.h, i think. 2. don't try it at all. Judging from past experiences: this will not be the last error message you'll see, and if you manage to compile it at all you'll never get a stable mail system of SCO 5.x anyway. 3. try including time.h or sys/time.h in qmail-local.c, just before the inclusion of stat.h. If i remember correctly. 4. move to OpenBSD or Linux. Regards, Uwe
