On Sat, Feb 10, 2018 at 01:35:28PM -0500, 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.
> 
> LFS-SVN hand-built (i.e. no ALFS used) but BLFS is currently building with
> ALFS.
> 
> gcc stage two from chapter 5 and gcc chapter 6 built with --enable-bootstrap
> and both were checked out with the testsuite.
> 
> absolutely no CFLAGS or CXXFLAGS used.
> 
> What was compiling was mesa-17.3.3 with these settings:
> 
> GLL_DRV="nouveau"
> ./configure CFLAGS='-O2' CXXFLAGS='-O2' LDFLAGS=-lLLVM \
>             --prefix=$XORG_PREFIX              \
>             --sysconfdir=/etc                  \
>             --enable-texture-float             \
>             --enable-osmesa                    \
>             --enable-xa                        \
>             --enable-glx-tls                   \
>             --enable-dri3                      \
>             --disable-llvm                     \
>             --with-gallium-drivers=""          \
                           ^^^^^
>             --with-platforms="drm,x11,wayland" \
>             --with-dri-drivers=$GLL_DRV
                          ^^^^^^

We have dropped --with-dri-drivers, and we use
 --with-gallium-drivers=$GLL_DRV (double checked against today's
book).

I built nouveau and a host of other gallium drivers like that
yesterday.

Not sure how you managed to get what looks like an old set of
commands.

ĸen
-- 
Truth, in front of her huge walk-in wardrobe, selected black leather
boots with stiletto heels for such a barefaced truth.
                                     - Unseen Academicals
-- 
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