Has anyone out there successfully compiled and run Qpopper 4.02 on MacOS X Server 1.2?

Any hints or clues would be appreciated!


Here's what I get when I try it:

[torrent:~/qpopper4.0.3] root# uname -a
Rhapsody torrent 5.6 Kernel Release 5.6: Tue Nov 23 15:07:38 PST 1999;
root(rcbuilder):Objects/kernel-187.obj~2/RELEASE_PPC
Copyright (c) 1988-1995,1997-1999 Apple Computer, Inc. All Rights Reserved.  Power 
Macintosh

[torrent:~/qpopper4.0.3] root# ./configure

creating cache ./config.cache
checking whether make sets ${MAKE}... yes
checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc  ) works... yes
checking whether the C compiler (cc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for POSIXized ISC... no
checking for bison... bison -y
checking for flex... flex
checking for yywrap in -lfl... no
checking for ar... ar
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking for gperf... no
checking for cperf... no
warning:: not found
checking for gcc version 2.7.2.3... gcc: not found
no
checking if gcc supports __attribute__ (format) ... yes
checking if ar chokes on -r... no
checking for getspnam... no
checking for getspnam in -lshadow... no
Will NOT compile in debugging code
System name: Rhapsody; System version: 5.6
Set OS_DEFS = " -DUNIX"
Logging to facility: LOG_LOCAL0
Set AR_FLAG = " -r "; RANLIB_CMD = ""
checking size of unsigned long int... 4
checking for sendmail program... found at /usr/sbin/sendmail
checking for mail spool directory... found at /var/mail
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking how to run the C preprocessor... cc -E -traditional-cpp
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys_siglist declaration in signal.h or unistd.h... yes
checking for prot.h... no
checking for fcntl.h... yes
checking for limits.h... yes
checking for strings.h... yes
checking for sys/param.h... yes
checking for sys/file.h... yes
checking for sys/security.h... no
checking for sys/syslog.h... yes
checking for sys/types.h... yes
checking for sys/fcntl.h... yes
checking for sys/select.h... yes
checking for sys/stat.h... yes
checking for sys/unistd.h... yes
checking for sys/netinet/in.h... no
checking for sys/time.h... yes
checking for syslog.h... yes
checking for net/errno.h... no
checking for unistd.h... yes
checking for netinet/in.h... yes
checking for maillock.h... no
checking for select.h... no
checking for shadow.h... no
checking for security/pam_appl.h... no
checking for ndbm.h... yes
checking for gdbm.h... no
checking for dbm.h... no
checking for t_accept in -lnsl... no
checking for socket in -lsocket... no
checking for res_init in -lresolv... no
checking for maillock in -lmail... no
checking for krb_recvauth in -lkrb... no
checking for clock_gettime in -lposix4... no
checking for set_auth_parameters in -lsecurity... no
checking for crypt in -lcrypt... no
checking for working const... yes
checking for uid_t in sys/types.h... yes
checking for mode_t... yes
checking for off_t... yes
checking for size_t... yes
checking for sys_siglist declaration in signal.h or unistd.h... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for 8-bit clean memcmp... yes
checking return type of signal handlers... void
checking whether utime accepts a null argument... yes
checking for vprintf... yes
checking for wait3 that fills in rusage... no
checking for gethostname... yes
checking for gettimeofday... yes
checking for getusershell... yes
checking for mkdir... yes
checking for socket... yes
checking for strdup... yes
checking for strerror... yes
checking for strstr... yes
checking for bcopy... yes
checking for index... yes
checking for flock... yes
checking for set_auth_parameters... no
checking for pw_encrypt... no
checking for hstrerror... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for srandom... yes
checking for srand... yes
checking for usleep... yes
checking for setproctitle... no
checking for /dev/urandom ... no 
updating cache ./config.cache
creating ./config.status
creating Makefile
creating common/Makefile
creating popper/Makefile
creating mmangle/Makefile
creating password/Makefile
creating config.h
[torrent:~/qpopper4.0.3] root# make

cd ./popper  && make all
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_dele.c -o pop_dele.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_dropcopy.c -o pop_dropcopy.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_get_command.c -o pop_get_command.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_get_subcommand.c -o pop_get_subcommand.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_init.c -o pop_init.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_last.c -o pop_last.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_list.c -o pop_list.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_log.c -o pop_log.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_lower.c -o pop_lower.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_msg.c -o pop_msg.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_parse.c -o pop_parse.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_pass.c -o pop_pass.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_quit.c -o pop_quit.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_rset.c -o pop_rset.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_send.c -o pop_send.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_stat.c -o pop_stat.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_updt.c -o pop_updt.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_user.c -o pop_user.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_xtnd.c -o pop_xtnd.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_xmit.c -o pop_xmit.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX popper.c -o popper.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_bull.c -o pop_bull.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX xtnd_xlst.c -o xtnd_xlst.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_uidl.c -o pop_uidl.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX mktemp.c -o mktemp.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_rpop.c -o pop_rpop.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_apop.c -o pop_apop.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX md5.c -o md5.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_auth.c -o pop_auth.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_pope.c -o pop_pope.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_extend.c -o pop_extend.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX scram.c -o scram.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX hmac.c -o hmac.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX base64.c -o base64.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_util.c -o pop_util.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX get_sub_opt.c -o get_sub_opt.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX msg_ptr.c -o msg_ptr.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX drac.c -o drac.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_config.c -o pop_config.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_tls.c -o pop_tls.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_tls_openssl.c -o pop_tls_openssl.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_tls_sslplus.c -o pop_tls_sslplus.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX sslplus_utils.c -o sslplus_utils.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX main.c -o main.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX pop_cache.c -o pop_cache.o
cc -c -I.. -I.. -I. \
        -I../mmangle -I../common  \
        -g -O2 -DHAVE_CONFIG_H  -DUNIX genpath.c -o genpath.o
cd ../mmangle && make all
cc -c -I.. -I. -I.. -I../popper \
    -I../common -g -O2 -DHAVE_CONFIG_H  -DUNIX mime.c -o mime.o
mime.c:97: syntax error, missing `;' after `state'
mime.c:108: syntax error, missing `;' after `state'
mime.c:287: syntax error, missing `;' after `state'
mime.c:425: syntax error, missing `;' after `state'
mime.c:459: syntax error, missing `;' after `state'
mime.c:464: illegal cast, missing `)' after `state'
mime.c:464: illegal statement, missing `;' after `)'
mime.c:479: syntax error, missing `;' after `state'
mime.c:514: syntax error, missing `;' after `state'
make[2]: *** [mime.o] Error 1
make[1]: *** [mangler_library] Error 2
make: *** [popper_server] Error 2
[torrent:~/qpopper4.0.3] root# 

Reply via email to