Has anyone used Origyn Web Browser(OWB) with SDL before

Hi

I having been googleing for days about how can I embed a web browser
into my SDL GUI, you may say my previous email about how to open a new
window to launch Firefox( yeah I know silly).

And now I found this -

http://www.sand-labs.org/owb

looks like a great way to do it.

So I got source and try to build
http://www.sand-labs.org/owb/wiki/SDLBuild

Then I passed cmake then stacked in make. It gave me error:

[ 1%] Built target wtf

[ 1%] Generating …/generated_sources/JavaScriptCore/Grammar.cpp,
…/generated_sources/JavaScriptCore/Grammar.h

/bin/sh: * WEBKIT_USE_SYSTEMTIME to LINUX: command not found

make[2]: *** [generated_sources/JavaScriptCore/Grammar.cpp] Error 127

make[1]: *** [JavaScriptCore/CMakeFiles/jsc.dir/all] Error 2

make: *** [all] Error 2

any idea?

Thanks.

2009/6/5 Qiang Fu

Hi

I having been googleing for days about how can I embed a web browser into
my SDL GUI, you may say my previous email about how to open a new window to
launch Firefox( yeah I know silly).

And now I found this ?

http://www.sand-labs.org/owb

looks like a great way to do it.

So I got source and try to build
http://www.sand-labs.org/owb/wiki/SDLBuild

Then I passed cmake then stacked in make. It gave me error:

[ 1%] Built target wtf

[ 1%] Generating …/generated_sources/JavaScriptCore/Grammar.cpp,
…/generated_sources/JavaScriptCore/Grammar.h

/bin/sh: * WEBKIT_USE_SYSTEMTIME to LINUX: command not found

make[2]: *** [generated_sources/JavaScriptCore/Grammar.cpp] Error 127

make[1]: *** [JavaScriptCore/CMakeFiles/jsc.dir/all] Error 2

make: *** [all] Error 2

any idea?

Thanks.


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Hello,

I found the following project which embeds Gecko (Firefox’s rendering
engine) into an SDL app that uses an OpenGL “surface” (most probably a
texture) as the “window” in which to display the content :
http://ubrowser.com/

This page looks like a good starting point :
https://developer.mozilla.org/en/Embedding_Mozilla--
Nicolas ‘Trexmaster’ Maire