Hi, I'm trying to make the mod_webkit apache module, but it seems to be choking on compiling mod_webkit.c... Does anyone know what might be going wrong?
I'm using Python 2.2.1, WebKit 0.7, on FreeBSD:
(FreeBSD 4.4-RELEASE (VKERN) #7: Fri Aug 9 08:53:32 MDT 2002)
Thanks for any help...
--Tracy
----------
axionf% make
/usr/local/bin/apxs -o mod_webkit.so -c mod_webkit.c marshal.c
gcc -DSTATUS -DVSERV -DISERVER -DSTANDALONE -DFRONTPAGE -funsigned-char -fpic -DSHARED_MODULE -I/usr/local/apache/1.2.6/include -c mod_webkit.c
mod_webkit.c:56: syntax error before `webkit_module'
mod_webkit.c: In function `log_message':
mod_webkit.c:63: `APLOG_MARK' undeclared (first use in this function)
mod_webkit.c:63: (Each undeclared identifier is reported only once
mod_webkit.c:63: for each function it appears in.)
mod_webkit.c:63: `APLOG_ERR' undeclared (first use in this function)
mod_webkit.c: In function `handle_wkserver':
mod_webkit.c:117: `APLOG_MARK' undeclared (first use in this function)
mod_webkit.c:117: `APLOG_ERR' undeclared (first use in this function)
mod_webkit.c: In function `setup_WFILE':
mod_webkit.c:206: warning: assignment makes pointer from integer without a cast
mod_webkit.c:212: warning: assignment makes pointer from integer without a cast
mod_webkit.c: In function `util_read':
mod_webkit.c:249: warning: assignment makes pointer from integer without a cast
mod_webkit.c: In function `transact_with_app_server':
mod_webkit.c:374: `B_SOCKET' undeclared (first use in this function)
mod_webkit.c:374: warning: assignment makes pointer from integer without a cast
mod_webkit.c:388: warning: initialization makes pointer from integer without a cast
mod_webkit.c: In function `content_handler':
mod_webkit.c:503: `webkit_module' undeclared (first use in this function)
mod_webkit.c:503: warning: assignment makes pointer from integer without a cast
mod_webkit.c:528: warning: assignment makes pointer from integer without a cast
mod_webkit.c:540: warning: assignment makes pointer from integer without a cast
mod_webkit.c: At top level:
mod_webkit.c:687: syntax error before `webkit_module'
apxs:Break: Command failed with rc=65536
*** Error code 1
Stop in /usr/home/axiomf/usr/local/share/Webware/WebKit/Native/mod_webkit.
axionf%
|