On 3/17/19 5:20 AM, José Carlos Carrión Plaza via blfs-support wrote:
Hello co-listers:Building libepoxy-1.5.3 ninja command failed with the following error: include/epoxy/egl_generated.h:11:10: fatal error: EGL/eglplatform.h: No such file or directory The reason of it was I've built Mesa-18.3.3 with a not null value of XORG_PREFIX Building libepoxy error disappeared with: meson --prefix=/usr -Dc_args="-I${XORG_PREFIX}/include" ..
You did not have C_INCLUDE_PATH set as described in Introduction to Xorg-7. You may have created /etc/profile.d/xorg.sh, but didn't execute it in your current environment. The simplest way to do that is 'source /etc/profile'.
-- Bruce -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
