Does nsimap build with aolserver 4.5? I get a slew of warnings and an error. I am able to build other modules referencing the same install.
Thanks! - Ian ------------------ [EMAIL PROTECTED] nsimap]$ make INST=/httpd/AOLserver45/ gcc -pipe -I/usr/include/imap -DSSL=1 -g -g -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -I/httpd/AOLserver45/include -I/usr/local/include -DNO_CONST -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DTCL_THREADS=1 -DPEEK_XCLOSEIM=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_STAT64=1 -DHAVE_OPEN64=1 -DHAVE_LSEEK64=1 -DHAVE_TYPE_OFF64_T=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_FTS=1 -DHAVE_SYS_IOCTL_H=1 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_TIMEGM=1 -DHAVE_DRAND48=1 -DHAVE_RANDOM=1 -DHAVE_POLL=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -c -o nsimap.o nsimap.c nsimap.c:192:60: warning: "/*" within comment nsimap.c: In function 'Ns_ModuleInit': nsimap.c:373: warning: passing argument 1 of 'Ns_ScheduleProc' from incompatible pointer type nsimap.c: In function 'freeSession': nsimap.c:410: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'struct mailSession *' nsimap.c:410: warning: format '%d' expects type 'int', but argument 4 has type 'long unsigned int' nsimap.c: In function 'openSession': nsimap.c:488: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'struct mailSession *' nsimap.c:488: warning: format '%d' expects type 'int', but argument 4 has type 'long unsigned int' nsimap.c: In function 'mailEnvelope': nsimap.c:548: warning: pointer targets in passing argument 4 of 'mailPair' differ in signedness nsimap.c: In function 'mailGc': nsimap.c:714: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' nsimap.c: In function 'MailCmd': nsimap.c:784: warning: pointer targets in passing argument 3 of 'Tcl_GetIntFromObj' differ in signedness nsimap.c:837: warning: pointer targets in passing argument 2 of 'mail_parse_date' differ in signedness nsimap.c:865: warning: pointer targets in passing argument 1 of 'rfc822_base64' differ in signedness nsimap.c:866: warning: pointer targets in passing argument 1 of 'Tcl_NewByteArrayObj' differ in signedness nsimap.c:872: warning: pointer targets in passing argument 1 of 'rfc822_qprint' differ in signedness nsimap.c:873: warning: pointer targets in passing argument 1 of 'Tcl_NewByteArrayObj' differ in signedness nsimap.c:879: error: invalid lvalue in assignment nsimap.c:880: warning: pointer targets in passing argument 1 of 'Tcl_NewByteArrayObj' differ in signedness nsimap.c:899: warning: pointer targets in passing argument 1 of 'rfc822_8bit' differ in signedness nsimap.c:913: error: invalid lvalue in assignment nsimap.c:1006: warning: pointer targets in passing argument 2 of 'Tcl_GetStringFromObj' differ in signedness nsimap.c:1063: warning: pointer targets in passing argument 3 of 'Tcl_GetLongFromObj' differ in signedness nsimap.c:1066: warning: pointer targets in passing argument 2 of 'mailFlags' differ in signedness nsimap.c:1094: warning: pointer targets in passing argument 3 of 'Tcl_GetLongFromObj' differ in signedness nsimap.c:1097: warning: pointer targets in passing argument 2 of 'mailFlags' differ in signedness nsimap.c:1119: warning: pointer targets in passing argument 3 of 'Tcl_GetLongFromObj' differ in signedness -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
