Hi, I'm trying to play with clutter and webkit.
I've followed some instructions I found: $ git clone git://git.o-hand.com/webkit $ cd webkit $ ./autogen.sh --disable-gtk --enable-clutter [...] $ configure: WARNING: unrecognized options: --disable-gtk, --enable-clutter [...] $ make rm -f ./DerivedSources/CSSGrammar.cpp.h ./DerivedSources/CSSGrammar.hpp /usr/bin/bison -d -p cssyy WebCore/css/CSSGrammar.y -o ./DerivedSources/CSSGrammar.cpp WebCore/css/CSSGrammar.y:338.11-20: symbol maybe_sgml is redefined make: *** [DerivedSources/CSSGrammar.cpp] Error 1 My goal is to combine cairo and webkit, ideally on a headless server. Regards -- To unsubscribe send a mail to [email protected]
