[wellylug] I am just soooo faaar out of my depth......
Mark Signal
mark at databackup.co.nz
Thu Jun 24 21:35:21 NZST 2004
does anyone have the foggiest what all this means..
(I am trying build mod_proxy_html for an apache2 server to do reverse
proxying)
bah ...I'm going to bed
Mark
debian:~# apxs2 -c -I/usr/include/libxml2 -i mod_proxy_html.c
/usr/bin/libtool --silent --mode=compile
gcc -prefer-pic -pipe -I/usr/include/xmltok -I/usr/include/openssl -O2 -DAP_
HAVE_DESIGNATED_INITIALIZER -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BS
D_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -pipe -I/usr/include/xmltok -I/usr/inc
lude/openssl -O2 -pthread -I/usr/include/apache2 -I/usr/include/apr-0 -I/
usr/include/apr-0 -I/usr/include -I/usr/include/libxml2 -c -o
mod_proxy_html.lo mod_proxy_html.c && touch mod_proxy_html.slo
mod_proxy_html.c:37:31: libxml/HTMLparser.h: No such file or directory
mod_proxy_html.c:59: error: parse error before "htmlSAXHandlerPtr"
mod_proxy_html.c:59: warning: no semicolon at end of struct or union
mod_proxy_html.c:62: error: parse error before "parser"
mod_proxy_html.c:62: warning: data definition has no type or storage class
mod_proxy_html.c:64: error: parse error before "enc"
mod_proxy_html.c:64: warning: data definition has no type or storage class
mod_proxy_html.c:65: warning: data definition has no type or storage class
mod_proxy_html.c: In function `normalise':
mod_proxy_html.c:101: error: `xmlChar' undeclared (first use in this
function)
mod_proxy_html.c:101: error: (Each undeclared identifier is reported only
once
mod_proxy_html.c:101: error: for each function it appears in.)
mod_proxy_html.c:101: error: `p' undeclared (first use in this function)
mod_proxy_html.c: At top level:
mod_proxy_html.c:114: error: parse error before '*' token
mod_proxy_html.c: In function `pstartElement':
mod_proxy_html.c:117: error: `ctx' undeclared (first use in this function)
mod_proxy_html.c:117: error: parse error before ')' token
mod_proxy_html.c:154: error: `name' undeclared (first use in this function)
mod_proxy_html.c:156: error: `attrs' undeclared (first use in this function)
mod_proxy_html.c:158: error: syntax error before '*' token
mod_proxy_html.c:165: error: `a' undeclared (first use in this function)
mod_proxy_html.c:166: error: syntax error before '*' token
mod_proxy_html.c:167: error: `value' undeclared (first use in this function)
mod_proxy_html.c: At top level:
mod_proxy_html.c:202: error: parse error before '*' token
mod_proxy_html.c: In function `pendElement':
mod_proxy_html.c:203: error: `ctx' undeclared (first use in this function)
mod_proxy_html.c:203: error: parse error before ')' token
mod_proxy_html.c:204: error: `name' undeclared (first use in this function)
mod_proxy_html.c: At top level:
mod_proxy_html.c:208: error: parse error before '*' token
mod_proxy_html.c: In function `pcharacters':
mod_proxy_html.c:209: error: `ctx' undeclared (first use in this function)
mod_proxy_html.c:209: error: parse error before ')' token
mod_proxy_html.c:212: error: `length' undeclared (first use in this
function)
mod_proxy_html.c:213: error: `chars' undeclared (first use in this function)
mod_proxy_html.c: At top level:
mod_proxy_html.c:223: error: parse error before '*' token
mod_proxy_html.c: In function `pcdata':
mod_proxy_html.c:224: error: `ctx' undeclared (first use in this function)
mod_proxy_html.c:224: error: parse error before ')' token
mod_proxy_html.c:225: error: `chars' undeclared (first use in this function)
mod_proxy_html.c:225: error: `length' undeclared (first use in this
function)
mod_proxy_html.c: At top level:
mod_proxy_html.c:227: error: parse error before '*' token
mod_proxy_html.c: In function `pcomment':
mod_proxy_html.c:228: error: `ctx' undeclared (first use in this function)
mod_proxy_html.c:228: error: parse error before ')' token
mod_proxy_html.c:229: error: `chars' undeclared (first use in this function)
mod_proxy_html.c: At top level:
mod_proxy_html.c:231: error: parse error before "setupSAX"
mod_proxy_html.c: In function `setupSAX':
mod_proxy_html.c:232: error: `htmlSAXHandlerPtr' undeclared (first use in
this function)
mod_proxy_html.c:232: error: parse error before "sax"
mod_proxy_html.c:232: error: `__s' undeclared (first use in this function)
mod_proxy_html.c: At top level:
mod_proxy_html.c:232: error: parse error before ')' token
mod_proxy_html.c:232: error: `__s' undeclared here (not in a function)
mod_proxy_html.c:232: error: parse error before "switch"
mod_proxy_html.c:232: error: conflicting types for `__u'
mod_proxy_html.c:232: error: previous declaration of `__u'
mod_proxy_html.c:232: warning: data definition has no type or storage class
mod_proxy_html.c:232: error: parse error before "case"
mod_proxy_html.c:232: warning: initialization makes integer from pointer
without a cast
mod_proxy_html.c:232: error: initializer element is not constant
mod_proxy_html.c:232: warning: data definition has no type or storage class
mod_proxy_html.c:232: error: parse error before "case"
mod_proxy_html.c:232: error: redefinition of `__u'
mod_proxy_html.c:232: error: `__u' previously defined here
mod_proxy_html.c:232: warning: initialization makes integer from pointer
without a cast
mod_proxy_html.c:232: error: initializer element is not constant
mod_proxy_html.c:232: warning: data definition has no type or storage class
mod_proxy_html.c:232: error: parse error before "case"
mod_proxy_html.c:232: error: redefinition of `__u'
mod_proxy_html.c:232: error: `__u' previously defined here
mod_proxy_html.c:232: warning: initialization makes integer from pointer
without a cast
mod_proxy_html.c:232: error: initializer element is not constant
mod_proxy_html.c:232: warning: data definition has no type or storage class
mod_proxy_html.c:232: error: parse error before '->' token
mod_proxy_html.c:232: error: redefinition of `__u'
mod_proxy_html.c:232: error: `__u' previously defined here
mod_proxy_html.c:232: warning: initialization makes integer from pointer
without a cast
mod_proxy_html.c:232: error: initializer element is not constant
mod_proxy_html.c:232: warning: data definition has no type or storage class
mod_proxy_html.c:232: error: parse error before "case"
mod_proxy_html.c:232: error: redefinition of `__u'
mod_proxy_html.c:232: error: `__u' previously defined here
mod_proxy_html.c:232: warning: initialization makes integer from pointer
without a cast
mod_proxy_html.c:232: error: initializer element is not constant
mod_proxy_html.c:232: warning: data definition has no type or storage class
mod_proxy_html.c:232: error: parse error before "case"
mod_proxy_html.c:232: error: redefinition of `__u'
mod_proxy_html.c:232: error: `__u' previously defined here
mod_proxy_html.c:232: warning: initialization makes integer from pointer
without a cast
mod_proxy_html.c:232: error: initializer element is not constant
mod_proxy_html.c:232: warning: data definition has no type or storage class
mod_proxy_html.c:232: error: parse error before "case"
mod_proxy_html.c:232: error: redefinition of `__u'
mod_proxy_html.c:232: error: `__u' previously defined here
mod_proxy_html.c:232: warning: initialization makes integer from pointer
without a cast
mod_proxy_html.c:232: error: initializer element is not constant
mod_proxy_html.c:232: warning: data definition has no type or storage class
mod_proxy_html.c:232: error: parse error before "case"
mod_proxy_html.c:232: error: redefinition of `__u'
mod_proxy_html.c:232: error: `__u' previously defined here
mod_proxy_html.c:232: warning: initialization makes integer from pointer
without a cast
mod_proxy_html.c:232: error: initializer element is not constant
mod_proxy_html.c:232: warning: data definition has no type or storage class
mod_proxy_html.c:232: error: parse error before "case"
mod_proxy_html.c:232: error: redefinition of `__u'
mod_proxy_html.c:232: error: `__u' previously defined here
mod_proxy_html.c:232: warning: initialization makes integer from pointer
without a cast
mod_proxy_html.c:232: error: initializer element is not constant
mod_proxy_html.c:232: warning: data definition has no type or storage class
mod_proxy_html.c:232: error: parse error before "case"
mod_proxy_html.c:232: error: redefinition of `__u'
mod_proxy_html.c:232: error: `__u' previously defined here
mod_proxy_html.c:232: warning: initialization makes integer from pointer
without a cast
mod_proxy_html.c:232: error: initializer element is not constant
mod_proxy_html.c:232: warning: data definition has no type or storage class
mod_proxy_html.c:232: error: parse error before "case"
mod_proxy_html.c:232: error: redefinition of `__u'
mod_proxy_html.c:232: error: `__u' previously defined here
mod_proxy_html.c:232: warning: initialization makes integer from pointer
without a cast
mod_proxy_html.c:232: error: initializer element is not constant
mod_proxy_html.c:232: warning: data definition has no type or storage class
mod_proxy_html.c:232: error: parse error before "case"
mod_proxy_html.c:232: error: redefinition of `__u'
mod_proxy_html.c:232: error: `__u' previously defined here
mod_proxy_html.c:232: warning: initialization makes integer from pointer
without a cast
mod_proxy_html.c:232: error: initializer element is not constant
mod_proxy_html.c:232: warning: data definition has no type or storage class
mod_proxy_html.c:232: error: parse error before "case"
mod_proxy_html.c:232: error: `__s' used prior to declaration
mod_proxy_html.c:232: warning: data definition has no type or storage class
mod_proxy_html.c:232: error: parse error before '}' token
mod_proxy_html.c:232: error: parse error before '\x0'
mod_proxy_html.c:232: warning: data definition has no type or storage class
mod_proxy_html.c:232: error: parse error before '}' token
mod_proxy_html.c: In function `proxy_html_filter_init':
mod_proxy_html.c:267: error: `fctx' undeclared (first use in this function)
mod_proxy_html.c: At top level:
mod_proxy_html.c:300: error: parse error before '*' token
mod_proxy_html.c: In function `proxy_html_filter':
mod_proxy_html.c:319: error: `ctxt' undeclared (first use in this function)
{standard input}: Assembler messages:
{standard input}:374: Error: symbol `__u' is already defined
{standard input}:380: Error: symbol `__u' is already defined
{standard input}:386: Error: symbol `__u' is already defined
{standard input}:392: Error: symbol `__u' is already defined
{standard input}:398: Error: symbol `__u' is already defined
{standard input}:404: Error: symbol `__u' is already defined
{standard input}:410: Error: symbol `__u' is already defined
{standard input}:416: Error: symbol `__u' is already defined
{standard input}:422: Error: symbol `__u' is already defined
{standard input}:428: Error: symbol `__u' is already defined
{standard input}:434: Error: symbol `__u' is already defined
apxs:Error: Command failed with rc=65536
.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.705 / Virus Database: 461 - Release Date: 12/06/2004
More information about the wellylug
mailing list