Hello,
        I know I have sent these errors out in the past, however, after
debugging and fixing all the header file errors and mishaps, I am still
getting these parse or syntax error or no data definition type or storage
class type problems.  I came up with this conclusion, via the web, that
either incompatible versions of g++ and libstdc++ exist or that g++ or
libstdc++ are not installed at all.  Has anyone seen these errors before or
can they confirm or deny my summation regarding the errors below?  I have
AIX 5.1L and gcc 3.0.4 installed.  Thank you for your time and cooperation.
Trask.


   /bin/sh ../libtool --mode=compile gcc -DPACKAGE_NAME=\"\"
-DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\
" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"mod_jk\" -DVERSION=\"1.2.0\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE
_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1  -I. -I.  
   -I/webserver/include -I../common -g -O2 -c -o mod_jk.lo `test -f
'mod_jk.c' || echo './'`mod_jk.c
rm -f .libs/mod_jk.lo
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"mod
_jk\" -DVERSION=\"1.2.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMOR
Y_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1
-DHAVE_DLFCN_H=1 -I. -I. -I/webserver/include -I../common -g -O2 -c m
od_jk.c  -DPIC -o .libs/mod_jk.lo
In file included from mod_jk.c:80:
/webserver/include/util_date.h:78: parse error before "ap_checkmask"
/webserver/include/util_date.h:78: warning: data definition has no type or
storage class
/webserver/include/util_date.h:79: parse error before "ap_tm2sec"
/webserver/include/util_date.h:79: warning: data definition has no type or
storage class
/webserver/include/util_date.h:80: parse error before "ap_parseHTTPdate"
/webserver/include/util_date.h:80: warning: data definition has no type or
storage class
In file included from mod_jk.c:81:
/webserver/include/http_conf_globals.h:70: syntax error before "int"
/webserver/include/http_conf_globals.h:71: syntax error before "int"
/webserver/include/http_conf_globals.h:73: syntax error before "uid_t"
/webserver/include/http_conf_globals.h:74: syntax error before "char"
/webserver/include/http_conf_globals.h:75: syntax error before "gid_t"
/webserver/include/http_conf_globals.h:82: syntax error before "int"
/webserver/include/http_conf_globals.h:83: syntax error before "int"
/webserver/include/http_conf_globals.h:84: syntax error before "int"
/webserver/include/http_conf_globals.h:86: parse error before '*' token
/webserver/include/http_conf_globals.h:86: warning: data definition has no
type or storage class
/webserver/include/http_conf_globals.h:87: syntax error before "int"
/webserver/include/http_conf_globals.h:88: syntax error before "int"
/webserver/include/http_conf_globals.h:89: syntax error before "int"
/webserver/include/http_conf_globals.h:90: syntax error before "int"
/webserver/include/http_conf_globals.h:91: syntax error before "int"
/webserver/include/http_conf_globals.h:97: syntax error before "int"
/webserver/include/http_conf_globals.h:99: syntax error before "char"
/webserver/include/http_conf_globals.h:100: syntax error before "char"
/webserver/include/http_conf_globals.h:102: syntax error before "char"
/webserver/include/http_conf_globals.h:102: conflicting types for
`ap_server_argv0'
/webserver/include/http_main.h:79: previous declaration of `ap_server_argv0'
/webserver/include/http_conf_globals.h:112: syntax error before "char"
/webserver/include/http_conf_globals.h:112: conflicting types for
`ap_server_root'
/webserver/include/http_main.h:81: previous declaration of `ap_server_root'
/webserver/include/http_conf_globals.h:113: syntax error before "char"
/webserver/include/http_conf_globals.h:116: parse error before '*' token
/webserver/include/http_conf_globals.h:116: conflicting types for
`ap_server_pre_read_config'
/webserver/include/http_main.h:86: previous declaration of
`ap_server_pre_read_config'
/webserver/include/http_conf_globals.h:116: warning: data definition has no
type or storage class
/webserver/include/http_conf_globals.h:117: parse error before '*' token
/webserver/include/http_conf_globals.h:117: conflicting types for
`ap_server_post_read_config'
/webserver/include/http_main.h:89: previous declaration of
`ap_server_post_read_config'
/webserver/include/http_conf_globals.h:117: warning: data definition has no
type or storage class
/webserver/include/http_conf_globals.h:118: parse error before '*' token
/webserver/include/http_conf_globals.h:118: conflicting types for
`ap_server_config_defines'
/webserver/include/http_main.h:92: previous declaration of
`ap_server_config_defines'
/webserver/include/http_conf_globals.h:118: warning: data definition has no
type or storage class
In file included from ../common/jk_global.h:68,
                 from mod_jk.c:94:
