Yeah, I did try that and got the chromium upstream...I did have skia
but was failing to compile.
But in the end, I couldn't get it to compile, so I tried on Ubuntu.
I was able to get it to compile, sans a few issues. However, when I
run cefclient I get the following:
[johnathan@li63-206 Debug]$ ./cefclient
[0521/181724:WARNING:zygote_host_impl_linux.cc(154)] Running without
the SUID sandbox! See
http://code.google.com/p/chromiu
[0521/181724:WARNING:network_change_notifier_linux.cc(169)] No
response received for initial state request
[0521/181724:WARNING:proxy_service.cc(958)] PAC support disabled
because there is no system implementation
[0521/181724:ERROR:renderer_main.cc(224)] Running without renderer
sandbox
undefined:1
??P?Q?
^
SyntaxError: Unexpected token :
at Object.parse (native)
at Function.processConfig (node.js:221:27)
at startup (node.js:40:13)
at node.js:661:3
[0521/181729:ERROR:gl_surface_glx.cc(65)] GLX 1.3 or later is
required.
[0521/181729:ERROR:gl_surface_linux.cc(64)]
GLSurfaceGLX::InitializeOneOff failed.
[0521/181729:INFO:gpu_main.cc(87)] gfx::GLSurface::InitializeOneOff
failed
[0521/181729:INFO:gpu_child_thread.cc(99)] Exiting GPU process due to
errors during initialization
Looks like it's failing to parse the startup configuration?
Johnathan
On May 20, 5:46 pm, Roger WANG <
roger.w...@intel.com> wrote: