--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
Hi!
I am trying to build Chromium for wayland for 32 bit machine. The GYP_DEFINES='component=static_library use_ash=1 use_aura=1 chromeos=0 use_ozone=1 use_xkbcommon=1 proprietary_codecs=1 ffmpeg_branding=Chrome target_arch=ia32 use_sysroot=0'
All patches applied successfully. While building (ninja -C out/Debug -j16 chrome) I have an error:/usr/include/freetype2/config/ftheader.h:7:12: fatal error: 'i386-linux-gnu/freetype2/config/ftheader.h' file not foundPlease help!
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
On Mon, Jan 11, 2016 at 2:05 PM, Victor Rotenberg <vicrot...@gmail.com> wrote:Hi!
I am trying to build Chromium for wayland for 32 bit machine. The GYP_DEFINES='component=static_library use_ash=1 use_aura=1 chromeos=0 use_ozone=1 use_xkbcommon=1 proprietary_codecs=1 ffmpeg_branding=Chrome target_arch=ia32 use_sysroot=0'If you're building on a 32-bit host it will probably run out of memory during linking. You should instead build on a 64-bit host targeting a 32-bit chroot environment.
--Thiago Farina
I don't think so, but haven't done this in a while. I think you need a 32-bit sysroot or chroot.
--
Thank you for your help!I tried following the steps in the article you sent: http://groups.google.com/a/chromium.org/group/chromium-devUnfortunately inside my "src" directory there is no "cef" directory so I cannot run ./cef_create_projects.sh to Generate CEF project files.
As I wrote I need chromium for WAYLAND. So I followed the steps in this https://github.com/01org/ozone-wayland article and inside my src there is no "cef" directory. Maybe the ozone-wayland project is different? Anyway I still cannot build it. Maybe it's better to run the building inside 32-bit machine and not on 64-bit machine? Is it passable?