Re: [Faudiostream-users] Compiling Error

2018-02-02 Thread Stéphane Letz
This seems like a compiler version issue (tool old...) What compiler  ? and 
which version are you using? Can you possibly upgraded with a newer version?

Stéphane 


> Le 2 févr. 2018 à 11:23, azvinz  a écrit :
> 
> Hey Stephan,
> 
> Sorry for the missing info... My system is linux mint 17 (Ubuntu Trusty).
> 
> Thanks a million!
> 
> Vince
> 
> 
> On 02/01/2018 11:25 PM, Stéphane Letz wrote:
>> On which OS, system version?
>> 
>>> Le 1 févr. 2018 à 23:01, azvinz via Faudiostream-users 
>>>  a écrit :
>>> 
>>> 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’
>>>  num << std::setprecision(std::numeric_limits::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’
>>>  num << std::setprecision(std::numeric_limits::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
> 


--
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


Re: [Faudiostream-users] Compiling Error

2018-02-02 Thread azvinz via Faudiostream-users

Hey Stephan,

Sorry for the missing info... My system is linux mint 17 (Ubuntu Trusty).

Thanks a million!

Vince


On 02/01/2018 11:25 PM, Stéphane Letz wrote:

On which OS, system version?


Le 1 févr. 2018 à 23:01, azvinz via Faudiostream-users 
 a écrit :

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’
  num << std::setprecision(std::numeric_limits::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’
  num << std::setprecision(std::numeric_limits::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



--
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


Re: [Faudiostream-users] Compiling Error

2018-02-01 Thread Stéphane Letz
On which OS, system version?

> Le 1 févr. 2018 à 23:01, azvinz via Faudiostream-users 
>  a écrit :
> 
> 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’
>  num << std::setprecision(std::numeric_limits::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’
>  num << std::setprecision(std::numeric_limits::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


--
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


[Faudiostream-users] Compiling Error

2018-02-01 Thread azvinz via Faudiostream-users

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’
 num << std::setprecision(std::numeric_limits::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’
 num << 
std::setprecision(std::numeric_limits::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