Hello everybody,

I'm trying to compile the last faust master (1st of feb 2018), but unfortunately I get an error message.  What is wrong?

Thank you for any advice!

All the best

Vince


Error Message :


~/Faust/faust2/faust $ make
if test -d .git; then git submodule update --init; fi
make -C compiler -f Makefile.unix prefix=/usr/local
make[1]: Entering directory `/home/vince/Faust/faust2/faust/compiler'
g++ -O1 -fPIC -D__USE_MINGW_ANSI_STDIO -Wall -Wuninitialized -Wno-parentheses -Wno-overloaded-virtual -fvisibility=hidden -I. -Iboxes -Ierrors -Ievaluate -Inormalize -Iparser -Ipropagate -Iparallelize -Isignals -Itlib -Idraw -Idraw/device -Idraw/schema -Iextended -Ipatternmatcher -Idocumentator -Iutils -I../libraries -Igenerator -Igenerator/asmjs -Igenerator/c -Igenerator/cpp -Igenerator/java -Igenerator/js -Igenerator/llvm -Igenerator/fir -Igenerator/wasm -Igenerator/interpreter -Igenerator/rust -DINSTALL_PREFIX='"/usr/local"' -I`/usr/bin/llvm-config --includedir` -I../architecture -DLLVM_34 -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS  -DASMJS_BUILD -DC_BUILD -DCPP_BUILD -DFIR_BUILD -DINTERP_BUILD -DJAVA_BUILD -DJS_BUILD -DLLVM_BUILD -DOCPP_BUILD -DRUST_BUILD -DWASM_BUILD -O3   -c -o generator/Text.o generator/Text.cpp
generator/Text.cpp: In function ‘std::string T(float)’:
generator/Text.cpp:182:30: error: ‘max_digits10’ is not a member of ‘std::numeric_limits<float>’      num << std::setprecision(std::numeric_limits<float>::max_digits10) << n;
                              ^
generator/Text.cpp: In function ‘std::string T(double)’:
generator/Text.cpp:193:30: error: ‘max_digits10’ is not a member of ‘std::numeric_limits<double>’      num << std::setprecision(std::numeric_limits<double>::max_digits10) << n;
                              ^
make[1]: *** [generator/Text.o] Error 1
make[1]: Leaving directory `/home/vince/Faust/faust2/faust/compiler'
make: *** [all] Error 2


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to