I have successfully compiled all versions of Pound up to and including version 
2.3.2 on RedHat 8.0. For versions later than that I get loads of compiler 
errors. I have pasted below the output of both the ./configure script and the 
make. 

 

Any leads would be gratefully received.

[r...@server01 Pound-2.4.4]# ./configure 

checking for gcc... gcc 
checking for C compiler default output file name... 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... yes 
checking whether gcc accepts -g... yes 
checking for gcc option to accept ISO C89... none needed 
checking for a BSD-compatible install... /usr/bin/install -c 
checking build system type... i686-pc-linux-gnu 
checking host system type... i686-pc-linux-gnu 
checking target system type... i686-pc-linux-gnu 
configure: *** Checking for threads library and/or flags *** 
checking for the pthreads library -lpthreads... no 
checking whether pthreads work without any flags... no 
checking whether pthreads work with -Kthread... no 
checking whether pthreads work with -kthread... no 
checking for the pthreads library -llthread... no 
checking whether pthreads work with -pthread... yes 
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE 
checking if more special flags are required for pthreads... no 
checking for cc_r... gcc 
configure: *** Parsing options *** 
configure: *** Checking for libraries *** 
checking for dlopen in -ldl... yes 
checking for socket in -lsocket... no 
checking for hstrerror in -lresolv... yes 
checking for BIO_new in -lcrypto... yes 
checking for SSL_CTX_new in -lssl... yes 
checking for regcomp in -lpcreposix... no 
checking for regexec in -lpcreposix... yes 
checking for malloc in -ltcmalloc... no 
checking for malloc in -lhoard... no 
checking for pthread_attr_setstacksize in LIBS=-lpcreposix -lpcre -lssl 
-lcrypto -lresolv -ldl   -lm with CFLAGS=-g -O2 -pthread -DUPER... OK 
configure: *** Checking for header files *** 
checking how to run the C preprocessor... gcc -E 
checking for grep that handles long lines and -e... /bin/grep 
checking for egrep... /bin/grep -E 
checking for ANSI C header files... yes 
checking for sys/types.h... yes 
checking for sys/stat.h... yes 
checking for stdlib.h... yes 
checking for string.h... yes 
checking for memory.h... yes 
checking for strings.h... yes 
checking for inttypes.h... yes 
checking for stdint.h... yes 
checking for unistd.h... yes 
checking arpa/inet.h usability... yes 
checking arpa/inet.h presence... yes 
checking for arpa/inet.h... yes 
checking errno.h usability... yes 
checking errno.h presence... yes 
checking for errno.h... yes 
checking netdb.h usability... yes 
checking netdb.h presence... yes 
checking for netdb.h... yes 
checking netinet/in.h usability... yes 
checking netinet/in.h presence... yes 
checking for netinet/in.h... yes 
checking netinet/tcp.h usability... yes 
checking netinet/tcp.h presence... yes 
checking for netinet/tcp.h... yes 
checking for stdlib.h... (cached) yes 
checking for string.h... (cached) yes 
checking sys/socket.h usability... yes 
checking sys/socket.h presence... yes 
checking for sys/socket.h... yes 
checking sys/un.h usability... yes 
checking sys/un.h presence... yes 
checking for sys/un.h... yes 
checking sys/time.h usability... yes 
checking sys/time.h presence... yes 
checking for sys/time.h... yes 
checking for unistd.h... (cached) yes 
checking getopt.h usability... yes 
checking getopt.h presence... yes 
checking for getopt.h... yes 
checking pthread.h usability... yes 
checking pthread.h presence... yes 
checking for pthread.h... yes 
checking for sys/types.h... (cached) yes 
checking sys/poll.h usability... yes 
checking sys/poll.h presence... yes 
checking for sys/poll.h... yes 
checking openssl/ssl.h usability... yes 
checking openssl/ssl.h presence... yes 
checking for openssl/ssl.h... yes 
checking openssl/engine.h usability... yes 
checking openssl/engine.h presence... yes 
checking for openssl/engine.h... yes 
checking time.h usability... yes 
checking time.h presence... yes 
checking for time.h... yes 
checking pwd.h usability... yes 
checking pwd.h presence... yes 
checking for pwd.h... yes 
checking grp.h usability... yes 
checking grp.h presence... yes 
checking for grp.h... yes 
checking signal.h usability... yes 
checking signal.h presence... yes 
checking for signal.h... yes 
checking regex.h usability... yes 
checking regex.h presence... yes 
checking for regex.h... yes 
checking ctype.h usability... yes 
checking ctype.h presence... yes 
checking for ctype.h... yes 
checking wait.h usability... yes 
checking wait.h presence... yes 
checking for wait.h... yes 
checking sys/wait.h usability... yes 
checking sys/wait.h presence... yes 
checking for sys/wait.h... yes 
checking for sys/stat.h... (cached) yes 
checking fcntl.h usability... yes 
checking fcntl.h presence... yes 
checking for fcntl.h... yes 
checking stdarg.h usability... yes 
checking stdarg.h presence... yes 
checking for stdarg.h... yes 
checking pcreposix.h usability... no 
checking pcreposix.h presence... no 
checking for pcreposix.h... no 
checking pcre/pcreposix.h usability... yes 
checking pcre/pcreposix.h presence... yes 
checking for pcre/pcreposix.h... yes 
configure: *** Checking for additonal information *** 
checking for facilitynames presence... yes 
checking return type of signal handlers... void 
checking for an ANSI C-conforming const... yes 
checking for uid_t in sys/types.h... yes 
checking for pid_t... yes 
checking whether time.h and sys/time.h may both be included... yes 
checking for in_addr_t... yes 
checking for in_port_t... yes 
checking for time_t... yes 
checking vfork.h usability... no 
checking vfork.h presence... no 
checking for vfork.h... no 
checking for fork... yes 
checking for vfork... yes 
checking for working fork... yes 
checking for working vfork... (cached) yes 
checking for stdlib.h... (cached) yes 
checking for GNU libc compatible malloc... yes 
checking for working memcmp... yes 
checking sys/select.h usability... yes 
checking sys/select.h presence... yes 
checking for sys/select.h... yes 
checking for sys/socket.h... (cached) yes 
checking types of arguments for select... int,fd_set *,struct timeval * 
checking return type of signal handlers... (cached) void 
checking whether lstat dereferences a symlink specified with a trailing 
slash... yes 
checking whether stat accepts an empty string... no 
checking for strftime... yes 
checking for getaddrinfo... yes 
checking for inet_ntop... yes 
checking for memset... yes 
checking for regcomp... yes 
checking for poll... yes 
checking for socket... yes 
checking for strcasecmp... yes 
checking for strchr... yes 
checking for strdup... yes 
checking for strerror... yes 
checking for strncasecmp... yes 
checking for strspn... yes 
checking for strtol... yes 
checking for setsid... yes 
checking for X509_STORE_set_flags... no 
checking for localtime_r... yes 
checking for gettimeofday... yes 
configure: creating ./config.status 
config.status: creating Makefile 
config.status: creating config.h 
config.status: config.h is unchanged 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 

