[Webkit-unassigned] [Bug 131274] ERROR: net-libs/webkit-gtk-2.4.0::gnome-next failed (compile phase)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 7 04:59:56 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=131274





--- Comment #4 from Alberto Garcia <berto at igalia.com>  2014-05-07 05:00:18 PST ---
(In reply to comment #3)
> > Can you try to build this C++ program in the same environment?
> >
> > http://www.cplusplus.com/reference/chrono/steady_clock/

> which gcc line ?

Save that to a .cc file and try

$ g++ -std=c++11 -c test.cc
$ g++ -o test test.o

using the same g++ version that you use for webkit.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list