Hi, I'm trying to compile XMail 1.17 for my uClibc system but I get compilation errors I have not been able to solve, could somebody point me in the right direction? These are the errors I get:
.... .... (everything fine so far, then:) g++ -O2 -I. -D__UNIX__ -D__LINUX__ -DXMAIL_X86 -D_REENTRANT=1 -D_THREAD_SAFE=0 -c MiscUtils.cpp MiscUtils.cpp: In function `int MscGetTimeNbrString (char *, int, long int)': MiscUtils.cpp:273: structure `tmSession' with uninitialized const members MiscUtils.cpp: In function `int MscGetTime (tm &, int &, int &, long int)': MiscUtils.cpp:303: structure `tmTimeGM' with uninitialized const members MiscUtils.cpp: In function `int MscGetTimeStr (char *, int, long int)': MiscUtils.cpp:351: structure `tmTime' with uninitialized const members MiscUtils.cpp: In function `char *MscLogFilePath (const char *, char *)': MiscUtils.cpp:930: structure `tmLocTime' with uninitialized const members make: *** [MiscUtils.o] Error 1 Thanks. -- Henri. - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