[r...@server01 Pound-2.4.4]# make 

gcc -DF_CONF=\"/usr/local/etc/pound.cfg\" -DVERSION=\""2.4.4"\" -DC_SSL=\"""\" 
-DC_T_RSA=\""0"\" -DC_MAXBUF=\""0"\" -DC_OWNER=\"""\" -DC_GROUP=\"""\" 
-DC_SUPER=\""0"\" -DC_CERT1L=\""0"\" -g -O2 -pthread -DUPER -DNEED_STACK 
-DHAVE_SYSLOG_H=1 -pthread  -D_REENTRANT -D_THREAD_SAFE -Wstrict-prototypes 
-pipe   -c -o pound.o pound.c 
gcc -DF_CONF=\"/usr/local/etc/pound.cfg\" -DVERSION=\""2.4.4"\" -DC_SSL=\"""\" 
-DC_T_RSA=\""0"\" -DC_MAXBUF=\""0"\" -DC_OWNER=\"""\" -DC_GROUP=\"""\" 
-DC_SUPER=\""0"\" -DC_CERT1L=\""0"\" -g -O2 -pthread -DUPER -DNEED_STACK 
-DHAVE_SYSLOG_H=1 -pthread  -D_REENTRANT -D_THREAD_SAFE -Wstrict-prototypes 
-pipe   -c -o http.o http.c 
gcc -DF_CONF=\"/usr/local/etc/pound.cfg\" -DVERSION=\""2.4.4"\" -DC_SSL=\"""\" 
-DC_T_RSA=\""0"\" -DC_MAXBUF=\""0"\" -DC_OWNER=\"""\" -DC_GROUP=\"""\" 
-DC_SUPER=\""0"\" -DC_CERT1L=\""0"\" -g -O2 -pthread -DUPER -DNEED_STACK 
-DHAVE_SYSLOG_H=1 -pthread  -D_REENTRANT -D_THREAD_SAFE -Wstrict-prototypes 
-pipe   -c -o config.o config.c 
config.c: In function `parse_be': 
config.c:143: warning: assignment from incompatible pointer type 
config.c: In function `t_hash': 
config.c:373: warning: decimal constant is so large that it is unsigned 
config.c: At top level: 
config.c:378: parse error before "const" 
config.c:380: warning: function declaration isn't a prototype 
config.c: In function `IMPLEMENT_LHASH_HASH_FN': 
config.c:382: storage class specified for parameter `t_cmp' 
config.c:382: parse error before '{' token 
config.c:382: declaration for parameter `t_cmp' but no such parameter 
config.c:383: `d1' undeclared (first use in this function) 
config.c:383: (Each undeclared identifier is reported only once 
config.c:383: for each function it appears in.) 
config.c:383: `d2' undeclared (first use in this function) 
config.c:383: `__s1_len' undeclared (first use in this function) 
config.c: At top level: 
config.c:383: parse error before ')' token 
config.c:383: `d1' undeclared here (not in a function) 
config.c:383: `__s2' undeclared here (not in a function) 
config.c:383: parse error before "if" 
config.c:383: conflicting declarations of `__result' 
config.c:383: `__result' previously defined here 
config.c:383: warning: data definition has no type or storage class 
config.c:383: parse error before '}' token 
config.c:383: warning: data definition has no type or storage class 
config.c:383: parse error before '}' token 
config.c:383: conflicting declarations of `__result' 
config.c:383: `__result' previously declared here 
config.c:383: `__s1' undeclared here (not in a function) 
config.c:383: `d2' undeclared here (not in a function) 
config.c:383: parse error before "if" 
config.c:383: conflicting declarations of `__result' 
config.c:383: `__result' previously defined here 
config.c:383: warning: data definition has no type or storage class 
config.c:383: parse error before '}' token 
config.c:385: parse error before "const" 
config.c:390: warning: function declaration isn't a prototype 
config.c: In function `IMPLEMENT_LHASH_COMP_FN': 
config.c:392: storage class specified for parameter `parse_service' 
config.c:392: parse error before '{' token 
config.c:398: parse error before "if" 
config.c:396: declaration for parameter `m' but no such parameter 
config.c:395: declaration for parameter `be' but no such parameter 
config.c:394: declaration for parameter `res' but no such parameter 
config.c:392: declaration for parameter `parse_service' but no such parameter 
config.c: At top level: 
config.c:402: parse error before "__extension__" 
config.c:402: parse error before "__uint8_t" 
config.c:402: warning: data definition has no type or storage class 
config.c:402: parse error before '}' token 
config.c:402: warning: initialization makes pointer from integer without a cast 
config.c:402: initializer element is not constant 
config.c:402: parse error before "switch" 
config.c:402: conflicting types for `__u' 
config.c:402: previous declaration of `__u' 
config.c:402: warning: initialization makes integer from pointer without a cast 
config.c:402: initializer element is not constant 
config.c:402: warning: data definition has no type or storage class 
config.c:402: parse error before "case" 
config.c:402: redefinition of `__u' 
config.c:402: `__u' previously defined here 
config.c:402: warning: initialization makes integer from pointer without a cast 
config.c:402: initializer element is not constant 
config.c:402: warning: data definition has no type or storage class 
config.c:402: parse error before "case" 
config.c:402: redefinition of `__u' 
config.c:402: `__u' previously defined here 
config.c:402: warning: initialization makes integer from pointer without a cast 
config.c:402: initializer element is not constant 
config.c:402: warning: data definition has no type or storage class 
config.c:402: parse error before "case" 
config.c:402: redefinition of `__u' 
config.c:402: `__u' previously defined here 
config.c:402: warning: initialization makes integer from pointer without a cast 
config.c:402: initializer element is not constant 
config.c:402: warning: data definition has no type or storage class 
config.c:402: parse error before '->' token 
config.c:402: redefinition of `__u' 
config.c:402: `__u' previously defined here 
config.c:402: warning: initialization makes integer from pointer without a cast 
config.c:402: initializer element is not constant 
config.c:402: warning: data definition has no type or storage class 
config.c:402: parse error before "case" 
config.c:402: redefinition of `__u' 
config.c:402: `__u' previously defined here 
config.c:402: warning: initialization makes integer from pointer without a cast 
config.c:402: initializer element is not constant 
config.c:402: warning: data definition has no type or storage class 
config.c:402: parse error before "case" 
config.c:402: redefinition of `__u' 
config.c:402: `__u' previously defined here 
config.c:402: warning: initialization makes integer from pointer without a cast 
config.c:402: initializer element is not constant 
config.c:402: warning: data definition has no type or storage class 
config.c:402: parse error before "case" 
config.c:402: redefinition of `__u' 
config.c:402: `__u' previously defined here 
config.c:402: warning: initialization makes integer from pointer without a cast 
config.c:402: initializer element is not constant 
config.c:402: warning: data definition has no type or storage class 
config.c:402: parse error before "case" 
config.c:402: redefinition of `__u' 
config.c:402: `__u' previously defined here 
config.c:402: warning: initialization makes integer from pointer without a cast 
config.c:402: initializer element is not constant 
config.c:402: warning: data definition has no type or storage class 
config.c:402: parse error before "case" 
config.c:402: redefinition of `__u' 
config.c:402: `__u' previously defined here 
config.c:402: warning: initialization makes integer from pointer without a cast 
config.c:402: initializer element is not constant 
config.c:402: warning: data definition has no type or storage class 
config.c:402: parse error before "case" 
config.c:402: redefinition of `__u' 
config.c:402: `__u' previously defined here 
config.c:402: warning: initialization makes integer from pointer without a cast 
config.c:402: initializer element is not constant 
config.c:402: warning: data definition has no type or storage class 
config.c:402: parse error before "case" 
config.c:402: redefinition of `__u' 
config.c:402: `__u' previously defined here 
config.c:402: warning: initialization makes integer from pointer without a cast 
config.c:402: initializer element is not constant 
config.c:402: warning: data definition has no type or storage class 
config.c:402: parse error before "case" 
config.c:402: redefinition of `__u' 
config.c:402: `__u' previously defined here 
config.c:402: warning: initialization makes integer from pointer without a cast 
config.c:402: initializer element is not constant 
config.c:402: warning: data definition has no type or storage class 
config.c:402: parse error before "case" 
config.c:402: warning: data definition has no type or storage class 
config.c:402: parse error before '}' token 
config.c:402: parse error before '\x0' 
config.c:402: warning: data definition has no type or storage class 
config.c:402: parse error before '}' token 
config.c:405: parse error before '&' token 
config.c:410: parse error before numeric constant 
config.c:410: warning: function declaration isn't a prototype 
config.c:410: conflicting types for `exit' 
/usr/include/stdlib.h:612: previous declaration of `exit' 
config.c:410: warning: data definition has no type or storage class 
config.c:421: invalid type argument of `->' 
config.c:421: parse error before ')' token 
config.c:425: parse error before numeric constant 
config.c:425: warning: function declaration isn't a prototype 
config.c:425: warning: data definition has no type or storage class 
config.c:427: redefinition of `m' 
config.c:421: `m' previously defined here 
config.c:427: invalid type argument of `->' 
config.c:427: warning: data definition has no type or storage class 
config.c:428: parse error before '}' token 
config.c:431: parse error before numeric constant 
config.c:431: warning: function declaration isn't a prototype 
config.c:431: warning: data definition has no type or storage class 
config.c:433: redefinition of `m' 
config.c:427: `m' previously defined here 
config.c:433: `res' undeclared here (not in a function) 
config.c:433: warning: data definition has no type or storage class 
config.c:434: parse error before '}' token 
config.c:435: parse error before "__uint8_t" 
config.c:435: warning: data definition has no type or storage class 
config.c:435: parse error before '}' token 
config.c:435: conflicting types for `__u' 
config.c:402: previous declaration of `__u' 
config.c:435: warning: initialization makes pointer from integer without a cast 
config.c:435: initializer element is not constant 
config.c:435: redefinition of `__c' 
config.c:402: `__c' previously defined here 
config.c:435: parse error before "switch" 
config.c:435: conflicting types for `__u' 
config.c:435: previous declaration of `__u' 
config.c:435: warning: initialization makes integer from pointer without a cast 
config.c:435: initializer element is not constant 
config.c:435: warning: data definition has no type or storage class 
config.c:435: parse error before "case" 
config.c:435: redefinition of `__u' 
config.c:435: `__u' previously defined here 
config.c:435: warning: initialization makes integer from pointer without a cast 
config.c:435: initializer element is not constant 
config.c:435: warning: data definition has no type or storage class 
config.c:435: parse error before "case" 
config.c:435: redefinition of `__u' 
config.c:435: `__u' previously defined here 
config.c:435: warning: initialization makes integer from pointer without a cast 
config.c:435: initializer element is not constant 
config.c:435: warning: data definition has no type or storage class 
config.c:435: parse error before "case" 
config.c:435: redefinition of `__u' 
config.c:435: `__u' previously defined here 
config.c:435: warning: initialization makes integer from pointer without a cast 
config.c:435: initializer element is not constant 
config.c:435: warning: data definition has no type or storage class 
config.c:435: parse error before '->' token 
config.c:435: redefinition of `__u' 
config.c:435: `__u' previously defined here 
config.c:435: warning: initialization makes integer from pointer without a cast 
config.c:435: initializer element is not constant 
config.c:435: warning: data definition has no type or storage class 
config.c:435: parse error before "case" 
config.c:435: redefinition of `__u' 
config.c:435: `__u' previously defined here 
config.c:435: warning: initialization makes integer from pointer without a cast 
config.c:435: initializer element is not constant 
config.c:435: warning: data definition has no type or storage class 
config.c:435: parse error before "case" 
config.c:435: redefinition of `__u' 
config.c:435: `__u' previously defined here 
config.c:435: warning: initialization makes integer from pointer without a cast 
config.c:435: initializer element is not constant 
config.c:435: warning: data definition has no type or storage class 
config.c:435: parse error before "case" 
config.c:435: redefinition of `__u' 
config.c:435: `__u' previously defined here 
config.c:435: warning: initialization makes integer from pointer without a cast 
config.c:435: initializer element is not constant 
config.c:435: warning: data definition has no type or storage class 
config.c:435: parse error before "case" 
config.c:435: redefinition of `__u' 
config.c:435: `__u' previously defined here 
config.c:435: warning: initialization makes integer from pointer without a cast 
config.c:435: initializer element is not constant 
config.c:435: warning: data definition has no type or storage class 
config.c:435: parse error before "case" 
config.c:435: redefinition of `__u' 
config.c:435: `__u' previously defined here 
config.c:435: warning: initialization makes integer from pointer without a cast 
config.c:435: initializer element is not constant 
config.c:435: warning: data definition has no type or storage class 
config.c:435: parse error before "case" 
config.c:435: redefinition of `__u' 
config.c:435: `__u' previously defined here 
config.c:435: warning: initialization makes integer from pointer without a cast 
config.c:435: initializer element is not constant 
config.c:435: warning: data definition has no type or storage class 
config.c:435: parse error before "case" 
config.c:435: redefinition of `__u' 
config.c:435: `__u' previously defined here 
config.c:435: warning: initialization makes integer from pointer without a cast 
config.c:435: initializer element is not constant 
config.c:435: warning: data definition has no type or storage class 
config.c:435: parse error before "case" 
config.c:435: redefinition of `__u' 
config.c:435: `__u' previously defined here 
config.c:435: warning: initialization makes integer from pointer without a cast 
config.c:435: initializer element is not constant 
config.c:435: warning: data definition has no type or storage class 
config.c:435: parse error before "case" 
config.c:435: warning: data definition has no type or storage class 
config.c:435: parse error before '}' token 
config.c:435: parse error before '\x0' 
config.c:435: warning: data definition has no type or storage class 
config.c:435: parse error before '}' token 
config.c:436: variable-size type declared outside of any function 
config.c:436: variable-sized object may not be initialized 
config.c:436: warning: data definition has no type or storage class 
config.c:437: parse error before "if" 
config.c:439: parse error before numeric constant 
config.c:439: warning: function declaration isn't a prototype 
config.c:439: warning: data definition has no type or storage class 
config.c:443: redefinition of `m' 
config.c:433: `m' previously defined here 
config.c:443: invalid type argument of `->' 
config.c:443: parse error before ')' token 
config.c:447: parse error before numeric constant 
config.c:447: warning: function declaration isn't a prototype 
config.c:447: warning: data definition has no type or storage class 
config.c:449: redefinition of `m' 
config.c:443: `m' previously defined here 
config.c:449: invalid type argument of `->' 
config.c:449: warning: data definition has no type or storage class 
config.c:450: parse error before '}' token 
config.c:453: parse error before numeric constant 
config.c:453: warning: function declaration isn't a prototype 
config.c:453: warning: data definition has no type or storage class 
config.c:455: redefinition of `m' 
config.c:449: `m' previously defined here 
config.c:455: `res' undeclared here (not in a function) 
config.c:455: warning: data definition has no type or storage class 
config.c:456: parse error before '}' token 
config.c:457: parse error before "__uint8_t" 
config.c:457: warning: data definition has no type or storage class 
config.c:457: parse error before '}' token 
config.c:457: conflicting types for `__u' 
config.c:435: previous declaration of `__u' 
config.c:457: warning: initialization makes pointer from integer without a cast 
config.c:457: initializer element is not constant 
config.c:457: redefinition of `__c' 
config.c:435: `__c' previously defined here 
config.c:457: parse error before "switch" 
config.c:457: conflicting types for `__u' 
config.c:457: previous declaration of `__u' 
config.c:457: warning: initialization makes integer from pointer without a cast 
config.c:457: initializer element is not constant 
config.c:457: warning: data definition has no type or storage class 
config.c:457: parse error before "case" 
config.c:457: redefinition of `__u' 
config.c:457: `__u' previously defined here 
config.c:457: warning: initialization makes integer from pointer without a cast 
config.c:457: initializer element is not constant 
config.c:457: warning: data definition has no type or storage class 
config.c:457: parse error before "case" 
config.c:457: redefinition of `__u' 
config.c:457: `__u' previously defined here 
config.c:457: warning: initialization makes integer from pointer without a cast 
config.c:457: initializer element is not constant 
config.c:457: warning: data definition has no type or storage class 
config.c:457: parse error before "case" 
config.c:457: redefinition of `__u' 
config.c:457: `__u' previously defined here 
config.c:457: warning: initialization makes integer from pointer without a cast 
config.c:457: initializer element is not constant 
config.c:457: warning: data definition has no type or storage class 
config.c:457: parse error before '->' token 
config.c:457: redefinition of `__u' 
config.c:457: `__u' previously defined here 
config.c:457: warning: initialization makes integer from pointer without a cast 
config.c:457: initializer element is not constant 
config.c:457: warning: data definition has no type or storage class 
config.c:457: parse error before "case" 
config.c:457: redefinition of `__u' 
config.c:457: `__u' previously defined here 
config.c:457: warning: initialization makes integer from pointer without a cast 
config.c:457: initializer element is not constant 
config.c:457: warning: data definition has no type or storage class 
config.c:457: parse error before "case" 
config.c:457: redefinition of `__u' 
config.c:457: `__u' previously defined here 
config.c:457: warning: initialization makes integer from pointer without a cast 
config.c:457: initializer element is not constant 
config.c:457: warning: data definition has no type or storage class 
config.c:457: parse error before "case" 
config.c:457: redefinition of `__u' 
config.c:457: `__u' previously defined here 
config.c:457: warning: initialization makes integer from pointer without a cast 
config.c:457: initializer element is not constant 
config.c:457: warning: data definition has no type or storage class 
config.c:457: parse error before "case" 
config.c:457: redefinition of `__u' 
config.c:457: `__u' previously defined here 
config.c:457: warning: initialization makes integer from pointer without a cast 
config.c:457: initializer element is not constant 
config.c:457: warning: data definition has no type or storage class 
config.c:457: parse error before "case" 
config.c:457: redefinition of `__u' 
config.c:457: `__u' previously defined here 
config.c:457: warning: initialization makes integer from pointer without a cast 
config.c:457: initializer element is not constant 
config.c:457: warning: data definition has no type or storage class 
config.c:457: parse error before "case" 
config.c:457: redefinition of `__u' 
config.c:457: `__u' previously defined here 
config.c:457: warning: initialization makes integer from pointer without a cast 
config.c:457: initializer element is not constant 
config.c:457: warning: data definition has no type or storage class 
config.c:457: parse error before "case" 
config.c:457: redefinition of `__u' 
config.c:457: `__u' previously defined here 
config.c:457: warning: initialization makes integer from pointer without a cast 
config.c:457: initializer element is not constant 
config.c:457: warning: data definition has no type or storage class 
config.c:457: parse error before "case" 
config.c:457: redefinition of `__u' 
config.c:457: `__u' previously defined here 
config.c:457: warning: initialization makes integer from pointer without a cast 
config.c:457: initializer element is not constant 
config.c:457: warning: data definition has no type or storage class 
config.c:457: parse error before "case" 
config.c:457: warning: data definition has no type or storage class 
config.c:457: parse error before '}' token 
config.c:457: parse error before '\x0' 
config.c:457: warning: data definition has no type or storage class 
config.c:457: parse error before '}' token 
config.c:458: variable-size type declared outside of any function 
config.c:458: variable-sized object may not be initialized 
config.c:458: warning: data definition has no type or storage class 
config.c:459: parse error before "if" 
config.c:461: parse error before numeric constant 
config.c:461: warning: function declaration isn't a prototype 
config.c:461: warning: data definition has no type or storage class 
config.c:465: redefinition of `m' 
config.c:455: `m' previously defined here 
config.c:465: invalid type argument of `->' 
config.c:465: parse error before ')' token 
config.c:469: parse error before numeric constant 
config.c:469: warning: function declaration isn't a prototype 
config.c:469: warning: data definition has no type or storage class 
config.c:471: redefinition of `m' 
config.c:465: `m' previously defined here 
config.c:471: invalid type argument of `->' 
config.c:471: warning: data definition has no type or storage class 
config.c:472: parse error before '}' token 
config.c:475: parse error before numeric constant 
config.c:475: warning: function declaration isn't a prototype 
config.c:475: warning: data definition has no type or storage class 
config.c:477: redefinition of `m' 
config.c:471: `m' previously defined here 
config.c:477: `res' undeclared here (not in a function) 
config.c:477: warning: data definition has no type or storage class 
config.c:478: parse error before '}' token 
config.c:479: parse error before "__uint8_t" 
config.c:479: warning: data definition has no type or storage class 
config.c:479: parse error before '}' token 
config.c:479: conflicting types for `__u' 
config.c:457: previous declaration of `__u' 
config.c:479: warning: initialization makes pointer from integer without a cast 
config.c:479: initializer element is not constant 
config.c:479: redefinition of `__c' 
config.c:457: `__c' previously defined here 
config.c:479: parse error before "switch" 
config.c:479: conflicting types for `__u' 
config.c:479: previous declaration of `__u' 
config.c:479: warning: initialization makes integer from pointer without a cast 
config.c:479: initializer element is not constant 
config.c:479: warning: data definition has no type or storage class 
config.c:479: parse error before "case" 
config.c:479: redefinition of `__u' 
config.c:479: `__u' previously defined here 
config.c:479: warning: initialization makes integer from pointer without a cast 
config.c:479: initializer element is not constant 
config.c:479: warning: data definition has no type or storage class 
config.c:479: parse error before "case" 
config.c:479: redefinition of `__u' 
config.c:479: `__u' previously defined here 
config.c:479: warning: initialization makes integer from pointer without a cast 
config.c:479: initializer element is not constant 
config.c:479: warning: data definition has no type or storage class 
config.c:479: parse error before "case" 
config.c:479: redefinition of `__u' 
config.c:479: `__u' previously defined here 
config.c:479: warning: initialization makes integer from pointer without a cast 
config.c:479: initializer element is not constant 
config.c:479: warning: data definition has no type or storage class 
config.c:479: parse error before '->' token 
config.c:479: redefinition of `__u' 
config.c:479: `__u' previously defined here 
config.c:479: warning: initialization makes integer from pointer without a cast 
config.c:479: initializer element is not constant 
config.c:479: warning: data definition has no type or storage class 
config.c:479: parse error before "case" 
config.c:479: redefinition of `__u' 
config.c:479: `__u' previously defined here 
config.c:479: warning: initialization makes integer from pointer without a cast 
config.c:479: initializer element is not constant 
config.c:479: warning: data definition has no type or storage class 
config.c:479: parse error before "case" 
config.c:479: redefinition of `__u' 
config.c:479: `__u' previously defined here 
config.c:479: warning: initialization makes integer from pointer without a cast 
config.c:479: initializer element is not constant 
config.c:479: warning: data definition has no type or storage class 
config.c:479: parse error before "case" 
config.c:479: redefinition of `__u' 
config.c:479: `__u' previously defined here 
config.c:479: warning: initialization makes integer from pointer without a cast 
config.c:479: initializer element is not constant 
config.c:479: warning: data definition has no type or storage class 
config.c:479: parse error before "case" 
config.c:479: redefinition of `__u' 
config.c:479: `__u' previously defined here 
config.c:479: warning: initialization makes integer from pointer without a cast 
config.c:479: initializer element is not constant 
config.c:479: warning: data definition has no type or storage class 
config.c:479: parse error before "case" 
config.c:479: redefinition of `__u' 
config.c:479: `__u' previously defined here 
config.c:479: warning: initialization makes integer from pointer without a cast 
config.c:479: initializer element is not constant 
config.c:479: warning: data definition has no type or storage class 
config.c:479: parse error before "case" 
config.c:479: redefinition of `__u' 
config.c:479: `__u' previously defined here 
config.c:479: warning: initialization makes integer from pointer without a cast 
config.c:479: initializer element is not constant 
config.c:479: warning: data definition has no type or storage class 
config.c:479: parse error before "case" 
config.c:479: redefinition of `__u' 
config.c:479: `__u' previously defined here 
config.c:479: warning: initialization makes integer from pointer without a cast 
config.c:479: initializer element is not constant 
config.c:479: warning: data definition has no type or storage class 
config.c:479: parse error before "case" 
config.c:479: redefinition of `__u' 
config.c:479: `__u' previously defined here 
config.c:479: warning: initialization makes integer from pointer without a cast 
config.c:479: initializer element is not constant 
config.c:479: warning: data definition has no type or storage class 
config.c:479: parse error before "case" 
config.c:479: warning: data definition has no type or storage class 
config.c:479: parse error before '}' token 
config.c:479: parse error before '\x0' 
config.c:479: warning: data definition has no type or storage class 
config.c:479: parse error before '}' token 
config.c:480: variable-size type declared outside of any function 
config.c:480: variable-sized object may not be initialized 
config.c:480: warning: data definition has no type or storage class 
config.c:481: parse error before "if" 
config.c:483: parse error before numeric constant 
config.c:483: warning: function declaration isn't a prototype 
config.c:483: warning: data definition has no type or storage class 
config.c:487: invalid type argument of `->' 
config.c:487: parse error before ')' token 
config.c:491: parse error before numeric constant 
config.c:491: warning: function declaration isn't a prototype 
config.c:491: warning: data definition has no type or storage class 
config.c:493: redefinition of `be' 
config.c:487: `be' previously defined here 
config.c:493: invalid type argument of `->' 
config.c:493: warning: data definition has no type or storage class 
config.c:494: parse error before '}' token 
config.c:497: parse error before numeric constant 
config.c:497: warning: function declaration isn't a prototype 
config.c:497: warning: data definition has no type or storage class 
config.c:499: redefinition of `be' 
config.c:493: `be' previously defined here 
config.c:499: `res' undeclared here (not in a function) 
config.c:499: warning: data definition has no type or storage class 
config.c:500: parse error before '}' token 
config.c:501: parse error before "__uint8_t" 
config.c:501: warning: data definition has no type or storage class 
config.c:501: parse error before '}' token 
config.c:501: conflicting types for `__u' 
config.c:479: previous declaration of `__u' 
config.c:501: warning: initialization makes pointer from integer without a cast 
config.c:501: initializer element is not constant 
config.c:501: redefinition of `__c' 
config.c:479: `__c' previously defined here 
config.c:501: parse error before "switch" 
config.c:501: conflicting types for `__u' 
config.c:501: previous declaration of `__u' 
config.c:501: warning: initialization makes integer from pointer without a cast 
config.c:501: initializer element is not constant 
config.c:501: warning: data definition has no type or storage class 
config.c:501: parse error before "case" 
config.c:501: redefinition of `__u' 
config.c:501: `__u' previously defined here 
config.c:501: warning: initialization makes integer from pointer without a cast 
config.c:501: initializer element is not constant 
config.c:501: warning: data definition has no type or storage class 
config.c:501: parse error before "case" 
config.c:501: redefinition of `__u' 
config.c:501: `__u' previously defined here 
config.c:501: warning: initialization makes integer from pointer without a cast 
config.c:501: initializer element is not constant 
config.c:501: warning: data definition has no type or storage class 
config.c:501: parse error before "case" 
config.c:501: redefinition of `__u' 
config.c:501: `__u' previously defined here 
config.c:501: warning: initialization makes integer from pointer without a cast 
config.c:501: initializer element is not constant 
config.c:501: warning: data definition has no type or storage class 
config.c:501: parse error before '->' token 
config.c:501: redefinition of `__u' 
config.c:501: `__u' previously defined here 
config.c:501: warning: initialization makes integer from pointer without a cast 
config.c:501: initializer element is not constant 
config.c:501: warning: data definition has no type or storage class 
config.c:501: parse error before "case" 
config.c:501: redefinition of `__u' 
config.c:501: `__u' previously defined here 
config.c:501: warning: initialization makes integer from pointer without a cast 
config.c:501: initializer element is not constant 
config.c:501: warning: data definition has no type or storage class 
config.c:501: parse error before "case" 
config.c:501: redefinition of `__u' 
config.c:501: `__u' previously defined here 
config.c:501: warning: initialization makes integer from pointer without a cast 
config.c:501: initializer element is not constant 
config.c:501: warning: data definition has no type or storage class 
config.c:501: parse error before "case" 
config.c:501: redefinition of `__u' 
config.c:501: `__u' previously defined here 
config.c:501: warning: initialization makes integer from pointer without a cast 
config.c:501: initializer element is not constant 
config.c:501: warning: data definition has no type or storage class 
config.c:501: parse error before "case" 
config.c:501: redefinition of `__u' 
config.c:501: `__u' previously defined here 
config.c:501: warning: initialization makes integer from pointer without a cast 
config.c:501: initializer element is not constant 
config.c:501: warning: data definition has no type or storage class 
config.c:501: parse error before "case" 
config.c:501: redefinition of `__u' 
config.c:501: `__u' previously defined here 
config.c:501: warning: initialization makes integer from pointer without a cast 
config.c:501: initializer element is not constant 
config.c:501: warning: data definition has no type or storage class 
config.c:501: parse error before "case" 
config.c:501: redefinition of `__u' 
config.c:501: `__u' previously defined here 
config.c:501: warning: initialization makes integer from pointer without a cast 
config.c:501: initializer element is not constant 
config.c:501: warning: data definition has no type or storage class 
config.c:501: parse error before "case" 
config.c:501: redefinition of `__u' 
config.c:501: `__u' previously defined here 
config.c:501: warning: initialization makes integer from pointer without a cast 
config.c:501: initializer element is not constant 
config.c:501: warning: data definition has no type or storage class 
config.c:501: parse error before "case" 
config.c:501: redefinition of `__u' 
config.c:501: `__u' previously defined here 
config.c:501: warning: initialization makes integer from pointer without a cast 
config.c:501: initializer element is not constant 
config.c:501: warning: data definition has no type or storage class 
config.c:501: parse error before "case" 
config.c:501: warning: data definition has no type or storage class 
config.c:501: parse error before '}' token 
config.c:501: parse error before '\x0' 
config.c:501: warning: data definition has no type or storage class 
config.c:501: parse error before '}' token 
config.c:505: parse error before '&' token 
config.c:506: variable-size type declared outside of any function 
config.c:506: variable-sized object may not be initialized 
config.c:506: warning: data definition has no type or storage class 
config.c:507: parse error before "if" 
config.c:507: `__len' undeclared here (not in a function) 
config.c:507: initializer element is not constant 
config.c:507: parse error before "if" 
config.c:507: conflicting types for `__retval' 
config.c:507: previous declaration of `__retval' 
config.c:507: warning: data definition has no type or storage class 
config.c:507: parse error before '}' token 
config.c:509: parse error before numeric constant 
config.c:509: warning: function declaration isn't a prototype 
config.c:509: warning: data definition has no type or storage class 
config.c:514: parse error before numeric constant 
config.c:514: warning: function declaration isn't a prototype 
config.c:514: warning: data definition has no type or storage class 
config.c:522: redefinition of `be' 
config.c:499: `be' previously defined here 
config.c:522: invalid type argument of `->' 
config.c:522: parse error before ')' token 
config.c:526: parse error before numeric constant 
config.c:526: warning: function declaration isn't a prototype 
config.c:526: warning: data definition has no type or storage class 
config.c:528: redefinition of `be' 
config.c:522: `be' previously defined here 
config.c:528: invalid type argument of `->' 
config.c:528: warning: data definition has no type or storage class 
config.c:529: parse error before '}' token 
config.c:532: parse error before numeric constant 
config.c:532: warning: function declaration isn't a prototype 
config.c:532: warning: data definition has no type or storage class 
config.c:534: redefinition of `be' 
config.c:528: `be' previously defined here 
config.c:534: `res' undeclared here (not in a function) 
config.c:534: warning: data definition has no type or storage class 
config.c:535: parse error before '}' token 
config.c:536: parse error before "__uint8_t" 
config.c:536: warning: data definition has no type or storage class 
config.c:536: parse error before '}' token 
config.c:536: conflicting types for `__u' 
config.c:501: previous declaration of `__u' 
config.c:536: warning: initialization makes pointer from integer without a cast 
config.c:536: initializer element is not constant 
config.c:536: redefinition of `__c' 
config.c:501: `__c' previously defined here 
config.c:536: parse error before "switch" 
config.c:536: conflicting types for `__u' 
config.c:536: previous declaration of `__u' 
config.c:536: warning: initialization makes integer from pointer without a cast 
config.c:536: initializer element is not constant 
config.c:536: warning: data definition has no type or storage class 
config.c:536: parse error before "case" 
config.c:536: redefinition of `__u' 
config.c:536: `__u' previously defined here 
config.c:536: warning: initialization makes integer from pointer without a cast 
config.c:536: initializer element is not constant 
config.c:536: warning: data definition has no type or storage class 
config.c:536: parse error before "case" 
config.c:536: redefinition of `__u' 
config.c:536: `__u' previously defined here 
config.c:536: warning: initialization makes integer from pointer without a cast 
config.c:536: initializer element is not constant 
config.c:536: warning: data definition has no type or storage class 
config.c:536: parse error before "case" 
config.c:536: redefinition of `__u' 
config.c:536: `__u' previously defined here 
config.c:536: warning: initialization makes integer from pointer without a cast 
config.c:536: initializer element is not constant 
config.c:536: warning: data definition has no type or storage class 
config.c:536: parse error before '->' token 
config.c:536: redefinition of `__u' 
config.c:536: `__u' previously defined here 
config.c:536: warning: initialization makes integer from pointer without a cast 
config.c:536: initializer element is not constant 
config.c:536: warning: data definition has no type or storage class 
config.c:536: parse error before "case" 
config.c:536: redefinition of `__u' 
config.c:536: `__u' previously defined here 
config.c:536: warning: initialization makes integer from pointer without a cast 
config.c:536: initializer element is not constant 
config.c:536: warning: data definition has no type or storage class 
config.c:536: parse error before "case" 
config.c:536: redefinition of `__u' 
config.c:536: `__u' previously defined here 
config.c:536: warning: initialization makes integer from pointer without a cast 
config.c:536: initializer element is not constant 
config.c:536: warning: data definition has no type or storage class 
config.c:536: parse error before "case" 
config.c:536: redefinition of `__u' 
config.c:536: `__u' previously defined here 
config.c:536: warning: initialization makes integer from pointer without a cast 
config.c:536: initializer element is not constant 
config.c:536: warning: data definition has no type or storage class 
config.c:536: parse error before "case" 
config.c:536: redefinition of `__u' 
config.c:536: `__u' previously defined here 
config.c:536: warning: initialization makes integer from pointer without a cast 
config.c:536: initializer element is not constant 
config.c:536: warning: data definition has no type or storage class 
config.c:536: parse error before "case" 
config.c:536: redefinition of `__u' 
config.c:536: `__u' previously defined here 
config.c:536: warning: initialization makes integer from pointer without a cast 
config.c:536: initializer element is not constant 
config.c:536: warning: data definition has no type or storage class 
config.c:536: parse error before "case" 
config.c:536: redefinition of `__u' 
config.c:536: `__u' previously defined here 
config.c:536: warning: initialization makes integer from pointer without a cast 
config.c:536: initializer element is not constant 
config.c:536: warning: data definition has no type or storage class 
config.c:536: parse error before "case" 
config.c:536: redefinition of `__u' 
config.c:536: `__u' previously defined here 
config.c:536: warning: initialization makes integer from pointer without a cast 
config.c:536: initializer element is not constant 
config.c:536: warning: data definition has no type or storage class 
config.c:536: parse error before "case" 
config.c:536: redefinition of `__u' 
config.c:536: `__u' previously defined here 
config.c:536: warning: initialization makes integer from pointer without a cast 
config.c:536: initializer element is not constant 
config.c:536: warning: data definition has no type or storage class 
config.c:536: parse error before "case" 
config.c:536: warning: data definition has no type or storage class 
config.c:536: parse error before '}' token 
config.c:536: parse error before '\x0' 
config.c:536: warning: data definition has no type or storage class 
config.c:536: parse error before '}' token 
config.c:540: parse error before '&' token 
config.c:541: variable-size type declared outside of any function 
config.c:541: variable-sized object may not be initialized 
config.c:541: warning: data definition has no type or storage class 
config.c:542: parse error before "if" 
config.c:542: conflicting types for `__retval' 
config.c:507: previous declaration of `__retval' 
config.c:542: `__len' undeclared here (not in a function) 
config.c:542: initializer element is not constant 
config.c:542: parse error before "if" 
config.c:542: conflicting types for `__retval' 
config.c:542: previous declaration of `__retval' 
config.c:542: warning: data definition has no type or storage class 
config.c:542: parse error before '}' token 
config.c:544: parse error before numeric constant 
config.c:544: warning: function declaration isn't a prototype 
config.c:544: warning: data definition has no type or storage class 
config.c:549: parse error before numeric constant 
config.c:549: warning: function declaration isn't a prototype 
config.c:549: warning: data definition has no type or storage class 
config.c:557: redefinition of `be' 
config.c:534: `be' previously defined here 
config.c:557: invalid type argument of `->' 
config.c:557: parse error before ')' token 
config.c:567: warning: data definition has no type or storage class 
config.c:567: redefinition of `be' 
config.c:557: `be' previously defined here 
config.c:567: invalid type argument of `->' 
config.c:567: parse error before ')' token 
config.c:575: parse error before numeric constant 
config.c:575: warning: function declaration isn't a prototype 
config.c:575: warning: data definition has no type or storage class 
config.c:579: parse error before numeric constant 
config.c:579: warning: function declaration isn't a prototype 
config.c:579: conflicting types for `logmsg' 
pound.h:430: previous declaration of `logmsg' 
config.c:579: warning: data definition has no type or storage class 
config.c:580: parse error before numeric constant 
config.c:580: warning: function declaration isn't a prototype 
config.c:580: warning: data definition has no type or storage class 
config.c: In function `parse_HTTP': 
config.c:753: warning: assignment makes pointer from integer without a cast 
config.c:757: warning: assignment makes pointer from integer without a cast 
config.c:762: warning: assignment makes pointer from integer without a cast 
config.c:766: warning: assignment makes pointer from integer without a cast 
config.c: In function `parse_HTTPS': 
config.c:1020: warning: assignment makes pointer from integer without a cast 
config.c:1024: warning: assignment makes pointer from integer without a cast 
config.c:1029: warning: assignment makes pointer from integer without a cast 
config.c:1033: warning: assignment makes pointer from integer without a cast 
config.c: In function `parse_file': 
config.c:1170: warning: assignment makes pointer from integer without a cast 
config.c:1174: warning: assignment makes pointer from integer without a cast 
config.c:1179: warning: assignment makes pointer from integer without a cast 
config.c:1183: warning: assignment makes pointer from integer without a cast 
/usr/include/sys/stat.h: At top level: 
config.c:383: register name not specified for `__result' 
config.c:383: register name not specified for `__result' 
{standard input}: Assembler messages: 
{standard input}:1898: Error: symbol `__c' is already defined 
{standard input}:1903: Error: symbol `__c' is already defined 
{standard input}:1908: Error: symbol `__c' is already defined 
{standard input}:1913: Error: symbol `__c' is already defined 
{standard input}:1918: Error: symbol `__c' is already defined 
{standard input}:2032: Error: symbol `__result' is already defined 
{standard input}:2032: Warning: rest of line ignored; first ignored character 
is `,' 
{standard input}:2034: Error: symbol `__result' is already defined 
{standard input}:2034: Warning: rest of line ignored; first ignored character 
is `,' 
{standard input}:2035: Error: symbol `__result' is already defined 
{standard input}:2035: Warning: rest of line ignored; first ignored character 
is `,' 
{standard input}:2050: Error: symbol `__u' is already defined 
{standard input}:2057: Error: symbol `__u' is already defined 
{standard input}:2064: Error: symbol `__u' is already defined 
{standard input}:2071: Error: symbol `__u' is already defined 
{standard input}:2078: Error: symbol `__u' is already defined 
{standard input}:2085: Error: symbol `__u' is already defined 
{standard input}:2092: Error: symbol `__u' is already defined 
{standard input}:2099: Error: symbol `__u' is already defined 
{standard input}:2106: Error: symbol `__u' is already defined 
{standard input}:2113: Error: symbol `__u' is already defined 
{standard input}:2120: Error: symbol `__u' is already defined 
{standard input}:2127: Error: symbol `__u' is already defined 
{standard input}:2141: Error: symbol `m' is already defined 
{standard input}:2148: Error: symbol `m' is already defined 
{standard input}:2155: Error: symbol `__u' is already defined 
{standard input}:2162: Error: symbol `__u' is already defined 
{standard input}:2169: Error: symbol `__u' is already defined 
{standard input}:2176: Error: symbol `__u' is already defined 
{standard input}:2183: Error: symbol `__u' is already defined 
{standard input}:2190: Error: symbol `__u' is already defined 
{standard input}:2197: Error: symbol `__u' is already defined 
{standard input}:2204: Error: symbol `__u' is already defined 
{standard input}:2211: Error: symbol `__u' is already defined 
{standard input}:2218: Error: symbol `__u' is already defined 
{standard input}:2225: Error: symbol `__u' is already defined 
{standard input}:2232: Error: symbol `__u' is already defined 
{standard input}:2240: Error: symbol `m' is already defined 
{standard input}:2247: Error: symbol `m' is already defined 
{standard input}:2254: Error: symbol `m' is already defined 
{standard input}:2261: Error: symbol `__u' is already defined 
{standard input}:2268: Error: symbol `__u' is already defined 
{standard input}:2275: Error: symbol `__u' is already defined 
{standard input}:2282: Error: symbol `__u' is already defined 
{standard input}:2289: Error: symbol `__u' is already defined 
{standard input}:2296: Error: symbol `__u' is already defined 
{standard input}:2303: Error: symbol `__u' is already defined 
{standard input}:2310: Error: symbol `__u' is already defined 
{standard input}:2317: Error: symbol `__u' is already defined 
{standard input}:2324: Error: symbol `__u' is already defined 
{standard input}:2331: Error: symbol `__u' is already defined 
{standard input}:2338: Error: symbol `__u' is already defined 
{standard input}:2345: Error: symbol `m' is already defined 
{standard input}:2352: Error: symbol `m' is already defined 
{standard input}:2359: Error: symbol `m' is already defined 
{standard input}:2366: Error: symbol `__u' is already defined 
{standard input}:2373: Error: symbol `__u' is already defined 
{standard input}:2380: Error: symbol `__u' is already defined 
{standard input}:2387: Error: symbol `__u' is already defined 
{standard input}:2394: Error: symbol `__u' is already defined 
{standard input}:2401: Error: symbol `__u' is already defined 
{standard input}:2408: Error: symbol `__u' is already defined 
{standard input}:2415: Error: symbol `__u' is already defined 
{standard input}:2422: Error: symbol `__u' is already defined 
{standard input}:2429: Error: symbol `__u' is already defined 
{standard input}:2436: Error: symbol `__u' is already defined 
{standard input}:2443: Error: symbol `__u' is already defined 
{standard input}:2457: Error: symbol `be' is already defined 
{standard input}:2464: Error: symbol `be' is already defined 
{standard input}:2471: Error: symbol `__u' is already defined 
{standard input}:2478: Error: symbol `__u' is already defined 
{standard input}:2485: Error: symbol `__u' is already defined 
{standard input}:2492: Error: symbol `__u' is already defined 
{standard input}:2499: Error: symbol `__u' is already defined 
{standard input}:2506: Error: symbol `__u' is already defined 
{standard input}:2513: Error: symbol `__u' is already defined 
{standard input}:2520: Error: symbol `__u' is already defined 
{standard input}:2527: Error: symbol `__u' is already defined 
{standard input}:2534: Error: symbol `__u' is already defined 
{standard input}:2541: Error: symbol `__u' is already defined 
{standard input}:2548: Error: symbol `__u' is already defined 
{standard input}:2556: Error: symbol `be' is already defined 
{standard input}:2563: Error: symbol `be' is already defined 
{standard input}:2570: Error: symbol `be' is already defined 
{standard input}:2577: Error: symbol `__u' is already defined 
{standard input}:2584: Error: symbol `__u' is already defined 
{standard input}:2591: Error: symbol `__u' is already defined 
{standard input}:2598: Error: symbol `__u' is already defined 
{standard input}:2605: Error: symbol `__u' is already defined 
{standard input}:2612: Error: symbol `__u' is already defined 
{standard input}:2619: Error: symbol `__u' is already defined 
{standard input}:2626: Error: symbol `__u' is already defined 
{standard input}:2633: Error: symbol `__u' is already defined 
{standard input}:2640: Error: symbol `__u' is already defined 
{standard input}:2647: Error: symbol `__u' is already defined 
{standard input}:2654: Error: symbol `__u' is already defined 
{standard input}:2656: Error: symbol `be' is already defined 
{standard input}:2656: Warning: rest of line ignored; first ignored character 
is `,' 
{standard input}:2662: Error: symbol `be' is already defined 
make: *** [config.o] Error 1 




_________________________________________________________________
Get the best of MSN on your mobile
http://clk.atdmt.com/UKM/go/147991039/direct/01/

--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.

Reply via email to