I'm trying to compile Chromium on 64-bit Arch Linux.
It did work fine with SCons in release mode, but it seems like make is
going to replace SCons from what I have read in the recent
discussions. I have had a lot of pain compiling Chromium in general,
because of gperf, generated code, strict aliasing etc. I have still
not found a solution to those problems. But it did compile with SCons
when mode was set to release.
I have created ~/.gyp/include.gypi, pasted in the settings from the
wiki, and set these variables:
export GYP_GENERATORS=make
export GYP_DEFINES=target_arch=x64
And finally:
gclient sync
make chrome BUILDTYPE=Release
Here's what happens with any recent, green build:
CXX(target) out/Release/obj.target/renderer/chrome/renderer/localized_error.o
CXX(target)
out/Release/obj.target/renderer/chrome/renderer/notification_provider.o
CXX(target)
out/Release/obj.target/renderer/chrome/renderer/print_web_view_helper.o
CXX(target)
out/Release/obj.target/renderer/chrome/renderer/print_web_view_helper_linux.o
CXX(target) out/Release/obj.target/renderer/chrome/renderer/render_process.o
CXX(target) out/Release/obj.target/renderer/chrome/renderer/render_thread.o
cc1plus: warnings being treated as errors
In file included from ./chrome/renderer/renderer_webkitclient_impl.h:9,
from chrome/renderer/render_thread.cc:45:
./chrome/renderer/websharedworkerrepository_impl.h:10: error:
declaration ‘struct WebKit::WebSharedWorker’ does not declare anything
make: *** [out/Release/obj.target/renderer/chrome/renderer/render_thread.o]
Error 1
Can anyone point me in the right direction?
--
Best regards,
Alexander Teinum
--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected]
View archives, change email options, or unsubscribe:
http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---