Success.

Adding 'remove_webcore_debug_symbols' to include.gypi probably solved
my problem (although I did a debug build now). This is the first time
that I have had success compiling Chromium in Arch Linux with make.
And it's also the first time that I have gotten a debug build working
in Arch Linux.

I don't know if it makes any difference, but I built with V=1.

On Sat, Oct 31, 2009 at 3:55 PM, Alexander Teinum <atei...@gmail.com> wrote:
> 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
>



-- 
Best regards/Med vennlig hilsen,

Alexander Teinum

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to