[Mesa-dev] Fix for make[4]: *** No rule to make target '../../../mesa/src/util/strtod.cpp', needed by 'libmesautil_la-strtod.lo'. Stop.

Matt Turner mattst88 at gmail.com
Mon Jun 29 09:40:09 PDT 2015


In commit c61bc6ed8 ("util: port _mesa_strto[df] to C") we renamed
strtod.cpp -> strtod.c.

Applying this patch on top of a tree that has already built strtod.cpp
will yield the error in the subject. To fix, simply run

sed -i -e 's/strtod\.cpp/strtod.c/' src/util/.deps/libmesautil_la-strtod.Plo

in your build tree.


More information about the mesa-dev mailing list