../common/jk_version.h:80:1: warning: "PACKAGE" redefined
<command line>:1:1: warning: this is the location of the previous definition
mod_jk.c:116: parse error before "jk_module"
mod_jk.c:116: warning: data definition has no type or storage class
mod_jk.c:152: parse error before "array_header"
mod_jk.c:152: warning: no semicolon at end of struct or union
mod_jk.c:173: parse error before '*' token
mod_jk.c:173: warning: data definition has no type or storage class
mod_jk.c:176: parse error before '}' token
mod_jk.c:176: warning: data definition has no type or storage class
mod_jk.c: In function `ws_start_response':
mod_jk.c:253: warning: assignment makes pointer from integer without a cast
mod_jk.c:257: warning: initialization makes pointer from integer without a
cast
mod_jk.c: In function `ws_write':
mod_jk.c:340: `BUFF' undeclared (first use in this function)
mod_jk.c:340: (Each undeclared identifier is reported only once
mod_jk.c:340: for each function it appears in.)
mod_jk.c:340: `bf' undeclared (first use in this function)
mod_jk.c:340: structure has no member named `client'
mod_jk.c:352: structure has no member named `client'
mod_jk.c:361: structure has no member named `client'
mod_jk.c:361: `B_EOUT' undeclared (first use in this function)
mod_jk.c: At top level:
mod_jk.c:389: parse error before "ap_pool"
mod_jk.c: In function `jk_error_exit':
mod_jk.c:395: `fmt' undeclared (first use in this function)
mod_jk.c:396: `p' undeclared (first use in this function)
mod_jk.c:396: warning: assignment makes pointer from integer without a cast
mod_jk.c:399: `file' undeclared (first use in this function)
mod_jk.c:399: `line' undeclared (first use in this function)
mod_jk.c:399: `level' undeclared (first use in this function)
mod_jk.c:399: warning: passing arg 4 of `ap_log_error' makes integer from
pointer without a cast
mod_jk.c:399: warning: passing arg 5 of `ap_log_error' from incompatible
pointer type
mod_jk.c:399: too few arguments to function `ap_log_error'
mod_jk.c:395: `va_start' used in function with fixed args
mod_jk.c: At top level:
mod_jk.c:444: parse error before "jk_server_conf_t"
mod_jk.c: In function `init_ws_service':
mod_jk.c:446: `private_data' undeclared (first use in this function)
mod_jk.c:448: structure has no member named `jvm_route'
mod_jk.c:451: structure has no member named `start_response'
mod_jk.c:452: structure has no member named `read'
mod_jk.c:453: structure has no member named `write'
mod_jk.c:455: structure has no member named `auth_type'
mod_jk.c:455: structure has no member named `ap_auth_type'
mod_jk.c:455: structure has no member named `ap_auth_type'
mod_jk.c:455: structure has no member named `ap_auth_type'
mod_jk.c:456: structure has no member named `remote_user'
mod_jk.c:456: structure has no member named `user'
mod_jk.c:456: structure has no member named `user'
mod_jk.c:456: structure has no member named `user'
mod_jk.c:458: structure has no member named `protocol'
mod_jk.c:459: structure has no member named `remote_host'
mod_jk.c:459: too few arguments to function `ap_get_remote_host'
mod_jk.c:460: structure has no member named `remote_host'
mod_jk.c:460: structure has no member named `remote_host'
mod_jk.c:460: structure has no member named `remote_host'
mod_jk.c:460: structure has no member named `remote_host'
mod_jk.c:462: structure has no member named `remote_addr'
mod_jk.c:463: structure has no member named `server_name'
mod_jk.c:465: structure has no member named `server_port'
mod_jk.c:465: request for member `sin_port' in something not a structure or
union
mod_jk.c:466: structure has no member named `server_software'
mod_jk.c:468: structure has no member named `method'
mod_jk.c:469: structure has no member named `content_length'
mod_jk.c:470: structure has no member named `is_chunked'
mod_jk.c:471: structure has no member named `no_more_chunks'
mod_jk.c:472: structure has no member named `query_string'
mod_jk.c:490: `conf' undeclared (first use in this function)
mod_jk.c:493: structure has no member named `req_uri'
mod_jk.c:494: structure has no member named `req_uri'
mod_jk.c:495: structure has no member named `req_uri'
mod_jk.c:504: structure has no member named `req_uri'
mod_jk.c:508: structure has no member named `req_uri'
mod_jk.c:515: structure has no member named `is_ssl'
mod_jk.c:516: structure has no member named `ssl_cert'
mod_jk.c:517: structure has no member named `ssl_cert_len'
mod_jk.c:518: structure has no member named `ssl_cipher'
mod_jk.c:519: structure has no member named `ssl_session'
mod_jk.c:520: structure has no member named `ssl_key_size'
mod_jk.c:528: structure has no member named `is_ssl'
mod_jk.c:529: structure has no member named `ssl_cert'
mod_jk.c:530: structure has no member named `ssl_cert'
mod_jk.c:531: structure has no member named `ssl_cert_len'
mod_jk.c:531: structure has no member named `ssl_cert'
mod_jk.c:534: structure has no member named `ssl_cipher'
mod_jk.c:535: structure has no member named `ssl_session'
mod_jk.c:541: structure has no member named `ssl_key_size'
mod_jk.c:547: `array_header' undeclared (first use in this function)
mod_jk.c:547: `t' undeclared (first use in this function)
mod_jk.c:547: invalid lvalue in assignment
mod_jk.c:550: `table_entry' undeclared (first use in this function)
mod_jk.c:550: `elts' undeclared (first use in this function)
mod_jk.c:550: parse error before ')' token
mod_jk.c:551: structure has no member named `attributes_names'
mod_jk.c:552: structure has no member named `attributes_values'
mod_jk.c:555: structure has no member named `attributes_names'
mod_jk.c:556: structure has no member named `attributes_values'
mod_jk.c:557: structure has no member named `attributes_values'
mod_jk.c:558: structure has no member named `attributes_values'
mod_jk.c:562: structure has no member named `num_attributes'
mod_jk.c:567: structure has no member named `headers_names'
mod_jk.c:568: structure has no member named `headers_values'
mod_jk.c:569: structure has no member named `num_headers'
mod_jk.c:571: structure has no member named `is_chunked'
mod_jk.c:571: structure has no member named `content_length'
mod_jk.c:572: invalid lvalue in assignment
mod_jk.c:575: parse error before ')' token
mod_jk.c:576: structure has no member named `num_headers'
mod_jk.c:578: structure has no member named `headers_names'
mod_jk.c:579: structure has no member named `headers_values'
mod_jk.c:580: structure has no member named `headers_names'
mod_jk.c:580: structure has no member named `headers_values'
mod_jk.c:583: warning: initialization makes pointer from integer without a
cast
mod_jk.c:584: structure has no member named `headers_values'
mod_jk.c:585: structure has no member named `headers_names'
mod_jk.c:591: structure has no member named `headers_values'
mod_jk.c:600: structure has no member named `headers_names'
mod_jk.c:600: structure has no member named `num_headers'
mod_jk.c:601: structure has no member named `headers_values'
mod_jk.c:601: structure has no member named `num_headers'
mod_jk.c:602: structure has no member named `num_headers'
mod_jk.c:607: structure has no member named `headers_names'
mod_jk.c:608: structure has no member named `headers_values'
mod_jk.c:609: structure has no member named `headers_names'
mod_jk.c:609: structure has no member named `headers_values'
mod_jk.c:611: structure has no member named `headers_names'
mod_jk.c:612: structure has no member named `headers_values'
mod_jk.c:613: structure has no member named `num_headers'
mod_jk.c: In function `jk_set_mountcopy':
mod_jk.c:642: `conf' undeclared (first use in this function)
mod_jk.c:643: parse error before ')' token
mod_jk.c:643: request for member `module_index' in something not a structure
or union
mod_jk.c: In function `jk_mount_context':
mod_jk.c:664: `conf' undeclared (first use in this function)
mod_jk.c:665: parse error before ')' token
mod_jk.c:665: request for member `module_index' in something not a structure
or union
mod_jk.c: In function `jk_automount_context':
mod_jk.c:689: `conf' undeclared (first use in this function)
mod_jk.c:690: parse error before ')' token
mod_jk.c:690: request for member `module_index' in something not a structure
or union
mod_jk.c: In function `jk_set_worker_file':
mod_jk.c:713: `conf' undeclared (first use in this function)
mod_jk.c:714: parse error before ')' token
mod_jk.c:714: request for member `module_index' in something not a structure
or union
mod_jk.c: In function `jk_set_log_file':
mod_jk.c:741: `conf' undeclared (first use in this function)
mod_jk.c:742: parse error before ')' token
mod_jk.c:742: request for member `module_index' in something not a structure
or union
mod_jk.c: In function `jk_set_log_level':
mod_jk.c:766: `conf' undeclared (first use in this function)
mod_jk.c:767: parse error before ')' token
mod_jk.c:767: request for member `module_index' in something not a structure
or union
mod_jk.c: In function `jk_set_auto_alias':
mod_jk.c:799: `conf' undeclared (first use in this function)
mod_jk.c:800: parse error before ')' token
mod_jk.c:800: request for member `module_index' in something not a structure
or union
mod_jk.c: At top level:
mod_jk.c:832: parse error before "jk_server_conf_t"
mod_jk.c: In function `request_log_transaction':
mod_jk.c:840: `array_header' undeclared (first use in this function)
mod_jk.c:840: `format' undeclared (first use in this function)
mod_jk.c:840: `conf' undeclared (first use in this function)
mod_jk.c:842: `r' undeclared (first use in this function)
mod_jk.c:842: warning: assignment makes pointer from integer without a cast
mod_jk.c:843: warning: assignment makes pointer from integer without a cast
mod_jk.c:851: warning: assignment makes pointer from integer without a cast
mod_jk.c:857: warning: passing arg 3 of `jk_log' makes integer from pointer
without a cast
mod_jk.c: At top level:
mod_jk.c:865: parse error before '*' token
mod_jk.c: In function `format_integer':
mod_jk.c:867: `p' undeclared (first use in this function)
mod_jk.c:867: `i' undeclared (first use in this function)
mod_jk.c:867: warning: return makes pointer from integer without a cast
mod_jk.c: At top level:
mod_jk.c:870: parse error before '*' token
mod_jk.c: In function `pfmt':
mod_jk.c:872: `i' undeclared (first use in this function)
mod_jk.c:876: `p' undeclared (first use in this function)
mod_jk.c: In function `log_worker_name':
mod_jk.c:887: warning: return makes pointer from integer without a cast
mod_jk.c: In function `log_request_duration':
mod_jk.c:893: warning: return makes pointer from integer without a cast
mod_jk.c: In function `log_request_line':
mod_jk.c:906: warning: pointer/integer type mismatch in conditional
expression
mod_jk.c: In function `log_server_port':
mod_jk.c:920: warning: return makes pointer from integer without a cast
mod_jk.c: In function `log_request_query':
mod_jk.c:947: warning: pointer/integer type mismatch in conditional
expression
mod_jk.c: In function `clf_log_bytes_sent':
mod_jk.c:961: structure has no member named `client'
mod_jk.c:961: `BO_BYTECT' undeclared (first use in this function)
mod_jk.c:962: warning: return makes pointer from integer without a cast
mod_jk.c: In function `log_bytes_sent':
mod_jk.c:973: structure has no member named `client'
mod_jk.c:973: `BO_BYTECT' undeclared (first use in this function)
mod_jk.c:974: warning: return makes pointer from integer without a cast
mod_jk.c: At top level:
mod_jk.c:1039: parse error before '*' token
mod_jk.c: In function `parse_request_log_misc_string':
mod_jk.c:1046: `it' undeclared (first use in this function)
mod_jk.c:1048: `sa' undeclared (first use in this function)
mod_jk.c:1056: `p' undeclared (first use in this function)
mod_jk.c: At top level:
mod_jk.c:1097: parse error before '*' token
mod_jk.c: In function `parse_request_log_item':
mod_jk.c:1101: `sa' undeclared (first use in this function)
mod_jk.c:1106: `p' undeclared (first use in this function)
mod_jk.c:1106: `it' undeclared (first use in this function)
mod_jk.c:1119: warning: return makes pointer from integer without a cast
mod_jk.c: At top level:
mod_jk.c:1126: parse error before '*' token
mod_jk.c:1126: parse error before '*' token
mod_jk.c: In function `parse_request_log_string':
mod_jk.c:1129: `array_header' undeclared (first use in this function)
mod_jk.c:1129: `a' undeclared (first use in this function)
mod_jk.c:1129: `p' undeclared (first use in this function)
mod_jk.c:1129: invalid lvalue in assignment
mod_jk.c:1132: invalid operands to binary !=
mod_jk.c:1134: `err' undeclared (first use in this function)
mod_jk.c:1139: warning: assignment from incompatible pointer type
mod_jk.c: In function `jk_set_request_log_format':
mod_jk.c:1171: `conf' undeclared (first use in this function)
mod_jk.c:1172: parse error before ')' token
mod_jk.c:1172: request for member `module_index' in something not a
structure or union
mod_jk.c: In function `jk_set_enable_ssl':
mod_jk.c:1195: `conf' undeclared (first use in this function)
mod_jk.c:1196: parse error before ')' token
mod_jk.c:1196: request for member `module_index' in something not a
structure or union
mod_jk.c: In function `jk_set_https_indicator':
mod_jk.c:1214: `conf' undeclared (first use in this function)
mod_jk.c:1215: parse error before ')' token
mod_jk.c:1215: request for member `module_index' in something not a
structure or union
mod_jk.c: In function `jk_set_certs_indicator':
mod_jk.c:1232: `conf' undeclared (first use in this function)
mod_jk.c:1233: parse error before ')' token
mod_jk.c:1233: request for member `module_index' in something not a
structure or union
mod_jk.c: In function `jk_set_cipher_indicator':
mod_jk.c:1250: `conf' undeclared (first use in this function)
mod_jk.c:1251: parse error before ')' token
mod_jk.c:1251: request for member `module_index' in something not a
structure or union
mod_jk.c: In function `jk_set_session_indicator':
mod_jk.c:1268: `conf' undeclared (first use in this function)
mod_jk.c:1269: parse error before ')' token
mod_jk.c:1269: request for member `module_index' in something not a
structure or union
mod_jk.c: In function `jk_set_key_size_indicator':
mod_jk.c:1286: `conf' undeclared (first use in this function)
mod_jk.c:1287: parse error before ')' token
mod_jk.c:1287: request for member `module_index' in something not a
structure or union
mod_jk.c: In function `jk_set_options':
mod_jk.c:1314: `conf' undeclared (first use in this function)
mod_jk.c:1315: parse error before ')' token
mod_jk.c:1315: request for member `module_index' in something not a
structure or union
mod_jk.c:1343: warning: return makes pointer from integer without a cast
mod_jk.c: In function `jk_add_env_var':
mod_jk.c:1372: `conf' undeclared (first use in this function)
mod_jk.c:1373: parse error before ')' token
mod_jk.c:1373: request for member `module_index' in something not a
structure or union
mod_jk.c: In function `jk_handler':
mod_jk.c:1493: warning: initialization makes pointer from integer without a
cast
mod_jk.c:1507: `conf' undeclared (first use in this function)
mod_jk.c:1508: parse error before ')' token
mod_jk.c:1508: request for member `module_index' in something not a
structure or union
mod_jk.c:1546: warning: initialization makes pointer from integer without a
cast
mod_jk.c:1567: warning: assignment makes pointer from integer without a cast
mod_jk.c: At top level:
mod_jk.c:1587: parse error before '*' token
mod_jk.c: In function `create_jk_config':
mod_jk.c:1589: `c' undeclared (first use in this function)
mod_jk.c:1590: parse error before ')' token
mod_jk.c:1633: `p' undeclared (first use in this function)
mod_jk.c: At top level:
mod_jk.c:1650: parse error before '*' token
mod_jk.c: In function `copy_jk_map':
mod_jk.c:1652: `src' undeclared (first use in this function)
mod_jk.c:1658: `dst' undeclared (first use in this function)
mod_jk.c:1658: `p' undeclared (first use in this function)
mod_jk.c:1658: warning: passing arg 3 of `map_put' makes pointer from
integer without a cast
mod_jk.c: At top level:
mod_jk.c:1665: parse error before '*' token
mod_jk.c: In function `merge_jk_config':
mod_jk.c:1669: `base' undeclared (first use in this function)
mod_jk.c:1669: parse error before ')' token
mod_jk.c:1670: `overrides' undeclared (first use in this function)
mod_jk.c:1670: parse error before ')' token
mod_jk.c:1684: `p' undeclared (first use in this function)
mod_jk.c: At top level:
mod_jk.c:1708: parse error before "ap_pool"
mod_jk.c: In function `jk_init':
mod_jk.c:1711: `conf' undeclared (first use in this function)
mod_jk.c:1712: parse error before ')' token
mod_jk.c:1712: request for member `module_index' in something not a
structure or union
mod_jk.c:1736: `p' undeclared (first use in this function)
mod_jk.c:1744: warning: passing arg 1 of `ap_add_version_component' from
incompatible pointer type
mod_jk.c:1744: too few arguments to function `ap_add_version_component'
mod_jk.c:1760: warning: passing arg 4 of `ap_log_error' makes integer from
pointer without a cast
mod_jk.c:1760: warning: passing arg 5 of `ap_log_error' from incompatible
pointer type
mod_jk.c:1760: too few arguments to function `ap_log_error'
mod_jk.c: In function `jk_translate':
mod_jk.c:1771: `conf' undeclared (first use in this function)
mod_jk.c:1772: parse error before ')' token
mod_jk.c:1772: request for member `module_index' in something not a
structure or union
mod_jk.c:1779: warning: assignment makes pointer from integer without a cast
mod_jk.c:1794: warning: assignment makes pointer from integer without a cast
mod_jk.c:1800: warning: assignment makes pointer from integer without a cast
mod_jk.c:1814: `FORBIDDEN' undeclared (first use in this function)
mod_jk.c:1818: warning: assignment makes pointer from integer without a cast
mod_jk.c:1823: warning: assignment makes pointer from integer without a cast
mod_jk.c:1825: warning: initialization makes pointer from integer without a
cast
mod_jk.c:1828: warning: initialization makes pointer from integer without a
cast
mod_jk.c: At top level:
mod_jk.c:1856: parse error before "ap_pool"
mod_jk.c: In function `exit_handler':
mod_jk.c:1865: `conf' undeclared (first use in this function)
mod_jk.c:1866: parse error before ')' token
mod_jk.c:1866: request for member `module_index' in something not a
structure or union
mod_jk.c: At top level:
mod_jk.c:1880: parse error before "jk_handlers"
mod_jk.c:1882: warning: braces around scalar initializer
mod_jk.c:1882: warning: (near initialization for `jk_handlers[0]')
mod_jk.c:1882: warning: initialization makes integer from pointer without a
cast
mod_jk.c:1882: warning: excess elements in scalar initializer
mod_jk.c:1882: warning: (near initialization for `jk_handlers[0]')
mod_jk.c:1883: warning: braces around scalar initializer
mod_jk.c:1883: warning: (near initialization for `jk_handlers[1]')
mod_jk.c:1883: warning: initialization makes integer from pointer without a
cast
mod_jk.c:1883: warning: excess elements in scalar initializer
mod_jk.c:1883: warning: (near initialization for `jk_handlers[1]')
mod_jk.c:1884: warning: braces around scalar initializer
mod_jk.c:1884: warning: (near initialization for `jk_handlers[2]')
mod_jk.c:1884: warning: initialization makes integer from pointer without a
cast
mod_jk.c:1885: warning: data definition has no type or storage class
mod_jk.c:1887: parse error before "jk_module"
mod_jk.c:1888: `this_module_needs_to_be_ported_to_apache_2_0' undeclared
here (not in a function)
mod_jk.c:1888: initializer element is not constant
mod_jk.c:1888: (near initialization for `jk_module')
mod_jk.c:1889: warning: excess elements in scalar initializer
mod_jk.c:1889: warning: (near initialization for `jk_module')
mod_jk.c:1890: warning: excess elements in scalar initializer
mod_jk.c:1890: warning: (near initialization for `jk_module')
mod_jk.c:1891: warning: excess elements in scalar initializer
mod_jk.c:1891: warning: (near initialization for `jk_module')
mod_jk.c:1892: warning: excess elements in scalar initializer
mod_jk.c:1892: warning: (near initialization for `jk_module')
mod_jk.c:1893: warning: excess elements in scalar initializer
mod_jk.c:1893: warning: (near initialization for `jk_module')
mod_jk.c:1894: warning: excess elements in scalar initializer
mod_jk.c:1894: warning: (near initialization for `jk_module')
mod_jk.c:1895: warning: excess elements in scalar initializer
mod_jk.c:1895: warning: (near initialization for `jk_module')
mod_jk.c:1896: warning: excess elements in scalar initializer
mod_jk.c:1896: warning: (near initialization for `jk_module')
mod_jk.c:1897: warning: excess elements in scalar initializer
mod_jk.c:1897: warning: (near initialization for `jk_module')
mod_jk.c:1898: warning: excess elements in scalar initializer
mod_jk.c:1898: warning: (near initialization for `jk_module')
mod_jk.c:1899: warning: excess elements in scalar initializer
mod_jk.c:1899: warning: (near initialization for `jk_module')
mod_jk.c:1900: warning: excess elements in scalar initializer
mod_jk.c:1900: warning: (near initialization for `jk_module')
mod_jk.c:1901: warning: excess elements in scalar initializer
mod_jk.c:1901: warning: (near initialization for `jk_module')
mod_jk.c:1902: warning: excess elements in scalar initializer
mod_jk.c:1902: warning: (near initialization for `jk_module')
mod_jk.c:1903: warning: excess elements in scalar initializer
mod_jk.c:1903: warning: (near initialization for `jk_module')
mod_jk.c:1904: warning: excess elements in scalar initializer
mod_jk.c:1904: warning: (near initialization for `jk_module')
mod_jk.c:1905: warning: excess elements in scalar initializer
mod_jk.c:1905: warning: (near initialization for `jk_module')
mod_jk.c:1920: warning: excess elements in scalar initializer
mod_jk.c:1920: warning: (near initialization for `jk_module')
mod_jk.c:1920: warning: data definition has no type or storage class
make: 1254-004 The error code from the last command is 1.


Stop.
[wdc4002a(root):
/test/webserver/jakarta-tomcat-connectors-4.0.4-src/jk/native/apache-1.3]
# 



------------------------------------------------------------------------------
CONFIDENTIALITY NOTICE: If you have received this e-mail in error, please immediately 
notify the sender by e-mail at the address shown.  This e-mail transmission may 
contain confidential information.  This information is intended only for the use of 
the individual(s) or entity to whom it is intended even if addressed incorrectly.  
Please delete it from your files if you are not the intended recipient.  Thank you for 
your compliance. Copyright (c) 2002 CIGNA

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to