I apologize for a copy of this note sent to the developer list. 

I would greatly appreciate advice on how to work around or through this. 

Installing on Centos 6, with gcc and apxs installed.

[root mod_webkit2]# make
/usr/sbin/apxs -c -Wc,"" -o mod_webkit.la  mod_webkit.c marshal.c 
/usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -g 
-pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security 
-fno-strict-aliasing  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread 
-I/usr/include/httpd  -I/usr/include/apr-1   -I/usr/include/apr-1    -c -o 
mod_webkit.lo mod_webkit.c && touch mod_webkit.slo
mod_webkit.c: In function ‘wksock_open’:
mod_webkit.c:265: warning: format not a string literal and no format arguments
mod_webkit.c: In function ‘webkit_handler’:
mod_webkit.c:596: warning: format not a string literal and no format arguments
/usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -g 
-pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -Wformat-security 
-fno-strict-aliasing  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread 
-I/usr/include/httpd  -I/usr/include/apr-1   -I/usr/include/apr-1    -c -o 
marshal.lo marshal.c && touch marshal.slo
/usr/lib64/apr-1/build/libtool --silent --mode=link gcc -o mod_webkit.la  
-rpath /usr/lib64/httpd/modules -module -avoid-version    marshal.lo 
mod_webkit.lo
[root mod_webkit2]#
------------------------------------------------------------------------------
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to