Installation of Chromium in LFS
by LinLuc from LinuxQuestions.org on (#56P9X)
I installed LFS/BLFS on my PC and would like to build Chromium as well for some specific use. Unfortunately the build fails on unable to find' a number of include files.
I came to notice all these includes are not in /usr/include or /opt/gnome/include folder, but one level deeper like in /usr/include/aspx.h
When including the path in C_INCLUDE_PATH it works, but then it will fail on another include.
All pkg_config files are in the path and correct.
What could be wrong here? Are there specific limitations from chromium what pkg_config files can be found?
Luc


I came to notice all these includes are not in /usr/include or /opt/gnome/include folder, but one level deeper like in /usr/include/aspx.h
When including the path in C_INCLUDE_PATH it works, but then it will fail on another include.
All pkg_config files are in the path and correct.
What could be wrong here? Are there specific limitations from chromium what pkg_config files can be found?
Luc