Re: mod_mp3 not compiling
"Muhammad Akhtar" <[email protected]> Mon, 21 Oct 2002 15:12:01 -0400
| Newsgroups | gmane.comp.apache.mod-mp3 |
|---|---|
| Message-ID | <1F33995341C78B42822683FB6E6E929F038DD676@xch01lhr.egham.eu.rim.net> |
That will be why then!! Thanx:) -------------------------------------------- Muhammad Akhtar Blackberry Operations (UK) Administrator -----Original Message----- From: Jon Disnard <[email protected]> To: [email protected] <[email protected]> Sent: Mon Oct 21 13:56:03 2002 Subject: Re: [Mod_mp3] mod_mp3 not compiling mod_mp3 is for Apache-1.3.12+, but not for Apache-2.x (at least not yet). To fix this issue, use Apache-1.3.27! As far as I know, apache2 support is planned, but after certain other features get commited first like the shoutcast style live-streaming. -Jon Muhammad Akhtar wrote: > Ooops, sorry, forgot to add the other details... > > Linux2.4.18 Slackware8.1 > Apache2(current) > Mysql(current) > mod_perl > mod_php > mod_gzip > > > > > -----Original Message----- > From: Muhammad Akhtar > Sent: October 21, 2002 5:43 AM > To: [email protected] > Subject: [Mod_mp3] mod_mp3 not compiling > > > Hi all, > > I can't get mod_mp3 to compile this is the output i get anyone know what my problem is here... > > all help is appreciated... > > Muhammad:) > > root@nemesis:/usr/local/apache/mod_mp3-0.39# ./configure > ARGS > checking for ghttp for yp... found > checking for perl... found > checking for apxs... found > adding directory services support > adding support for internal dispatch > Writing proto.h > Writing Makefile > Now type: > make clean; make; make install > > Thanks for using mod_mp3 > -Brian Aker ([email protected]) > > root@nemesis:/usr/local/apache/mod_mp3-0.39# make > `/usr/local/apache/bin/apxs -q CC` -I`/usr/local/apache/bin/apxs -q INCLUDEDIR` `/usr/local/apache/bin/apxs -q CFLAGS` -DCONTENT_DISPOSITION > -DSELECT_ENABLED -DYP_ENABLED -DYP_ENABLED -c src/mod_mp3.c -DCONTENT_DISPOSITION -DSELECT_ENABLED -DYP_ENABLED -DYP_ENABLED -o src/mod_mp3.o > In file included from src/mod_mp3.c:6: > src/mod_mp3.h:43: parse error before `mp3_module' > src/mod_mp3.h:43: warning: data definition has no type or storage class > src/mod_mp3.h:108: parse error before `table' > src/mod_mp3.h:108: warning: no semicolon at end of struct or union > src/mod_mp3.h:114: `random' redeclared as different kind of symbol > /usr/include/stdlib.h:397: previous declaration of `random' > src/mod_mp3.h:119: parse error before `*' > src/mod_mp3.h:119: warning: data definition has no type or storage class > src/mod_mp3.h:127: parse error before `}' > src/mod_mp3.h:127: warning: data definition has no type or storage class > src/mod_mp3.h:132: parse error before `*' > src/mod_mp3.h:133: parse error before `pool' > src/mod_mp3.h:134: parse error before `pool' > src/mod_mp3.h:135: parse error before `pool' > src/mod_mp3.h:136: parse error before `pool' > src/mod_mp3.h:137: parse error before `pool' > src/mod_mp3.h:138: parse error before `pool' > src/mod_mp3.h:139: warning: no semicolon at end of struct or union > src/mod_mp3.h:140: warning: data definition has no type or storage class > src/mod_mp3.h:162: parse error before `array_header' > src/mod_mp3.h:162: warning: no semicolon at end of struct or union > src/mod_mp3.h:163: warning: data definition has no type or storage class > src/mod_mp3.h:164: parse error before `*' > src/mod_mp3.h:164: warning: data definition has no type or storage class > src/mod_mp3.h:165: parse error before `*' > src/mod_mp3.h:165: warning: data definition has no type or storage class > src/mod_mp3.h:167: parse error before `}' > src/mod_mp3.h:167: warning: data definition has no type or storage class > In file included from src/mod_mp3.h:169, > from src/mod_mp3.c:6: > src/proto.h:16: parse error before `mp3_conf' > src/proto.h:17: parse error before `*' > src/proto.h:19: parse error before `*' > src/proto.h:20: parse error before `*' > src/proto.h:21: parse error before `*' > src/proto.h:22: parse error before `*' > src/proto.h:23: parse error before `mp3_conf' > src/proto.h:26: parse error before `*' > src/proto.h:32: parse error before `*' > src/proto.h:32: parse error before `*' > src/proto.h:32: warning: data definition has no type or storage class > src/proto.h:33: parse error before `*' > src/proto.h:33: warning: data definition has no type or storage class > src/proto.h:34: parse error before `table' > src/proto.h:35: parse error before `mp3_conf' > src/proto.h:37: parse error before `*' > src/proto.h:38: parse error before `mp3_conf' > src/proto.h:39: parse error before `*' > src/proto.h:40: parse error before `pool' > src/proto.h:41: parse error before `pool' > src/proto.h:42: parse error before `pool' > src/proto.h:43: parse error before `pool' > src/proto.h:44: parse error before `pool' > src/proto.h:45: parse error before `*' > src/proto.h:45: parse error before `pool' > src/proto.h:45: warning: data definition has no type or storage class > src/proto.h:46: parse error before `mp3_conf' > src/mod_mp3.c:11: parse error before `internal' > src/mod_mp3.c:11: warning: data definition has no type or storage class > src/mod_mp3.c:22: parse error before `*' > src/mod_mp3.c:34: warning: data definition has no type or storage class > src/mod_mp3.c:37: parse error before `mp3_conf' > src/mod_mp3.c: In function `send_headers': > src/mod_mp3.c:41: `request' undeclared (first use in this function) > src/mod_mp3.c:41: (Each undeclared identifier is reported only once > src/mod_mp3.c:41: for each function it appears in.) > src/mod_mp3.c:42: `r' undeclared (first use in this function) > src/mod_mp3.c:42: `cfg' undeclared (first use in this function) > src/mod_mp3.c: At top level: > src/mod_mp3.c:55: parse error before `*' > src/mod_mp3.c: In function `mconfig_for_directory': > src/mod_mp3.c:56: `cfg' undeclared (first use in this function) > src/mod_mp3.c:56: `p' undeclared (first use in this function) > src/mod_mp3.c: At top level: > src/mod_mp3.c:78: parse error before `*' > src/mod_mp3.c: In function `mconfig_for_server': > src/mod_mp3.c:79: `p' undeclared (first use in this function) > src/mod_mp3.c:79: warning: initialization makes pointer from integer without a cast > src/mod_mp3.c:103: `ap_null_cleanup' undeclared (first use in this function) > src/mod_mp3.c: At top level: > src/mod_mp3.c:114: parse error before `mp3_conf' > src/mod_mp3.c: In function `stream_content': > src/mod_mp3.c:122: `r' undeclared (first use in this function) > src/mod_mp3.c:122: request for member `module_index' in something not a structure or union > src/mod_mp3.c:127: `cfg' undeclared (first use in this function) > src/mod_mp3.c:128: `request' undeclared (first use in this function) > src/mod_mp3.c:128: `content' undeclared (first use in this function) > src/mod_mp3.c:164: warning: passing arg 5 of `ap_log_rerror' from incompatible pointer type > src/mod_mp3.c: At top level: > src/mod_mp3.c:189: parse error before `pool' > src/mod_mp3.c: In function `mp3_selection_handler': > src/mod_mp3.c:201: `cfg' undeclared (first use in this function) > src/mod_mp3.c:201: request for member `module_index' in something not a structure or union > src/mod_mp3.c:202: `info' undeclared (first use in this function) > src/mod_mp3.c:202: request for member `module_index' in something not a structure or union > src/mod_mp3.c:203: parse error before `*' > src/mod_mp3.c:206: `request' undeclared (first use in this function) > src/mod_mp3.c:206: request for member `module_index' in something not a structure or union > src/mod_mp3.c:208: warning: assignment makes pointer from integer without a cast > src/mod_mp3.c:224: `bank' undeclared (first use in this function) > src/mod_mp3.c:225: `x' undeclared (first use in this function) > src/mod_mp3.c: At top level: > src/mod_mp3.c:254: parse error before `mp3_conf' > src/mod_mp3.c: In function `print_channel': > src/mod_mp3.c:257: `r' undeclared (first use in this function) > src/mod_mp3.c:257: warning: assignment makes pointer from integer without a cast > src/mod_mp3.c:259: `cfg' undeclared (first use in this function) > src/mod_mp3.c: At top level: > src/mod_mp3.c:268: parse error before `mp3_conf' > src/mod_mp3.c: In function `print_channel_rdf': > src/mod_mp3.c:273: request for member `elts' in something not a structure or union > src/mod_mp3.c:275: `r' undeclared (first use in this function) > src/mod_mp3.c:275: warning: assignment makes pointer from integer without a cast > src/mod_mp3.c:277: `cfg' undeclared (first use in this function) > src/mod_mp3.c:284: request for member `nelts' in something not a structure or union > src/mod_mp3.c: At top level: > src/mod_mp3.c:292: parse error before `mp3_conf' > src/mod_mp3.c: In function `print_channel_mbm': > src/mod_mp3.c:297: request for member `elts' in something not a structure or union > src/mod_mp3.c:299: `r' undeclared (first use in this function) > src/mod_mp3.c:299: warning: assignment makes pointer from integer without a cast > src/mod_mp3.c:304: request for member `nelts' in something not a structure or union > src/mod_mp3.c: In function `mp3_rss_handler': > src/mod_mp3.c:314: `cfg' undeclared (first use in this function) > src/mod_mp3.c:314: request for member `module_index' in something not a structure or union > src/mod_mp3.c:315: `info' undeclared (first use in this function) > src/mod_mp3.c:315: request for member `module_index' in something not a structure or union > src/mod_mp3.c:316: parse error before `*' > src/mod_mp3.c:329: `bank' undeclared (first use in this function) > src/mod_mp3.c: In function `mp3_rdf_handler': > src/mod_mp3.c:346: `cfg' undeclared (first use in this function) > src/mod_mp3.c:346: request for member `module_index' in something not a structure or union > src/mod_mp3.c:347: `info' undeclared (first use in this function) > src/mod_mp3.c:347: request for member `module_index' in something not a structure or union > src/mod_mp3.c:348: `array_header' undeclared (first use in this function) > src/mod_mp3.c:349: parse error before `*' > src/mod_mp3.c:368: `bank' undeclared (first use in this function) > src/mod_mp3.c: In function `mp3_mbm_handler': > src/mod_mp3.c:403: `cfg' undeclared (first use in this function) > src/mod_mp3.c:403: request for member `module_index' in something not a structure or union > src/mod_mp3.c:404: `info' undeclared (first use in this function) > src/mod_mp3.c:404: request for member `module_index' in something not a structure or union > src/mod_mp3.c:405: `array_header' undeclared (first use in this function) > src/mod_mp3.c:406: parse error before `*' > src/mod_mp3.c:425: `bank' undeclared (first use in this function) > src/mod_mp3.c: In function `mp3_pls_handler': > src/mod_mp3.c:454: `cfg' undeclared (first use in this function) > src/mod_mp3.c:454: request for member `module_index' in something not a structure or union > src/mod_mp3.c:455: `info' undeclared (first use in this function) > src/mod_mp3.c:455: request for member `module_index' in something not a structure or union > src/mod_mp3.c:457: parse error before `int' > src/mod_mp3.c:474: `version' undeclared (first use in this function) > src/mod_mp3.c:479: `bank' undeclared (first use in this function) > src/mod_mp3.c:480: `x' undeclared (first use in this function) > src/mod_mp3.c: In function `mp3_m3u_handler': > src/mod_mp3.c:503: `cfg' undeclared (first use in this function) > src/mod_mp3.c:503: request for member `module_index' in something not a structure or union > src/mod_mp3.c:504: `info' undeclared (first use in this function) > src/mod_mp3.c:504: request for member `module_index' in something not a structure or union > src/mod_mp3.c:505: parse error before `int' > src/mod_mp3.c:519: `version' undeclared (first use in this function) > src/mod_mp3.c:524: `bank' undeclared (first use in this function) > src/mod_mp3.c: At top level: > src/mod_mp3.c:541: parse error before `*' > src/mod_mp3.c: In function `table_find': > src/mod_mp3.c:542: `array_header' undeclared (first use in this function) > src/mod_mp3.c:542: `hdrs_arr' undeclared (first use in this function) > src/mod_mp3.c:543: `table_entry' undeclared (first use in this function) > src/mod_mp3.c:543: `elts' undeclared (first use in this function) > src/mod_mp3.c:544: parse error before `int' > src/mod_mp3.c:546: `t' undeclared (first use in this function) > src/mod_mp3.c:550: parse error before `)' > src/mod_mp3.c:552: `key' undeclared (first use in this function) > src/mod_mp3.c:555: `x' undeclared (first use in this function) > src/mod_mp3.c: At top level: > src/mod_mp3.c:563: parse error before `*' > src/mod_mp3.c:563: parse error before `mp3_conf' > src/mod_mp3.c: In function `create_request': > src/mod_mp3.c:564: `request' undeclared (first use in this function) > src/mod_mp3.c:565: parse error before `const' > src/mod_mp3.c:571: `r' undeclared (first use in this function) > src/mod_mp3.c:573: `cfg' undeclared (first use in this function) > src/mod_mp3.c:585: warning: passing arg 2 of `ap_md5' makes pointer from integer without a cast > src/mod_mp3.c:587: `agent' undeclared (first use in this function) > src/mod_mp3.c:588: `handler' undeclared (first use in this function) > src/mod_mp3.c:617: warning: passing arg 1 of `atoi' makes pointer from integer without a cast > src/mod_mp3.c:624: warning: passing arg 2 of `mp3_match' makes pointer from integer without a cast > src/mod_mp3.c:651: request for member `module_index' in something not a structure or union > src/mod_mp3.c: In function `mp3_request_init': > src/mod_mp3.c:657: `cfg' undeclared (first use in this function) > src/mod_mp3.c:657: request for member `module_index' in something not a structure or union > src/mod_mp3.c: In function `mp3_status_handler': > src/mod_mp3.c:665: request for member `module_index' in something not a structure or union > src/mod_mp3.c: In function `mp3_fixup': > src/mod_mp3.c:699: `cfg' undeclared (first use in this function) > src/mod_mp3.c:699: request for member `module_index' in something not a structure or union > src/mod_mp3.c:700: `info' undeclared (first use in this function) > src/mod_mp3.c:708: structure has no member named `client' > src/mod_mp3.c:708: `B_CHUNK' undeclared (first use in this function) > src/mod_mp3.c: In function `mp3_play_handler': > src/mod_mp3.c:760: `cfg' undeclared (first use in this function) > src/mod_mp3.c:760: request for member `module_index' in something not a structure or union > src/mod_mp3.c:761: parse error before `*' > src/mod_mp3.c:762: `info' undeclared (first use in this function) > src/mod_mp3.c:762: request for member `module_index' in something not a structure or union > src/mod_mp3.c:765: `scfg' undeclared (first use in this function) > src/mod_mp3.c: In function `mp3_handler': > src/mod_mp3.c:790: `cfg' undeclared (first use in this function) > src/mod_mp3.c:790: request for member `module_index' in something not a structure or union > src/mod_mp3.c:791: `info' undeclared (first use in this function) > src/mod_mp3.c: In function `ogg_handler': > src/mod_mp3.c:806: `cfg' undeclared (first use in this function) > src/mod_mp3.c:806: request for member `module_index' in something not a structure or union > src/mod_mp3.c:807: `info' undeclared (first use in this function) > src/mod_mp3.c: In function `mp3_random_handler': > src/mod_mp3.c:829: `cfg' undeclared (first use in this function) > src/mod_mp3.c:829: request for member `module_index' in something not a structure or union > src/mod_mp3.c:830: `info' undeclared (first use in this function) > src/mod_mp3.c:830: request for member `module_index' in something not a structure or union > src/mod_mp3.c: In function `add_dispatch_agent': > src/mod_mp3.c:898: `cfg' undeclared (first use in this function) > src/mod_mp3.c:898: parse error before `)' > src/mod_mp3.c:903: request for member `name' in something not a structure or union > src/mod_mp3.c:911: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast > src/mod_mp3.c:911: warning: passing arg 5 of `ap_log_error' from incompatible pointer type > src/mod_mp3.c:911: too few arguments to function `ap_log_error' > src/mod_mp3.c:913: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast > src/mod_mp3.c:913: warning: passing arg 5 of `ap_log_error' from incompatible pointer type > src/mod_mp3.c:913: too few arguments to function `ap_log_error' > src/mod_mp3.c:916: request for member `name' in something not a structure or union > src/mod_mp3.c:916: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast > src/mod_mp3.c:916: warning: passing arg 5 of `ap_log_error' from incompatible pointer type > src/mod_mp3.c: At top level: > src/mod_mp3.c:925: `enabled' undeclared here (not in a function) > src/mod_mp3.c:925: initializer element is not constant > src/mod_mp3.c:925: (near initialization for `mp3_module_cmds[0].cmd_data') > src/mod_mp3.c:926: `enabled' undeclared here (not in a function) > src/mod_mp3.c:926: initializer element is not constant > src/mod_mp3.c:926: (near initialization for `mp3_module_cmds[1].cmd_data') > src/mod_mp3.c:927: `random_enabled' undeclared here (not in a function) > src/mod_mp3.c:927: initializer element is not constant > src/mod_mp3.c:927: (near initialization for `mp3_module_cmds[2].cmd_data') > src/mod_mp3.c:933: `genre_name' undeclared here (not in a function) > src/mod_mp3.c:933: initializer element is not constant > src/mod_mp3.c:933: (near initialization for `mp3_module_cmds[8].cmd_data') > src/mod_mp3.c:939: `encoder' undeclared here (not in a function) > src/mod_mp3.c:939: initializer element is not constant > src/mod_mp3.c:939: (near initialization for `mp3_module_cmds[11].cmd_data') > src/mod_mp3.c:940: `cast_name' undeclared here (not in a function) > src/mod_mp3.c:940: initializer element is not constant > src/mod_mp3.c:940: (near initialization for `mp3_module_cmds[12].cmd_data') > src/mod_mp3.c:941: `content_type' undeclared here (not in a function) > src/mod_mp3.c:941: initializer element is not constant > src/mod_mp3.c:941: (near initialization for `mp3_module_cmds[13].cmd_data') > src/mod_mp3.c:962: parse error before `mp3_handlers' > src/mod_mp3.c:963: warning: braces around scalar initializer > src/mod_mp3.c:963: warning: (near initialization for `mp3_handlers[0]') > src/mod_mp3.c:963: warning: initialization makes integer from pointer without a cast > src/mod_mp3.c:963: warning: excess elements in scalar initializer > src/mod_mp3.c:963: warning: (near initialization for `mp3_handlers[0]') > src/mod_mp3.c:964: warning: braces around scalar initializer > src/mod_mp3.c:964: warning: (near initialization for `mp3_handlers[1]') > src/mod_mp3.c:964: warning: initialization makes integer from pointer without a cast > src/mod_mp3.c:964: warning: excess elements in scalar initializer > src/mod_mp3.c:964: warning: (near initialization for `mp3_handlers[1]') > src/mod_mp3.c:965: warning: braces around scalar initializer > src/mod_mp3.c:965: warning: (near initialization for `mp3_handlers[2]') > src/mod_mp3.c:965: warning: initialization makes integer from pointer without a cast > src/mod_mp3.c:965: warning: excess elements in scalar initializer > src/mod_mp3.c:965: warning: (near initialization for `mp3_handlers[2]') > src/mod_mp3.c:966: warning: braces around scalar initializer > src/mod_mp3.c:966: warning: (near initialization for `mp3_handlers[3]') > src/mod_mp3.c:966: warning: initialization makes integer from pointer without a cast > src/mod_mp3.c:966: warning: excess elements in scalar initializer > src/mod_mp3.c:966: warning: (near initialization for `mp3_handlers[3]') > src/mod_mp3.c:967: warning: braces around scalar initializer > src/mod_mp3.c:967: warning: (near initialization for `mp3_handlers[4]') > src/mod_mp3.c:967: warning: initialization makes integer from pointer without a cast > src/mod_mp3.c:967: warning: excess elements in scalar initializer > src/mod_mp3.c:967: warning: (near initialization for `mp3_handlers[4]') > src/mod_mp3.c:969: warning: braces around scalar initializer > src/mod_mp3.c:969: warning: (near initialization for `mp3_handlers[5]') > src/mod_mp3.c:969: warning: initialization makes integer from pointer without a cast > src/mod_mp3.c:969: warning: excess elements in scalar initializer > src/mod_mp3.c:969: warning: (near initialization for `mp3_handlers[5]') > src/mod_mp3.c:971: warning: braces around scalar initializer > src/mod_mp3.c:971: warning: (near initialization for `mp3_handlers[6]') > src/mod_mp3.c:971: warning: initialization makes integer from pointer without a cast > src/mod_mp3.c:971: warning: excess elements in scalar initializer > src/mod_mp3.c:971: warning: (near initialization for `mp3_handlers[6]') > src/mod_mp3.c:972: warning: braces around scalar initializer > src/mod_mp3.c:972: warning: (near initialization for `mp3_handlers[7]') > src/mod_mp3.c:972: warning: initialization makes integer from pointer without a cast > src/mod_mp3.c:972: warning: excess elements in scalar initializer > src/mod_mp3.c:972: warning: (near initialization for `mp3_handlers[7]') > src/mod_mp3.c:973: warning: braces around scalar initializer > src/mod_mp3.c:973: warning: (near initialization for `mp3_handlers[8]') > src/mod_mp3.c:973: warning: initialization makes integer from pointer without a cast > src/mod_mp3.c:973: warning: excess elements in scalar initializer > src/mod_mp3.c:973: warning: (near initialization for `mp3_handlers[8]') > src/mod_mp3.c:974: warning: braces around scalar initializer > src/mod_mp3.c:974: warning: (near initialization for `mp3_handlers[9]') > src/mod_mp3.c:974: warning: initialization makes integer from pointer without a cast > src/mod_mp3.c:974: warning: excess elements in scalar initializer > src/mod_mp3.c:974: warning: (near initialization for `mp3_handlers[9]') > src/mod_mp3.c:975: warning: braces around scalar initializer > src/mod_mp3.c:975: warning: (near initialization for `mp3_handlers[10]') > src/mod_mp3.c:975: warning: initialization makes integer from pointer without a cast > src/mod_mp3.c:975: warning: excess elements in scalar initializer > src/mod_mp3.c:975: warning: (near initialization for `mp3_handlers[10]') > src/mod_mp3.c:979: warning: braces around scalar initializer > src/mod_mp3.c:979: warning: (near initialization for `mp3_handlers[11]') > src/mod_mp3.c:979: warning: initialization makes integer from pointer without a cast > src/mod_mp3.c:979: warning: excess elements in scalar initializer > src/mod_mp3.c:979: warning: (near initialization for `mp3_handlers[11]') > src/mod_mp3.c:980: warning: data definition has no type or storage class > src/mod_mp3.c:982: parse error before `pool' > src/mod_mp3.c: In function `mp3_init': > src/mod_mp3.c:984: warning: passing arg 1 of `ap_add_version_component' from incompatible pointer type > src/mod_mp3.c:984: too few arguments to function `ap_add_version_component' > src/mod_mp3.c: At top level: > src/mod_mp3.c:988: parse error before `mp3_module' > src/mod_mp3.c:989: `this_module_needs_to_be_ported_to_apache_2_0' undeclared here (not in a function) > src/mod_mp3.c:989: initializer element is not constant > src/mod_mp3.c:989: (near initialization for `mp3_module') > src/mod_mp3.c:990: warning: excess elements in scalar initializer > src/mod_mp3.c:990: warning: (near initialization for `mp3_module') > src/mod_mp3.c:991: warning: excess elements in scalar initializer > src/mod_mp3.c:991: warning: (near initialization for `mp3_module') > src/mod_mp3.c:992: warning: excess elements in scalar initializer > src/mod_mp3.c:992: warning: (near initialization for `mp3_module') > src/mod_mp3.c:993: warning: excess elements in scalar initializer > src/mod_mp3.c:993: warning: (near initialization for `mp3_module') > src/mod_mp3.c:994: warning: excess elements in scalar initializer > src/mod_mp3.c:994: warning: (near initialization for `mp3_module') > src/mod_mp3.c:995: warning: excess elements in scalar initializer > src/mod_mp3.c:995: warning: (near initialization for `mp3_module') > src/mod_mp3.c:996: warning: excess elements in scalar initializer > src/mod_mp3.c:996: warning: (near initialization for `mp3_module') > src/mod_mp3.c:997: warning: excess elements in scalar initializer > src/mod_mp3.c:997: warning: (near initialization for `mp3_module') > src/mod_mp3.c:998: warning: excess elements in scalar initializer > src/mod_mp3.c:998: warning: (near initialization for `mp3_module') > src/mod_mp3.c:999: warning: excess elements in scalar initializer > src/mod_mp3.c:999: warning: (near initialization for `mp3_module') > src/mod_mp3.c:1000: warning: excess elements in scalar initializer > src/mod_mp3.c:1000: warning: (near initialization for `mp3_module') > src/mod_mp3.c:1001: warning: excess elements in scalar initializer > src/mod_mp3.c:1001: warning: (near initialization for `mp3_module') > src/mod_mp3.c:1002: warning: excess elements in scalar initializer > src/mod_mp3.c:1002: warning: (near initialization for `mp3_module') > src/mod_mp3.c:1003: warning: excess elements in scalar initializer > src/mod_mp3.c:1003: warning: (near initialization for `mp3_module') > src/mod_mp3.c:1004: warning: excess elements in scalar initializer > src/mod_mp3.c:1004: warning: (near initialization for `mp3_module') > src/mod_mp3.c:1005: warning: excess elements in scalar initializer > src/mod_mp3.c:1005: warning: (near initialization for `mp3_module') > src/mod_mp3.c:1006: warning: excess elements in scalar initializer > src/mod_mp3.c:1006: warning: (near initialization for `mp3_module') > src/mod_mp3.c:1014: warning: excess elements in scalar initializer > src/mod_mp3.c:1014: warning: (near initialization for `mp3_module') > src/mod_mp3.c:1014: warning: data definition has no type or storage class > make: *** [src/mod_mp3.o] Error 1 > > _______________________________________________ > Mod_mp3 mailing list > [email protected] > http://lists.tangent.org/mailman/listinfo/mod_mp3 > _______________________________________________ > Mod_mp3 mailing list > [email protected] > http://lists.tangent.org/mailman/listinfo/mod_mp3 -- -Jon Disnard Computer Associates Unix Systems Administrator Information Systems tele: 2144731000 smtp: [email protected] _______________________________________________ Mod_mp3 mailing list [email protected] http://lists.tangent.org/mailman/listinfo/mod_mp3