Hi --
I have successfully installed Tomcat 4.0.3 and run in standalone mode
with j2sdk1.4.0. I am now trying to connect the Apache1.3.12 that comes
with Solaris 8 to my Tomcat 4.0.3 installation. I was able to build
mod_jk successfully.
I could not find a binary for mod_webapp.so for Solaris 8, so I
downloaded the source from
/builds/jakarta-tomcat-4.0/release/v4.0.1/src/webapp-module-1.0.1-tc401.src.tar.gz
and attempted to follow the directions givein in the README.txt file.
The problem was that there was no configure script in the tar file.
So I downloaded the webapp-module-1.0-tc40-src.tar.gz file which does
have a configure script. After downloading, building, and installing
autoconf-2.53, m4-1.4, and libtool-1.4.2, when I follow the instructions
in the webapp README.txt, I get syntax errors when the build attempts to
compile pr_warp.c. Please see the attached file for output from the
buildconf, configure, and make instructions.
My build/platform environment is as follows:
uname shows:
SunOS xxx 5.8 Generic_108528-10 sun4u sparc SUNW,Ultra-Enterprise
and the Sun compiler version is:
cc: Sun WorkShop 6 update 1 C 5.2 2000/09/11
Installing the GNU compiler on this machine is not an option.
Is there a binary already built that I just haven't found yet? Am I
using the correct source? Has anyone else successfully built the webapp
module for Solaris 8 using this compiler or know what is wrong?
Thanks in advance for your help!
-- Carol
Script started on Mon Apr 08 07:04:48 2002
[xxxx:/devel/yyy/webapp-module-1.0-tc40]
yyy-->./support/buildconf.sh
configure.in:142: /usr/local/bin/m4: Non-numeric argument to built-in `divert'
configure.in:372: /usr/local/bin/m4: Non-numeric argument to built-in `divert'
[xxxx:/devel/yyy/webapp-module-1.0-tc40]
yyy-->./configure --with-apxs=/usr/apache/bin/apxs --with-tomcat=$CATALINA_HOME
checking for test... /usr/bin/test
checking for true... /usr/bin/true
checking for echo... /usr/bin/echo
checking for grep... /usr/bin/grep
checking for cat... /usr/bin/cat
checking for sed... /usr/bin/sed
checking for ln... /usr/bin/ln
checking for rm... /usr/bin/rm
checking build system type... sparc-sun-solaris2.8
checking host system type... sparc-sun-solaris2.8
checking for sources directory... /devel/yyy/webapp-module-1.0-tc40
checking for targets directory... /devel/yyy/webapp-module-1.0-tc40
C-Language compilation tools
checking for ar... /usr/ccs/bin/ar
checking for ranlib... /usr/ccs/bin/ranlib
checking for gcc... no
checking for cc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether cc accepts -g... yes
checking for cc... /opt/SUNWspro/bin/cc
checking whether /opt/SUNWspro/bin/cc and cc understand -c and -o together... yes
checking how to run the C preprocessor... /opt/SUNWspro/bin/cc -E
checking for debug build... no
JAVA-Language compilation tools
checking for java support... no
API documentation generation
checking for C API documentation... no
checking for Java API documentation... no
Target web-server
checking for Apache apxs... yes
checking target module... apache-1.3
checking for full APR directory path... /devel/yyy/webapp-module-1.0-tc40/apr
Building APR configure script
Invoking: "./buildconf" in "/devel/yyy/webapp-module-1.0-tc40/apr"
APR buildconf: buildconf: checking installation...
APR buildconf: buildconf: autoconf version 2.53 (ok)
APR buildconf: buildconf: libtool version 1.4.2 (ok)
APR buildconf: Copying libtool helper files ...
APR buildconf: Creating include/arch/unix/apr_private.h.in ...
WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
WARNING: and `config.h.top', to define templates for `config.h.in'
WARNING: is deprecated and discouraged.
WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
WARNING: `acconfig.h':
WARNING: AC_DEFINE([NEED_MAIN], 1,
WARNING: [Define if a function `main' is needed.])
WARNING: More sophisticated templates can also be produced, see the
WARNING: documentation.
autoheader: `include/arch/unix/apr_private.h.in' is created
APR buildconf: Creating configure ...
Execution of ./buildconf returned 0
Configuring APR
Invoking: "./configure --enable-static --disable-shared --disable-threads" in
"/devel/yyy/webapp-module-1.0-tc40/apr"
APR configure: checking build system type... sparc-sun-solaris2.8
APR configure: checking host system type... sparc-sun-solaris2.8
APR configure: checking target system type... sparc-sun-solaris2.8
APR configure: Configuring APR library
APR configure: Platform: sparc-sun-solaris2.8
APR configure: Applying APR hints file rules for sparc-sun-solaris2.8
APR configure: setting CPPFLAGS to "-DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT"
APR configure: setting apr_iconv_inbuf_const to "1"
APR configure: (Default will be unix)
APR configure: checking whether make sets ${MAKE}... yes
APR configure: checking for gcc... no
APR configure: checking for cc... cc
APR configure: checking whether we are using the GNU C compiler... no
APR configure: checking whether cc accepts -g... no
APR configure: checking how to run the C preprocessor... cc -E
APR configure: checking for gawk... no
APR configure: checking for mawk... no
APR configure: checking for nawk... nawk
APR configure: checking whether ln -s works... yes
APR configure: checking for ranlib... ranlib
APR configure: checking for a BSD-compatible install... build/install.sh -c
APR configure: checking for rm... rm
APR configure: checking for ar... ar
APR configure: checking for AIX... no
APR configure: checking for library containing strerror... none required
APR configure: checking for ANSI C header files... yes
APR configure: checking for sys/types.h... no
APR configure: checking for sys/stat.h... no
APR configure: checking for stdlib.h... no
APR configure: checking for string.h... no
APR configure: checking for memory.h... no
APR configure: checking for strings.h... no
APR configure: checking for inttypes.h... no
APR configure: checking for stdint.h... no
APR configure: checking for unistd.h... no
APR configure: checking minix/config.h usability... no
APR configure: checking minix/config.h presence... no
APR configure: checking for minix/config.h... no
APR configure: checking whether system uses EBCDIC... no
APR configure: performing libtool configuration...
APR configure: checking for non-GNU ld... /usr/ucb/ld
APR configure: checking if the linker (/usr/ucb/ld) is GNU ld... no
APR configure: checking for /usr/ucb/ld option to reload object files... -r
APR configure: checking for BSD-compatible nm... /usr/ccs/bin/nm -p
APR configure: checking how to recognise dependant libraries... pass_all
APR configure: checking command to parse /usr/ccs/bin/nm -p output... failed
APR configure: checking dlfcn.h usability... no
configure: WARNING: dlfcn.h: present but cannot be compiled
configure: WARNING: dlfcn.h: check for missing prerequisite headers?
configure: WARNING: dlfcn.h: proceeding with the preprocessor's result
APR configure: checking dlfcn.h presence... yes
APR configure: checking for dlfcn.h... yes
APR configure: checking for ranlib... (cached) ranlib
APR configure: checking for strip... strip
APR configure: checking for objdir... .libs
APR configure: checking for cc option to produce PIC... -KPIC
APR configure: checking if cc PIC flag -KPIC works... yes
APR configure: checking if cc static flag -Bstatic works... yes
APR configure: checking if cc supports -c -o file.o... yes
APR configure: checking if cc supports -c -o file.lo... no
APR configure: checking whether the linker (/usr/ucb/ld) supports shared
libraries... yes
APR configure: checking how to hardcode library paths into programs... immediate
APR configure: checking whether stripping libraries is possible... no
APR configure: checking dynamic linker characteristics... solaris2.8 ld.so
APR configure: checking if libtool supports shared libraries... yes
APR configure: checking whether to build shared libraries... no
APR configure: checking whether to build static libraries... yes
APR configure: creating libtool
APR configure:
APR configure: Check for compiler flags...
APR configure:
APR configure: checking for gethostbyname in -lnsl... yes
APR configure: checking for library containing gethostname... none required
APR configure: checking for socket in -lsocket... yes
APR configure: checking for library containing crypt... none required
APR configure: checking for main in -ltruerand... no
APR configure: checking for iconv in -liconv... no
APR configure: checking for modf in -lm... yes
APR configure:
APR configure: Checking for Threads...
APR configure:
APR configure: APR will be non-threaded
APR configure: checking for sigsuspend... yes
APR configure: checking for sigwait... yes
APR configure: checking for poll... yes
APR configure: checking for getpwnam_r... yes
APR configure: checking for getpwuid_r... yes
APR configure: checking for getgrgid_r... yes
APR configure:
APR configure: Checking for Shared Memory Support...
APR configure:
APR configure: checking sys/mman.h usability... yes
APR configure: checking sys/mman.h presence... yes
APR configure: checking for sys/mman.h... yes
APR configure: checking for MAP_ANON in sys/mman.h... yes
APR configure: checking for mmap... yes
APR configure: checking for munmap... yes
APR configure: checking for shm_open... no
APR configure: checking for shm_unlink... no
APR configure: checking for /dev/zero... yes
APR configure: checking sys/ipc.h usability... yes
APR configure: checking sys/ipc.h presence... yes
APR configure: checking for sys/ipc.h... yes
APR configure: checking sys/shm.h usability... yes
APR configure: checking sys/shm.h presence... yes
APR configure: checking for sys/shm.h... yes
APR configure: checking sys/file.h usability... yes
APR configure: checking sys/file.h presence... yes
APR configure: checking for sys/file.h... yes
APR configure: checking for shmget... yes
APR configure: checking for shmat... yes
APR configure: checking for shmdt... yes
APR configure: checking for shmctl... yes
APR configure: checking kernel/OS.h usability... no
APR configure: checking kernel/OS.h presence... no
APR configure: checking for kernel/OS.h... no
APR configure: checking for create_area... no
APR configure: checking os2.h usability... no
APR configure: checking os2.h presence... no
APR configure: checking for os2.h... no
APR configure: decision on shared memory allocation method... 4.4BSD-style mmap()
via MAP_ANON
APR configure: checking for calloc... yes
APR configure: checking for strcasecmp... yes
APR configure: checking for stricmp... no
APR configure: checking for setsid... yes
APR configure: checking for nl_langinfo... yes
APR configure: checking for isinf... no
APR configure: checking for isnan... yes
APR configure: checking for setrlimit... yes
APR configure: checking for getrlimit... yes
APR configure: checking for writev... yes
APR configure: checking for sendfilev in -lsendfile... yes
APR configure: checking for sendfile... no
APR configure: checking for send_file... no
APR configure: checking for sendfilev... yes
APR configure: checking for sigaction... yes
APR configure: checking for sys_siglist declaration in signal.h or unistd.h... no
APR configure: checking for fork... yes
APR configure: checking for getpass... yes
APR configure: checking for inet_addr... yes
APR configure: checking for inet_network... yes
APR configure: checking for _getch... no
APR configure: checking for gmtime_r... yes
APR configure: checking for localtime_r... yes
APR configure: checking for iconv... yes
APR configure: checking for type of inbuf parameter to iconv... const char **
APR configure: checking for mmap... (cached) yes
APR configure: checking for hstrerror... no
APR configure: checking for memmove... yes
APR configure: checking for mkstemp... yes
APR configure: checking whether sigwait takes one argument... no
APR configure: checking for ANSI C header files... (cached) yes
APR configure: checking ByteOrder.h usability... no
APR configure: checking ByteOrder.h presence... no
APR configure: checking for ByteOrder.h... no
APR configure: checking conio.h usability... no
APR configure: checking conio.h presence... no
APR configure: checking for conio.h... no
APR configure: checking crypt.h usability... yes
APR configure: checking crypt.h presence... yes
APR configure: checking for crypt.h... yes
APR configure: checking ctype.h usability... yes
APR configure: checking ctype.h presence... yes
APR configure: checking for ctype.h... yes
APR configure: checking dir.h usability... no
APR configure: checking dir.h presence... no
APR configure: checking for dir.h... no
APR configure: checking dirent.h usability... yes
APR configure: checking dirent.h presence... yes
APR configure: checking for dirent.h... yes
APR configure: checking dl.h usability... no
APR configure: checking dl.h presence... no
APR configure: checking for dl.h... no
APR configure: checking for dlfcn.h... (cached) yes
APR configure: checking errno.h usability... yes
APR configure: checking errno.h presence... yes
APR configure: checking for errno.h... yes
APR configure: checking fcntl.h usability... yes
APR configure: checking fcntl.h presence... yes
APR configure: checking for fcntl.h... yes
APR configure: checking grp.h usability... yes
APR configure: checking grp.h presence... yes
APR configure: checking for grp.h... yes
APR configure: checking iconv.h usability... yes
APR configure: checking iconv.h presence... yes
APR configure: checking for iconv.h... yes
APR configure: checking io.h usability... no
APR configure: checking io.h presence... no
APR configure: checking for io.h... no
APR configure: checking langinfo.h usability... yes
APR configure: checking langinfo.h presence... yes
APR configure: checking for langinfo.h... yes
APR configure: checking limits.h usability... yes
APR configure: checking limits.h presence... yes
APR configure: checking for limits.h... yes
APR configure: checking mach-o/dyld.h usability... no
APR configure: checking mach-o/dyld.h presence... no
APR configure: checking for mach-o/dyld.h... no
APR configure: checking malloc.h usability... yes
APR configure: checking malloc.h presence... yes
APR configure: checking for malloc.h... yes
APR configure: checking for memory.h... (cached) no
APR configure: checking netdb.h usability... yes
APR configure: checking netdb.h presence... yes
APR configure: checking for netdb.h... yes
APR configure: checking osreldate.h usability... no
APR configure: checking osreldate.h presence... no
APR configure: checking for osreldate.h... no
APR configure: checking poll.h usability... yes
APR configure: checking poll.h presence... yes
APR configure: checking for poll.h... yes
APR configure: checking process.h usability... no
APR configure: checking process.h presence... no
APR configure: checking for process.h... no
APR configure: checking pwd.h usability... yes
APR configure: checking pwd.h presence... yes
APR configure: checking for pwd.h... yes
APR configure: checking signal.h usability... yes
APR configure: checking signal.h presence... yes
APR configure: checking for signal.h... yes
APR configure: checking stdarg.h usability... yes
APR configure: checking stdarg.h presence... yes
APR configure: checking for stdarg.h... yes
APR configure: checking stddef.h usability... yes
APR configure: checking stddef.h presence... yes
APR configure: checking for stddef.h... yes
APR configure: checking stdio.h usability... yes
APR configure: checking stdio.h presence... yes
APR configure: checking for stdio.h... yes
APR configure: checking for stdlib.h... (cached) no
APR configure: checking for string.h... (cached) no
APR configure: checking for strings.h... (cached) no
APR configure: checking sysapi.h usability... no
APR configure: checking sysapi.h presence... no
APR configure: checking for sysapi.h... no
APR configure: checking sysgtime.h usability... no
APR configure: checking sysgtime.h presence... no
APR configure: checking for sysgtime.h... no
APR configure: checking termios.h usability... yes
APR configure: checking termios.h presence... yes
APR configure: checking for termios.h... yes
APR configure: checking time.h usability... yes
APR configure: checking time.h presence... yes
APR configure: checking for time.h... yes
APR configure: checking tpfeq.h usability... no
APR configure: checking tpfeq.h presence... no
APR configure: checking for tpfeq.h... no
APR configure: checking tpfio.h usability... no
APR configure: checking tpfio.h presence... no
APR configure: checking for tpfio.h... no
APR configure: checking for unistd.h... (cached) no
APR configure: checking unix.h usability... no
APR configure: checking unix.h presence... no
APR configure: checking for unix.h... no
APR configure: checking arpa/inet.h usability... yes
APR configure: checking arpa/inet.h presence... yes
APR configure: checking for arpa/inet.h... yes
APR configure: checking for kernel/OS.h... (cached) no
APR configure: checking net/errno.h usability... no
APR configure: checking net/errno.h presence... no
APR configure: checking for net/errno.h... no
APR configure: checking netinet/in.h usability... yes
APR configure: checking netinet/in.h presence... yes
APR configure: checking for netinet/in.h... yes
APR configure: checking for sys/file.h... (cached) yes
APR configure: checking for sys/mman.h... (cached) yes
APR configure: checking sys/poll.h usability... yes
APR configure: checking sys/poll.h presence... yes
APR configure: checking for sys/poll.h... yes
APR configure: checking sys/resource.h usability... yes
APR configure: checking sys/resource.h presence... yes
APR configure: checking for sys/resource.h... yes
APR configure: checking sys/select.h usability... yes
APR configure: checking sys/select.h presence... yes
APR configure: checking for sys/select.h... yes
APR configure: checking sys/sem.h usability... yes
APR configure: checking sys/sem.h presence... yes
APR configure: checking for sys/sem.h... yes
APR configure: checking sys/sendfile.h usability... yes
APR configure: checking sys/sendfile.h presence... yes
APR configure: checking for sys/sendfile.h... yes
APR configure: checking sys/signal.h usability... yes
APR configure: checking sys/signal.h presence... yes
APR configure: checking for sys/signal.h... yes
APR configure: checking sys/socket.h usability... yes
APR configure: checking sys/socket.h presence... yes
APR configure: checking for sys/socket.h... yes
APR configure: checking for sys/stat.h... (cached) no
APR configure: checking sys/syslimits.h usability... no
APR configure: checking sys/syslimits.h presence... no
APR configure: checking for sys/syslimits.h... no
APR configure: checking sys/time.h usability... yes
APR configure: checking sys/time.h presence... yes
APR configure: checking for sys/time.h... yes
APR configure: checking for sys/types.h... (cached) no
APR configure: checking sys/uio.h usability... yes
APR configure: checking sys/uio.h presence... yes
APR configure: checking for sys/uio.h... yes
APR configure: checking sys/wait.h usability... yes
APR configure: checking sys/wait.h presence... yes
APR configure: checking for sys/wait.h... yes
APR configure: checking for netinet/tcp.h... yes
APR configure: checking for h_errno in netdb.h... yes
APR configure: checking for off_t... yes
APR configure: checking for pid_t... no
APR configure: checking for size_t... yes
APR configure: checking for uid_t in sys/types.h... yes
APR configure: checking for ssize_t... yes
APR configure: checking for cc option to accept ANSI C... none needed
APR configure: checking for inline... no
APR configure: checking for an ANSI C-conforming const... yes
APR configure: checking for size_t... (cached) yes
APR configure: checking whether setpgrp takes no argument... yes
APR configure: checking for socklen_t... yes
APR configure: checking whether system defines INADDR_NONE... no
APR configure: checking for char... yes
APR configure: checking size of char... 1
APR configure: checking for int... yes
APR configure: checking size of int... 4
APR configure: checking for long... yes
APR configure: checking size of long... 4
APR configure: checking for short... yes
APR configure: checking size of short... 2
APR configure: checking for long double... yes
APR configure: checking size of long double... 16
APR configure: checking for long long... yes
APR configure: checking size of long long... 8
APR configure: checking for INT64_C in stdint.h... no
APR configure: checking size of ssize_t... 4
APR configure: checking size of size_t... 4
APR configure: checking size of off_t... 4
APR configure: checking size of pid_t... 4
APR configure: checking for strnicmp... no
APR configure: checking for strncasecmp... yes
APR configure: checking for stricmp... (cached) no
APR configure: checking for strcasecmp... (cached) yes
APR configure: checking for strdup... yes
APR configure: checking for strstr... yes
APR configure: checking for memchr... yes
APR configure:
APR configure: Checking for DSO...
APR configure:
APR configure: checking for NSLinkModule... no
APR configure: checking for dlopen in -ldl... yes
APR configure: adding "-ldl" to LIBS
APR configure:
APR configure: Checking for Processes...
APR configure:
APR configure: checking for waitpid... yes
APR configure: checking struct rlimit... yes
APR configure:
APR configure: Checking for Locking...
APR configure:
APR configure: checking for semget... yes
APR configure: checking for semctl... yes
APR configure: checking for flock... no
APR configure: checking for /dev/zero... (cached) yes
APR configure: checking for union semun in sys/sem.h... no
APR configure: checking for LOCK_EX in sys/file.h... no
APR configure: checking for F_SETLK in fcntl.h... yes
APR configure: checking for SEM_UNDO in sys/sem.h... yes
APR configure: checking for CODESET in langinfo.h... yes
APR configure: checking for POLLIN in poll.h sys/poll.h... yes
APR configure: decision on apr_lock implementation method... SVR4-style fcntl()
APR configure: checking if interprocess lock affects threads... no
APR configure: checking for /dev/random... not found
APR configure:
APR configure: Checking for Time Support...
APR configure:
APR configure: checking for tm_gmtoff in struct tm... no
APR configure:
APR configure: Checking for Networking support...
APR configure:
APR configure: checking for in_addr in netinet/in.h... yes
APR configure: checking "if fd == socket on this platform"... yes
APR configure: checking for sockaddr sa_len... no
APR configure: checking for gethostbyname() which handles numeric address
strings... yes
APR configure: checking if TCP_NODELAY setting is inherited from listening
sockets... yes
APR configure: checking for TCP_CORK in netinet/tcp.h... no
APR configure: checking for TCP_NOPUSH in netinet/tcp.h... no
APR configure: checking for SO_ACCEPTFILTER in sys/socket.h... no
APR configure: checking for set_h_errno... no
APR configure:
APR configure: Checking for IPv6 Networking support...
APR configure:
APR configure: checking for library containing getaddrinfo... none required
APR configure: checking for library containing getnameinfo... none required
APR configure: checking for working getaddrinfo... yes
APR configure: checking for negative error codes for getaddrinfo... no
APR configure: checking for working getnameinfo... yes
APR configure: checking for sockaddr_in6... yes
APR configure: checking if APR supports IPv6... "yes"
APR configure:
APR configure: Restore user-defined environment settings...
APR configure:
APR configure: restoring CPPFLAGS to ""
APR configure: setting EXTRA_CPPFLAGS to "-DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT"
APR configure: restoring CFLAGS to ""
APR configure: setting EXTRA_CFLAGS to ""
APR configure: restoring LDFLAGS to ""
APR configure: setting EXTRA_LDFLAGS to ""
APR configure: restoring LIBS to ""
APR configure: setting EXTRA_LIBS to "-lsendfile -lm -lsocket -lnsl -ldl"
APR configure: restoring INCLUDES to ""
APR configure: setting EXTRA_INCLUDES to ""
APR configure:
APR configure: Construct Makefiles and header files.
APR configure: configure: creating ./config.status
APR configure: config.status: creating Makefile
APR configure: config.status: creating strings/Makefile
APR configure: config.status: creating passwd/Makefile
APR configure: config.status: creating tables/Makefile
APR configure: config.status: creating build/Makefile
APR configure: config.status: creating file_io/unix/Makefile
APR configure: config.status: creating network_io/unix/Makefile
APR configure: config.status: creating threadproc/unix/Makefile
APR configure: config.status: creating misc/unix/Makefile
APR configure: config.status: creating locks/unix/Makefile
APR configure: config.status: creating time/unix/Makefile
APR configure: config.status: creating mmap/unix/Makefile
APR configure: config.status: creating shmem/unix/Makefile
APR configure: config.status: creating i18n/unix/Makefile
APR configure: config.status: creating user/unix/Makefile
APR configure: config.status: creating memory/unix/Makefile
APR configure: config.status: creating dso/unix/Makefile
APR configure: config.status: creating test/Makefile
APR configure: config.status: creating include/apr.h
APR configure: config.status: creating APRVARS
APR configure: config.status: creating build/rules.mk
APR configure: config.status: creating include/arch/unix/apr_private.h
APR configure: config.status: executing default commands
Execution of ./configure --enable-static --disable-shared --disable-threads returned 0
Finishing up
checking for APR compilation flags... ok
checking for Makefile targets... lib apr apache-1.3
configure: creating ./config.status
config.status: creating ./Makefile
config.status: creating ./Makedefs
config.status: creating ./lib/Makefile
config.status: creating ./java/Constants.java
config.status: creating ./apache-1.3/Makefile
All done. Now you can issue "make". Good luck.
[xxxx:/devel/yyy/webapp-module-1.0-tc40]
yyy-->make
make[1]: Entering directory `/devel/yyy/webapp-module-1.0-tc40'
make[1]: Entering directory "lib"
make[1]: Invoking "make build"
make[2]: Entering directory `/devel/yyy/webapp-module-1.0-tc40/lib'
make[2]: Generating "pr_warp_defs.h"
/opt/SUNWspro/bin/cc -g -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT
-I/devel/yyy/webapp-module-1.0-tc40/apr/include
-I/devel/yyy/webapp-module-1.0-tc40/include -c "wa_main.c" -o "wa_main.o"
/opt/SUNWspro/bin/cc -g -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT
-I/devel/yyy/webapp-module-1.0-tc40/apr/include
-I/devel/yyy/webapp-module-1.0-tc40/include -c "wa_config.c" -o "wa_config.o"
/opt/SUNWspro/bin/cc -g -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT
-I/devel/yyy/webapp-module-1.0-tc40/apr/include
-I/devel/yyy/webapp-module-1.0-tc40/include -c "wa_request.c" -o "wa_request.o"
/opt/SUNWspro/bin/cc -g -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT
-I/devel/yyy/webapp-module-1.0-tc40/apr/include
-I/devel/yyy/webapp-module-1.0-tc40/include -c "pr_info.c" -o "pr_info.o"
/opt/SUNWspro/bin/cc -g -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT
-I/devel/yyy/webapp-module-1.0-tc40/apr/include
-I/devel/yyy/webapp-module-1.0-tc40/include -c "pr_warp.c" -o "pr_warp.o"
"pr_warp.c", line 217: syntax error before or at: /
"pr_warp.c", line 237: syntax error before or at: else
"pr_warp.c", line 238: warning: old-style declaration or incorrect type for: wa_log
"pr_warp.c", line 238: identifier redeclared: wa_log
current : function() returning int
previous: function(pointer to const char, const int, pointer to const char,
...) returning void : "/devel/yyy/webapp-module-1.0-tc40/include/wa_main.h", line 227
"pr_warp.c", line 239: syntax error before or at: "pr_warp.c"
"pr_warp.c", line 239: syntax error before or at: 500
"pr_warp.c", line 240: warning: old-style declaration or incorrect type for: wa_rerror
"pr_warp.c", line 240: warning: identifier redeclared: wa_rerror
current : function() returning int
previous: function(pointer to const char, const int, pointer to struct
wa_request {pointer to struct apr_pool_t {..} pool, pointer to struct wa_handler {..}
hand, pointer to void data, pointer to struct wa_hostdata {..} serv, pointer to struct
wa_hostdata {..} clnt, pointer to char meth, pointer to char ruri, pointer to char
args, pointer to char prot, pointer to char schm, pointer to char user, pointer to
char auth, long clen, pointer to char ctyp, long rlen, pointer to struct apr_table_t
{..} hdrs}, int, pointer to const char, ...) returning int :
"/devel/yyy/webapp-module-1.0-tc40/include/wa_request.h", line 161
"pr_warp.c", line 241: syntax error before or at: }
"pr_warp.c", line 244: newline in character constant
"pr_warp.c", line 244: warning: character constant too long
"pr_warp.c", line 244: undefined or not a type: Let
"pr_warp.c", line 245: undefined or not a type: pack
"pr_warp.c", line 245: warning: old-style declaration or incorrect type for: type
"pr_warp.c", line 246: syntax error before or at: (
"pr_warp.c", line 246: syntax error before or at: ->
"pr_warp.c", line 246: function cannot return function or array
"pr_warp.c", line 246: identifier redeclared: p_write_int
current : function() returning int
previous: function(pointer to struct warp_packet {pointer to struct apr_pool_t
{..} pool, int type, int size, int curr, array[65536] of char buff}, int) returning
enum {wa_true(1), wa_false(0)} : "./pr_warp.h", line 118
"pr_warp.c", line 246: warning: syntax error: empty declaration
"pr_warp.c", line 247: syntax error before or at: ->
"pr_warp.c", line 247: warning: old-style declaration or incorrect type for:
p_write_string
"pr_warp.c", line 247: identifier redeclared: p_write_string
current : function() returning int
previous: function(pointer to struct warp_packet {pointer to struct apr_pool_t
{..} pool, int type, int size, int curr, array[65536] of char buff}, pointer to char)
returning enum {wa_true(1), wa_false(0)} : "./pr_warp.h", line 119
"pr_warp.c", line 248: syntax error before or at: ->
"pr_warp.c", line 248: warning: old-style declaration or incorrect type for:
p_write_string
"pr_warp.c", line 249: syntax error before or at: ->
"pr_warp.c", line 249: warning: old-style declaration or incorrect type for:
p_write_string
"pr_warp.c", line 250: syntax error before or at: ->
"pr_warp.c", line 250: warning: old-style declaration or incorrect type for:
p_write_string
"pr_warp.c", line 251: syntax error before or at: ->
"pr_warp.c", line 251: syntax error before or at: !=
"pr_warp.c", line 251: undefined or not a type: wa_true
"pr_warp.c", line 252: warning: function prototype parameters must have types
"pr_warp.c", line 252: warning: old-style declaration or incorrect type for:
n_disconnect
"pr_warp.c", line 252: identifier redeclared: n_disconnect
current : function() returning int
previous: function(pointer to struct wa_connection {pointer to char name,
pointer to struct wa_provider {..} prov, pointer to char parm, pointer to void conf})
returning void : "./pr_warp.h", line 127
"pr_warp.c", line 253: syntax error before or at: if
"pr_warp.c", line 253: syntax error before or at: ==
"pr_warp.c", line 253: undefined or not a type: wa_true
"pr_warp.c", line 254: warning: old-style declaration or incorrect type for: wa_debug
"pr_warp.c", line 254: identifier redeclared: wa_debug
current : function() returning int
previous: function(pointer to const char, const int, pointer to const char,
...) returning void : "/devel/yyy/webapp-module-1.0-tc40/include/wa_main.h", line 214
"pr_warp.c", line 255: syntax error before or at: ==
"pr_warp.c", line 255: undefined or not a type: wa_true
"pr_warp.c", line 256: warning: old-style declaration or incorrect type for: wa_debug
"pr_warp.c", line 258: warning: old-style declaration or incorrect type for: wa_log
"pr_warp.c", line 259: syntax error before or at: "pr_warp.c"
"pr_warp.c", line 259: syntax error before or at: 500
"pr_warp.c", line 261: warning: old-style declaration or incorrect type for: wa_rerror
"pr_warp.c", line 261: warning: identifier redeclared: wa_rerror
current : function() returning int
previous: function(pointer to const char, const int, pointer to struct
wa_request {pointer to struct apr_pool_t {..} pool, pointer to struct wa_handler {..}
hand, pointer to void data, pointer to struct wa_hostdata {..} serv, pointer to struct
wa_hostdata {..} clnt, pointer to char meth, pointer to char ruri, pointer to char
args, pointer to char prot, pointer to char schm, pointer to char user, pointer to
char auth, long clen, pointer to char ctyp, long rlen, pointer to struct apr_table_t
{..} hdrs}, int, pointer to const char, ...) returning int :
"/devel/yyy/webapp-module-1.0-tc40/include/wa_request.h", line 161
"pr_warp.c", line 262: syntax error before or at: }
"pr_warp.c", line 263: syntax error before or at: ->
"pr_warp.c", line 263: syntax error before or at: !=
"pr_warp.c", line 263: undefined or not a type: wa_true
"pr_warp.c", line 264: syntax error before or at: "pr_warp.c"
"pr_warp.c", line 264: syntax error before or at: 500
"pr_warp.c", line 265: warning: old-style declaration or incorrect type for: wa_rerror
"pr_warp.c", line 265: warning: identifier redeclared: wa_rerror
current : function() returning int
previous: function(pointer to const char, const int, pointer to struct
wa_request {pointer to struct apr_pool_t {..} pool, pointer to struct wa_handler {..}
hand, pointer to void data, pointer to struct wa_hostdata {..} serv, pointer to struct
wa_hostdata {..} clnt, pointer to char meth, pointer to char ruri, pointer to char
args, pointer to char prot, pointer to char schm, pointer to char user, pointer to
char auth, long clen, pointer to char ctyp, long rlen, pointer to struct apr_table_t
{..} hdrs}, int, pointer to const char, ...) returning int :
"/devel/yyy/webapp-module-1.0-tc40/include/wa_request.h", line 161
"pr_warp.c", line 266: syntax error before or at: }
"pr_warp.c", line 267: parameter redeclared: r
"pr_warp.c", line 267: parameter redeclared: r
"pr_warp.c", line 267: warning: old-style declaration or incorrect type for: wa_debug
"pr_warp.c", line 270: warning: old-style declaration or incorrect type for: wa_log
"pr_warp.c", line 271: syntax error before or at: "pr_warp.c"
"pr_warp.c", line 271: syntax error before or at: 500
"pr_warp.c", line 272: warning: old-style declaration or incorrect type for: wa_rerror
"pr_warp.c", line 272: warning: identifier redeclared: wa_rerror
current : function() returning int
previous: function(pointer to const char, const int, pointer to struct
wa_request {pointer to struct apr_pool_t {..} pool, pointer to struct wa_handler {..}
hand, pointer to void data, pointer to struct wa_hostdata {..} serv, pointer to struct
wa_hostdata {..} clnt, pointer to char meth, pointer to char ruri, pointer to char
args, pointer to char prot, pointer to char schm, pointer to char user, pointer to
char auth, long clen, pointer to char ctyp, long rlen, pointer to struct apr_table_t
{..} hdrs}, int, pointer to const char, ...) returning int :
"/devel/yyy/webapp-module-1.0-tc40/include/wa_request.h", line 161
"pr_warp.c", line 273: syntax error before or at: }
"pr_warp.c", line 275: parameter redeclared: r
"pr_warp.c", line 275: parameter redeclared: r
"pr_warp.c", line 275: warning: old-style declaration or incorrect type for: wa_debug
"pr_warp.c", line 278: warning: function prototype parameters must have types
"pr_warp.c", line 278: warning: old-style declaration or incorrect type for: p_reset
"pr_warp.c", line 278: identifier redeclared: p_reset
current : function() returning int
previous: function(pointer to struct warp_packet {pointer to struct apr_pool_t
{..} pool, int type, int size, int curr, array[65536] of char buff}) returning void :
"./pr_warp.h", line 112
"pr_warp.c", line 279: undefined or not a type: pack
"pr_warp.c", line 279: syntax error before or at: ->
"pr_warp.c", line 279: warning: old-style declaration or incorrect type for: type
"pr_warp.c", line 279: identifier redefined: type
current : int
previous: int : "pr_warp.c", line 245
"pr_warp.c", line 280: syntax error before or at: ->
"pr_warp.c", line 280: warning: old-style declaration or incorrect type for:
p_write_string
"pr_warp.c", line 281: syntax error before or at: ->
"pr_warp.c", line 281: warning: old-style declaration or incorrect type for:
p_write_int
"pr_warp.c", line 282: syntax error before or at: ->
"pr_warp.c", line 282: syntax error before or at: !=
"pr_warp.c", line 282: undefined or not a type: wa_true
"pr_warp.c", line 283: warning: function prototype parameters must have types
"pr_warp.c", line 283: warning: old-style declaration or incorrect type for:
n_disconnect
"pr_warp.c", line 284: syntax error before or at: return
"pr_warp.c", line 284: syntax error before or at: "pr_warp.c"
"pr_warp.c", line 284: syntax error before or at: 500
"pr_warp.c", line 284: warning: old-style declaration or incorrect type for: wa_rerror
"pr_warp.c", line 284: warning: identifier redeclared: wa_rerror
current : function() returning int
previous: function(pointer to const char, const int, pointer to struct
wa_request {pointer to struct apr_pool_t {..} pool, pointer to struct wa_handler {..}
hand, pointer to void data, pointer to struct wa_hostdata {..} serv, pointer to struct
wa_hostdata {..} clnt, pointer to char meth, pointer to char ruri, pointer to char
args, pointer to char prot, pointer to char schm, pointer to char user, pointer to
char auth, long clen, pointer to char ctyp, long rlen, pointer to struct apr_table_t
{..} hdrs}, int, pointer to const char, ...) returning int :
"/devel/yyy/webapp-module-1.0-tc40/include/wa_request.h", line 161
"pr_warp.c", line 285: syntax error before or at: }
"pr_warp.c", line 286: parameter redeclared: r
"pr_warp.c", line 286: warning: old-style declaration or incorrect type for: wa_debug
"pr_warp.c", line 289: undefined or not a type: schm
"pr_warp.c", line 290: warning: function prototype parameters must have types
"pr_warp.c", line 290: warning: old-style declaration or incorrect type for: p_reset
"pr_warp.c", line 291: undefined or not a type: pack
"pr_warp.c", line 291: syntax error before or at: ->
"pr_warp.c", line 291: warning: old-style declaration or incorrect type for: type
"pr_warp.c", line 291: identifier redefined: type
current : int
previous: int : "pr_warp.c", line 279
"pr_warp.c", line 292: syntax error before or at: ->
"pr_warp.c", line 292: warning: old-style declaration or incorrect type for:
p_write_string
"pr_warp.c", line 293: syntax error before or at: ->
"pr_warp.c", line 293: syntax error before or at: !=
"pr_warp.c", line 293: undefined or not a type: wa_true
"pr_warp.c", line 294: warning: function prototype parameters must have types
"pr_warp.c", line 294: warning: old-style declaration or incorrect type for:
n_disconnect
"pr_warp.c", line 295: syntax error before or at: return
"pr_warp.c", line 295: syntax error before or at: "pr_warp.c"
"pr_warp.c", line 295: syntax error before or at: 500
"pr_warp.c", line 295: warning: old-style declaration or incorrect type for: wa_rerror
"pr_warp.c", line 295: warning: identifier redeclared: wa_rerror
current : function() returning int
previous: function(pointer to const char, const int, pointer to struct
wa_request {pointer to struct apr_pool_t {..} pool, pointer to struct wa_handler {..}
hand, pointer to void data, pointer to struct wa_hostdata {..} serv, pointer to struct
wa_hostdata {..} clnt, pointer to char meth, pointer to char ruri, pointer to char
args, pointer to char prot, pointer to char schm, pointer to char user, pointer to
char auth, long clen, pointer to char ctyp, long rlen, pointer to struct apr_table_t
{..} hdrs}, int, pointer to const char, ...) returning int :
"/devel/yyy/webapp-module-1.0-tc40/include/wa_request.h", line 161
"pr_warp.c", line 296: syntax error before or at: }
"pr_warp.c", line 297: warning: old-style declaration or incorrect type for: wa_debug
"pr_warp.c", line 301: syntax error before or at: ->
"pr_warp.c", line 301: undefined or not a type: user
"pr_warp.c", line 301: undefined or not a type: auth
"pr_warp.c", line 302: warning: function prototype parameters must have types
"pr_warp.c", line 302: warning: old-style declaration or incorrect type for: p_reset
"pr_warp.c", line 303: undefined or not a type: pack
"pr_warp.c", line 303: syntax error before or at: ->
"pr_warp.c", line 303: warning: old-style declaration or incorrect type for: type
"pr_warp.c", line 303: identifier redefined: type
current : int
previous: int : "pr_warp.c", line 291
"pr_warp.c", line 304: syntax error before or at: if
"pr_warp.c", line 304: undefined or not a type: user
"pr_warp.c", line 304: undefined or not a type: r
"pr_warp.c", line 304: warning: old-style declaration or incorrect type for: user
"pr_warp.c", line 304: identifier redefined: user
current : int
previous: function() returning int : "pr_warp.c", line 304
"pr_warp.c", line 304: warning: improper pointer/integer combination: op "="
"pr_warp.c", line 305: syntax error before or at: if
"pr_warp.c", line 305: undefined or not a type: auth
"pr_warp.c", line 305: undefined or not a type: r
"pr_warp.c", line 305: warning: old-style declaration or incorrect type for: auth
"pr_warp.c", line 305: identifier redefined: auth
current : int
previous: function() returning int : "pr_warp.c", line 305
"pr_warp.c", line 305: warning: improper pointer/integer combination: op "="
"pr_warp.c", line 306: syntax error before or at: ->
"pr_warp.c", line 306: warning: old-style declaration or incorrect type for:
p_write_string
"pr_warp.c", line 307: syntax error before or at: ->
"pr_warp.c", line 307: warning: old-style declaration or incorrect type for:
p_write_string
"pr_warp.c", line 308: syntax error before or at: ->
"pr_warp.c", line 308: syntax error before or at: !=
"pr_warp.c", line 308: undefined or not a type: wa_true
"pr_warp.c", line 309: warning: function prototype parameters must have types
"pr_warp.c", line 309: warning: old-style declaration or incorrect type for:
n_disconnect
"pr_warp.c", line 310: syntax error before or at: return
"pr_warp.c", line 310: syntax error before or at: "pr_warp.c"
"pr_warp.c", line 310: syntax error before or at: 500
"pr_warp.c", line 310: warning: old-style declaration or incorrect type for: wa_rerror
"pr_warp.c", line 310: warning: identifier redeclared: wa_rerror
current : function() returning int
previous: function(pointer to const char, const int, pointer to struct
wa_request {pointer to struct apr_pool_t {..} pool, pointer to struct wa_handler {..}
hand, pointer to void data, pointer to struct wa_hostdata {..} serv, pointer to struct
wa_hostdata {..} clnt, pointer to char meth, pointer to char ruri, pointer to char
args, pointer to char prot, pointer to char schm, pointer to char user, pointer to
char auth, long clen, pointer to char ctyp, long rlen, pointer to struct apr_table_t
{..} hdrs}, int, pointer to const char, ...) returning int :
"/devel/yyy/webapp-module-1.0-tc40/include/wa_request.h", line 161
"pr_warp.c", line 311: syntax error before or at: }
"pr_warp.c", line 312: parameter redeclared: r
"pr_warp.c", line 312: warning: old-style declaration or incorrect type for: wa_debug
"pr_warp.c", line 317: undefined or not a type: h
"pr_warp.c", line 317: warning: old-style declaration or incorrect type for: conn
"pr_warp.c", line 317: non-constant initializer: op "NAME"
"pr_warp.c", line 318: undefined or not a type: h
"pr_warp.c", line 318: syntax error before or at: ->
"pr_warp.c", line 318: warning: old-style declaration or incorrect type for: pack
"pr_warp.c", line 318: identifier redefined: pack
current : int
previous: function() returning int : "pr_warp.c", line 303
"pr_warp.c", line 318: non-constant initializer: op "NAME"
"pr_warp.c", line 319: undefined or not a type: h
"pr_warp.c", line 319: syntax error before or at: ->
"pr_warp.c", line 319: warning: old-style declaration or incorrect type for: fail
"pr_warp.c", line 320: syntax error before or at: ->
"pr_warp.c", line 320: warning: old-style declaration or incorrect type for:
apr_table_do
"pr_warp.c", line 320: identifier redeclared: apr_table_do
current : function() returning int
previous: function(pointer to function(pointer to void, pointer to const char,
pointer to const char) returning int, pointer to void, pointer to const struct
apr_table_t {struct apr_array_header_t {..} a}, ...) returning void :
"/devel/yyy/webapp-module-1.0-tc40/apr/include/apr_tables.h", line 362
"pr_warp.c", line 321: undefined or not a type: fail
"pr_warp.c", line 321: identifier redefined: fail
current : function() returning int
previous: int : "pr_warp.c", line 319
"pr_warp.c", line 321: undefined or not a type: wa_true
"pr_warp.c", line 322: warning: function prototype parameters must have types
"pr_warp.c", line 322: warning: old-style declaration or incorrect type for:
n_disconnect
"pr_warp.c", line 323: syntax error before or at: return
"pr_warp.c", line 323: syntax error before or at: "pr_warp.c"
"pr_warp.c", line 323: syntax error before or at: 500
"pr_warp.c", line 323: warning: old-style declaration or incorrect type for: wa_rerror
"pr_warp.c", line 323: warning: identifier redeclared: wa_rerror
current : function() returning int
previous: function(pointer to const char, const int, pointer to struct
wa_request {pointer to struct apr_pool_t {..} pool, pointer to struct wa_handler {..}
hand, pointer to void data, pointer to struct wa_hostdata {..} serv, pointer to struct
wa_hostdata {..} clnt, pointer to char meth, pointer to char ruri, pointer to char
args, pointer to char prot, pointer to char schm, pointer to char user, pointer to
char auth, long clen, pointer to char ctyp, long rlen, pointer to struct apr_table_t
{..} hdrs}, int, pointer to const char, ...) returning int :
"/devel/yyy/webapp-module-1.0-tc40/include/wa_request.h", line 161
"pr_warp.c", line 324: syntax error before or at: }
"pr_warp.c", line 327: undefined or not a type: clnt
"pr_warp.c", line 328: warning: function prototype parameters must have types
"pr_warp.c", line 328: warning: old-style declaration or incorrect type for: p_reset
"pr_warp.c", line 329: undefined or not a type: pack
"pr_warp.c", line 329: identifier redefined: pack
current : function() returning int
previous: int : "pr_warp.c", line 318
"pr_warp.c", line 329: syntax error before or at: ->
"pr_warp.c", line 329: warning: old-style declaration or incorrect type for: type
"pr_warp.c", line 329: identifier redefined: type
current : int
previous: int : "pr_warp.c", line 303
"pr_warp.c", line 330: syntax error before or at: ->
"pr_warp.c", line 330: warning: old-style declaration or incorrect type for:
p_write_string
"pr_warp.c", line 331: syntax error before or at: ->
"pr_warp.c", line 331: warning: old-style declaration or incorrect type for:
p_write_string
"pr_warp.c", line 332: syntax error before or at: ->
"pr_warp.c", line 332: warning: old-style declaration or incorrect type for:
p_write_ushort
"pr_warp.c", line 332: identifier redeclared: p_write_ushort
current : function() returning int
previous: function(pointer to struct warp_packet {pointer to struct apr_pool_t
{..} pool, int type, int size, int curr, array[65536] of char buff}, int) returning
enum {wa_true(1), wa_false(0)} : "./pr_warp.h", line 117
"pr_warp.c", line 333: syntax error before or at: ->
"pr_warp.c", line 333: syntax error before or at: !=
"pr_warp.c", line 333: undefined or not a type: wa_true
"pr_warp.c", line 334: warning: function prototype parameters must have types
"pr_warp.c", line 334: warning: old-style declaration or incorrect type for:
n_disconnect
"pr_warp.c", line 335: syntax error before or at: return
"pr_warp.c", line 335: syntax error before or at: "pr_warp.c"
"pr_warp.c", line 335: syntax error before or at: 500
"pr_warp.c", line 335: warning: old-style declaration or incorrect type for: wa_rerror
"pr_warp.c", line 335: warning: identifier redeclared: wa_rerror
current : function() returning int
previous: function(pointer to const char, const int, pointer to struct
wa_request {pointer to struct apr_pool_t {..} pool, pointer to struct wa_handler {..}
hand, pointer to void data, pointer to struct wa_hostdata {..} serv, pointer to struct
wa_hostdata {..} clnt, pointer to char meth, pointer to char ruri, pointer to char
args, pointer to char prot, pointer to char schm, pointer to char user, pointer to
char auth, long clen, pointer to char ctyp, long rlen, pointer to struct apr_table_t
{..} hdrs}, int, pointer to const char, ...) returning int :
"/devel/yyy/webapp-module-1.0-tc40/include/wa_request.h", line 161
"pr_warp.c", line 336: syntax error before or at: }
"pr_warp.c", line 338: parameter redeclared: r
"pr_warp.c", line 338: parameter redeclared: r
"pr_warp.c", line 338: warning: old-style declaration or incorrect type for: wa_debug
"pr_warp.c", line 343: undefined or not a type: serv
"pr_warp.c", line 344: warning: function prototype parameters must have types
"pr_warp.c", line 344: warning: old-style declaration or incorrect type for: p_reset
"pr_warp.c", line 345: undefined or not a type: pack
"pr_warp.c", line 345: syntax error before or at: ->
"pr_warp.c", line 345: warning: old-style declaration or incorrect type for: type
"pr_warp.c", line 345: identifier redefined: type
current : int
previous: int : "pr_warp.c", line 329
"pr_warp.c", line 346: syntax error before or at: ->
"pr_warp.c", line 346: warning: old-style declaration or incorrect type for:
p_write_string
"pr_warp.c", line 347: syntax error before or at: ->
"pr_warp.c", line 347: warning: old-style declaration or incorrect type for:
p_write_string
"pr_warp.c", line 348: syntax error before or at: ->
"pr_warp.c", line 348: warning: old-style declaration or incorrect type for:
p_write_ushort
"pr_warp.c", line 349: syntax error before or at: ->
"pr_warp.c", line 349: syntax error before or at: !=
"pr_warp.c", line 349: undefined or not a type: wa_true
"pr_warp.c", line 350: warning: function prototype parameters must have types
"pr_warp.c", line 350: warning: old-style declaration or incorrect type for:
n_disconnect
"pr_warp.c", line 351: syntax error before or at: return
"pr_warp.c", line 351: syntax error before or at: "pr_warp.c"
"pr_warp.c", line 351: syntax error before or at: 500
"pr_warp.c", line 351: warning: old-style declaration or incorrect type for: wa_rerror
"pr_warp.c", line 351: warning: identifier redeclared: wa_rerror
current : function() returning int
previous: function(pointer to const char, const int, pointer to struct
wa_request {pointer to struct apr_pool_t {..} pool, pointer to struct wa_handler {..}
hand, pointer to void data, pointer to struct wa_hostdata {..} serv, pointer to struct
wa_hostdata {..} clnt, pointer to char meth, pointer to char ruri, pointer to char
args, pointer to char prot, pointer to char schm, pointer to char user, pointer to
char auth, long clen, pointer to char ctyp, long rlen, pointer to struct apr_table_t
{..} hdrs}, int, pointer to const char, ...) returning int :
"/devel/yyy/webapp-module-1.0-tc40/include/wa_request.h", line 161
"pr_warp.c", line 352: syntax error before or at: }
"pr_warp.c", line 354: parameter redeclared: r
"pr_warp.c", line 354: parameter redeclared: r
"pr_warp.c", line 354: warning: old-style declaration or incorrect type for: wa_debug
"pr_warp.c", line 358: warning: function prototype parameters must have types
"pr_warp.c", line 358: warning: old-style declaration or incorrect type for: p_reset
"pr_warp.c", line 359: undefined or not a type: pack
"pr_warp.c", line 359: syntax error before or at: ->
"pr_warp.c", line 359: warning: old-style declaration or incorrect type for: type
"pr_warp.c", line 359: identifier redefined: type
current : int
previous: int : "pr_warp.c", line 345
"pr_warp.c", line 360: syntax error before or at: if
"pr_warp.c", line 360: syntax error before or at: ->
"pr_warp.c", line 360: syntax error before or at: !=
"pr_warp.c", line 360: undefined or not a type: wa_true
"pr_warp.c", line 361: warning: function prototype parameters must have types
"pr_warp.c", line 361: warning: old-style declaration or incorrect type for:
n_disconnect
"pr_warp.c", line 362: syntax error before or at: return
"pr_warp.c", line 362: syntax error before or at: "pr_warp.c"
"pr_warp.c", line 362: syntax error before or at: 500
"pr_warp.c", line 362: warning: old-style declaration or incorrect type for: wa_rerror
"pr_warp.c", line 362: warning: identifier redeclared: wa_rerror
current : function() returning int
previous: function(pointer to const char, const int, pointer to struct
wa_request {pointer to struct apr_pool_t {..} pool, pointer to struct wa_handler {..}
hand, pointer to void data, pointer to struct wa_hostdata {..} serv, pointer to struct
wa_hostdata {..} clnt, pointer to char meth, pointer to char ruri, pointer to char
args, pointer to char prot, pointer to char schm, pointer to char user, pointer to
char auth, long clen, pointer to char ctyp, long rlen, pointer to struct apr_table_t
{..} hdrs}, int, pointer to const char, ...) returning int :
"/devel/yyy/webapp-module-1.0-tc40/include/wa_request.h", line 161
"pr_warp.c", line 363: syntax error before or at: }
"pr_warp.c", line 367: syntax error before or at: ->
"pr_warp.c", line 367: syntax error before or at: !=
"pr_warp.c", line 367: undefined or not a type: wa_true
"pr_warp.c", line 368: warning: function prototype parameters must have types
"pr_warp.c", line 368: warning: old-style declaration or incorrect type for:
n_disconnect
"pr_warp.c", line 369: syntax error before or at: return
"pr_warp.c", line 369: syntax error before or at: "pr_warp.c"
"pr_warp.c", line 369: syntax error before or at: 500
"pr_warp.c", line 369: warning: old-style declaration or incorrect type for: wa_rerror
"pr_warp.c", line 369: warning: identifier redeclared: wa_rerror
current : function() returning int
previous: function(pointer to const char, const int, pointer to struct
wa_request {pointer to struct apr_pool_t {..} pool, pointer to struct wa_handler {..}
hand, pointer to void data, pointer to struct wa_hostdata {..} serv, pointer to struct
wa_hostdata {..} clnt, pointer to char meth, pointer to char ruri, pointer to char
args, pointer to char prot, pointer to char schm, pointer to char user, pointer to
char auth, long clen, pointer to char ctyp, long rlen, pointer to struct apr_table_t
{..} hdrs}, int, pointer to const char, ...) returning int :
"/devel/yyy/webapp-module-1.0-tc40/include/wa_request.h", line 161
"pr_warp.c", line 370: syntax error before or at: }
"pr_warp.c", line 371: undefined or not a type: type
"pr_warp.c", line 371: identifier redefined: type
current : function() returning int
previous: int : "pr_warp.c", line 359
"pr_warp.c", line 374: syntax error before or at: &
"pr_warp.c", line 374: warning: old-style declaration or incorrect type for:
p_read_ushort
"pr_warp.c", line 374: identifier redeclared: p_read_ushort
current : function() returning int
previous: function(pointer to struct warp_packet {pointer to struct apr_pool_t
{..} pool, int type, int size, int curr, array[65536] of char buff}, pointer to int)
returning enum {wa_true(1), wa_false(0)} : "./pr_warp.h", line 114
"pr_warp.c", line 375: syntax error before or at: &
"pr_warp.c", line 375: warning: old-style declaration or incorrect type for:
p_read_string
"pr_warp.c", line 375: identifier redeclared: p_read_string
current : function() returning int
previous: function(pointer to struct warp_packet {pointer to struct apr_pool_t
{..} pool, int type, int size, int curr, array[65536] of char buff}, pointer to
pointer to char) returning enum {wa_true(1), wa_false(0)} : "./pr_warp.h", line 116
"pr_warp.c", line 376: syntax error before or at: "pr_warp.c"
"pr_warp.c", line 376: warning: function prototype parameters must have types
"pr_warp.c", line 376: warning: old-style declaration or incorrect type for: wa_debug
"pr_warp.c", line 377: warning: function prototype parameters must have types
"pr_warp.c", line 377: warning: old-style declaration or incorrect type for:
wa_rsetstatus
"pr_warp.c", line 377: identifier redeclared: wa_rsetstatus
current : function() returning int
previous: function(pointer to struct wa_request {pointer to struct apr_pool_t
{..} pool, pointer to struct wa_handler {..} hand, pointer to void data, pointer to
struct wa_hostdata {..} serv, pointer to struct wa_hostdata {..} clnt, pointer to char
meth, pointer to char ruri, pointer to char args, pointer to char prot, pointer to
char schm, pointer to char user, pointer to char auth, long clen, pointer to char
ctyp, long rlen, pointer to struct apr_table_t {..} hdrs}, int) returning void :
"/devel/yyy/webapp-module-1.0-tc40/include/wa_request.h", line 174
"pr_warp.c", line 378: syntax error before or at: break
"pr_warp.c", line 378: warning: syntax error: empty declaration
"pr_warp.c", line 383: syntax error before or at: &
"pr_warp.c", line 383: warning: old-style declaration or incorrect type for:
p_read_string
"pr_warp.c", line 384: syntax error before or at: &
"pr_warp.c", line 384: warning: old-style declaration or incorrect type for:
p_read_string
"pr_warp.c", line 385: syntax error before or at: "content-type"
"pr_warp.c", line 385: syntax error before or at: ==
"pr_warp.c", line 386: warning: function prototype parameters must have types
"pr_warp.c", line 386: warning: old-style declaration or incorrect type for:
wa_rsetctype
"pr_warp.c", line 386: identifier redeclared: wa_rsetctype
current : function() returning int
previous: function(pointer to struct wa_request {pointer to struct apr_pool_t
{..} pool, pointer to struct wa_handler {..} hand, pointer to void data, pointer to
struct wa_hostdata {..} serv, pointer to struct wa_hostdata {..} clnt, pointer to char
meth, pointer to char ruri, pointer to char args, pointer to char prot, pointer to
char schm, pointer to char user, pointer to char auth, long clen, pointer to char
ctyp, long rlen, pointer to struct apr_table_t {..} hdrs}, pointer to char) returning
void : "/devel/yyy/webapp-module-1.0-tc40/include/wa_request.h", line 175
"pr_warp.c", line 387: syntax error before or at: else
"pr_warp.c", line 387: warning: function prototype parameters must have types
"pr_warp.c", line 387: warning: old-style declaration or incorrect type for:
wa_rsetheader
"pr_warp.c", line 387: identifier redeclared: wa_rsetheader
current : function() returning int
previous: function(pointer to struct wa_request {pointer to struct apr_pool_t
{..} pool, pointer to struct wa_handler {..} hand, pointer to void data, pointer to
struct wa_hostdata {..} serv, pointer to struct wa_hostdata {..} clnt, pointer to char
meth, pointer to char ruri, pointer to char args, pointer to char prot, pointer to
char schm, pointer to char user, pointer to char auth, long clen, pointer to char
ctyp, long rlen, pointer to struct apr_table_t {..} hdrs}, pointer to char, pointer to
char) returning void : "/devel/yyy/webapp-module-1.0-tc40/include/wa_request.h", line
176
"pr_warp.c", line 388: syntax error before or at: "pr_warp.c"
"pr_warp.c", line 388: warning: function prototype parameters must have types
"pr_warp.c", line 388: warning: old-style declaration or incorrect type for: wa_debug
"pr_warp.c", line 389: syntax error before or at: break
"pr_warp.c", line 389: warning: syntax error: empty declaration
"pr_warp.c", line 392: warning: function prototype parameters must have types
"pr_warp.c", line 392: warning: old-style declaration or incorrect type for: wa_rcommit
"pr_warp.c", line 392: identifier redeclared: wa_rcommit
current : function() returning int
previous: function(pointer to struct wa_request {pointer to struct apr_pool_t
{..} pool, pointer to struct wa_handler {..} hand, pointer to void data, pointer to
struct wa_hostdata {..} serv, pointer to struct wa_hostdata {..} clnt, pointer to char
meth, pointer to char ruri, pointer to char args, pointer to char prot, pointer to
char schm, pointer to char user, pointer to char auth, long clen, pointer to char
ctyp, long rlen, pointer to struct apr_table_t {..} hdrs}) returning void :
"/devel/yyy/webapp-module-1.0-tc40/include/wa_request.h", line 177
"pr_warp.c", line 393: syntax error before or at: "pr_warp.c"
"pr_warp.c", line 393: warning: old-style declaration or incorrect type for: wa_debug
"pr_warp.c", line 394: warning: syntax error: empty declaration
"pr_warp.c", line 397: syntax error before or at: ->
"pr_warp.c", line 397: parameter redeclared: pack
"pr_warp.c", line 397: warning: old-style declaration or incorrect type for: wa_rwrite
"pr_warp.c", line 398: warning: function prototype parameters must have types
"pr_warp.c", line 398: warning: old-style declaration or incorrect type for: wa_rflush
"pr_warp.c", line 398: identifier redeclared: wa_rflush
current : function() returning int
previous: function(pointer to struct wa_request {pointer to struct apr_pool_t
{..} pool, pointer to struct wa_handler {..} hand, pointer to void data, pointer to
struct wa_hostdata {..} serv, pointer to struct wa_hostdata {..} clnt, pointer to char
meth, pointer to char ruri, pointer to char args, pointer to char prot, pointer to
char schm, pointer to char user, pointer to char auth, long clen, pointer to char
ctyp, long rlen, pointer to struct apr_table_t {..} hdrs}) returning void :
"/devel/yyy/webapp-module-1.0-tc40/include/wa_request.h", line 178
"pr_warp.c", line 399: undefined or not a type: pack
"pr_warp.c", line 399: syntax error before or at: ->
"pr_warp.c", line 399: non-unique member requires struct/union pointer: size
"pr_warp.c", line 399: left operand of "->" must be pointer to struct/union
"pr_warp.c", line 399: integral constant expression expected
"pr_warp.c", line 399: warning: old-style declaration or incorrect type for: buff
"pr_warp.c", line 399: warning: {}-enclosed initializer required
"pr_warp.c", line 400: syntax error before or at: "pr_warp.c"
"pr_warp.c", line 400: warning: old-style declaration or incorrect type for: wa_debug
"pr_warp.c", line 401: warning: syntax error: empty declaration
"pr_warp.c", line 404: warning: old-style declaration or incorrect type for: wa_debug
"pr_warp.c", line 405: warning: old-style declaration or incorrect type for: status
"pr_warp.c", line 406: syntax error before or at: break
"pr_warp.c", line 406: warning: syntax error: empty declaration
"pr_warp.c", line 410: syntax error before or at: &
"pr_warp.c", line 410: warning: old-style declaration or incorrect type for:
p_read_ushort
"pr_warp.c", line 411: warning: function prototype parameters must have types
"pr_warp.c", line 411: warning: old-style declaration or incorrect type for: p_reset
"pr_warp.c", line 412: syntax error before or at: "pr_warp.c"
"pr_warp.c", line 412: warning: function prototype parameters must have types
"pr_warp.c", line 412: warning: old-style declaration or incorrect type for: wa_debug
"pr_warp.c", line 413: warning: old-style declaration or incorrect type for: size
"pr_warp.c", line 413: identifier redefined: size
current : int
previous: int : "pr_warp.c", line 409
"pr_warp.c", line 413: left operand of "->" must be pointer to struct/union
"pr_warp.c", line 413: warning: argument #1 is incompatible with prototype:
prototype: pointer to struct wa_request {pointer to struct apr_pool_t {..}
pool, pointer to struct wa_handler {..} hand, pointer to void data, pointer to struct
wa_hostdata {..} serv, pointer to struct wa_hostdata {..} clnt, pointer to char meth,
pointer to char ruri, pointer to char args, pointer to char prot, pointer to char
schm, pointer to char user, pointer to char auth, long clen, pointer to char ctyp,
long rlen, pointer to struct apr_table_t {..} hdrs} :
"/devel/yyy/webapp-module-1.0-tc40/include/wa_request.h", line 179
argument : pointer to function() returning int
"pr_warp.c", line 413: non-constant initializer: op "CALL"
"pr_warp.c", line 414: syntax error before or at: "pr_warp.c"
"pr_warp.c", line 414: warning: function prototype parameters must have types
"pr_warp.c", line 414: warning: old-style declaration or incorrect type for: wa_debug
"pr_warp.c", line 415: syntax error before or at: if
"pr_warp.c", line 416: undefined or not a type: pack
"pr_warp.c", line 416: warning: old-style declaration or incorrect type for: type
"pr_warp.c", line 416: identifier redefined: type
current : int
previous: function() returning int : "pr_warp.c", line 371
"pr_warp.c", line 417: syntax error before or at: }
"pr_warp.c", line 418: undefined or not a type: pack
"pr_warp.c", line 418: warning: old-style declaration or incorrect type for: type
"pr_warp.c", line 418: identifier redefined: type
current : int
previous: int : "pr_warp.c", line 416
"pr_warp.c", line 419: undefined or not a type: pack
"pr_warp.c", line 419: syntax error before or at: ->
"pr_warp.c", line 419: warning: old-style declaration or incorrect type for: size
"pr_warp.c", line 419: identifier redefined: size
current : int
previous: int : "pr_warp.c", line 413
"pr_warp.c", line 419: non-constant initializer: op "NAME"
"pr_warp.c", line 420: syntax error before or at: }
"pr_warp.c", line 421: undefined or not a type: pack
"pr_warp.c", line 421: warning: old-style declaration or incorrect type for: type
"pr_warp.c", line 421: identifier redefined: type
current : int
previous: int : "pr_warp.c", line 418
"pr_warp.c", line 422: syntax error before or at: "Transfer interrupted"
"pr_warp.c", line 422: warning: old-style declaration or incorrect type for:
p_write_string
"pr_warp.c", line 424: warning: old-style declaration or incorrect type for: wa_debug
"pr_warp.c", line 425: syntax error before or at: ->
"pr_warp.c", line 425: syntax error before or at: !=
"pr_warp.c", line 425: undefined or not a type: wa_true
"pr_warp.c", line 426: warning: function prototype parameters must have types
"pr_warp.c", line 426: warning: old-style declaration or incorrect type for:
n_disconnect
"pr_warp.c", line 427: syntax error before or at: return
"pr_warp.c", line 427: syntax error before or at: "pr_warp.c"
"pr_warp.c", line 427: syntax error before or at: 500
"pr_warp.c", line 427: warning: old-style declaration or incorrect type for: wa_rerror
"pr_warp.c", line 427: warning: identifier redeclared: wa_rerror
current : function() returning int
previous: function(pointer to const char, const int, pointer to struct
wa_request {pointer to struct apr_pool_t {..} pool, pointer to struct wa_handler {..}
hand, pointer to void data, pointer to struct wa_hostdata {..} serv, pointer to struct
wa_hostdata {..} clnt, pointer to char meth, pointer to char ruri, pointer to char
args, pointer to char prot, pointer to char schm, pointer to char user, pointer to
char auth, long clen, pointer to char ctyp, long rlen, pointer to struct apr_table_t
{..} hdrs}, int, pointer to const char, ...) returning int :
"/devel/yyy/webapp-module-1.0-tc40/include/wa_request.h", line 161
"pr_warp.c", line 428: syntax error before or at: }
"pr_warp.c", line 429: warning: syntax error: empty declaration
"pr_warp.c", line 432: identifier redefined: mesg
current : pointer to char
previous: pointer to char : "pr_warp.c", line 373
"pr_warp.c", line 433: syntax error before or at: &
"pr_warp.c", line 433: warning: old-style declaration or incorrect type for:
p_read_string
"pr_warp.c", line 434: syntax error before or at: "pr_warp.c"
"pr_warp.c", line 434: syntax error before or at: 500
"pr_warp.c", line 434: warning: function prototype parameters must have types
"pr_warp.c", line 434: warning: old-style declaration or incorrect type for: wa_rerror
"pr_warp.c", line 434: warning: identifier redeclared: wa_rerror
current : function() returning int
previous: function(pointer to const char, const int, pointer to struct
wa_request {pointer to struct apr_pool_t {..} pool, pointer to struct wa_handler {..}
hand, pointer to void data, pointer to struct wa_hostdata {..} serv, pointer to struct
wa_hostdata {..} clnt, pointer to char meth, pointer to char ruri, pointer to char
args, pointer to char prot, pointer to char schm, pointer to char user, pointer to
char auth, long clen, pointer to char ctyp, long rlen, pointer to struct apr_table_t
{..} hdrs}, int, pointer to const char, ...) returning int :
"/devel/yyy/webapp-module-1.0-tc40/include/wa_request.h", line 161
"pr_warp.c", line 435: syntax error before or at: }
"pr_warp.c", line 437: warning: function prototype parameters must have types
"pr_warp.c", line 437: warning: old-style declaration or incorrect type for:
n_disconnect
"pr_warp.c", line 438: syntax error before or at: return
"pr_warp.c", line 438: syntax error before or at: "pr_warp.c"
"pr_warp.c", line 438: syntax error before or at: 500
"pr_warp.c", line 438: warning: old-style declaration or incorrect type for: wa_rerror
"pr_warp.c", line 438: warning: identifier redeclared: wa_rerror
current : function() returning int
previous: function(pointer to const char, const int, pointer to struct
wa_request {pointer to struct apr_pool_t {..} pool, pointer to struct wa_handler {..}
hand, pointer to void data, pointer to struct wa_hostdata {..} serv, pointer to struct
wa_hostdata {..} clnt, pointer to char meth, pointer to char ruri, pointer to char
args, pointer to char prot, pointer to char schm, pointer to char user, pointer to
char auth, long clen, pointer to char ctyp, long rlen, pointer to struct apr_table_t
{..} hdrs}, int, pointer to const char, ...) returning int :
"/devel/yyy/webapp-module-1.0-tc40/include/wa_request.h", line 161
"pr_warp.c", line 439: syntax error before or at: }
"pr_warp.c", line 459: cannot recover from previous errors
cc: acomp failed for pr_warp.c
make[2]: *** [pr_warp.o] Error 2
make[2]: Leaving directory `/devel/yyy/webapp-module-1.0-tc40/lib'
make[1]: Exiting directory "lib"
make[1]: *** [template] Error 2
make[1]: Leaving directory `/devel/yyy/webapp-module-1.0-tc40'
make: *** [lib-build] Error 2
[xxxx:/devel/yyy/webapp-module-1.0-tc40]
yyy-->exit
script done on Mon Apr 08 07:09:50 2002
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>