On 10/02/2018 19:35, Alain Toussaint wrote:
Hello,

Someone have any clue how to solve this:


In file included from ../../include/c99_math.h:194:0,
                  from ../../src/gallium/auxiliary/util/u_math.h:44,
                  from ../../src/mesa/main/macros.h:35,
                  from glsl_types.cpp:25:
/usr/include/c++/7.3.0/cmath:45:15: erreur fatale: math.h : Aucun fichier ou dossier de ce type
  #include_next <math.h>
                ^~~~~~~~
Aucun fichier ou dossier de ce type == No such file or directory.

When include_next does not work it may be that some headers have been "include-fixed" and should not have been. Try running (as root):
-------
/usr/libexec/gcc/x86_64-pc-linux-gnu/7.1.0/install-tools/mkheaders
-------
before anything else.

See the Caution on the BLFS GCC page.

Pierre
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to