Csound Csound-dev Csound-tekno Search About

Building Csound error: too many decimal points in number

Date2016-07-19 22:22
FromFfanci Silvain
SubjectBuilding Csound error: too many decimal points in number
Hey hey,
I tried to build the current git version of Csound - as I tried yesterday - 
and got some errors. Can anyone suggest something? The bulding toolchain 
should be recent enough, with GCC 5.3.0. The output log of make is attached 
below.

Thank you for any hints.

*** Make log ***
[ 56%] Built target csound64
[ 56%] Built target ampmidid
[ 57%] Built target buchla
[ 57%] Built target cellular
[ 58%] Built target chua
[ 58%] Built target control
[ 58%] Built target cs_date
[ 58%] Building CXX object Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
In file included from /home/src/tarballs/new/cs/csound/Opcodes/doppler.cpp:26:0:
/home/src/tarballs/new/cs/cs6make/list:80:45: error: too many decimal points in number
  -- Installing: /usr/local/lib/libcsound64.so.6.0
                                              ^
/home/src/tarballs/new/cs/cs6make/list:142:42: error: too many decimal points in number
  -- Installing: /usr/local/lib/libcsnd6.so.6.0
                                           ^
/home/src/tarballs/new/cs/cs6make/list:1:1: error: expected unqualified-id before '[' token
  [ 56%] Built target csound64
  ^
make[2]: *** [Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o] Error 1
make[1]: *** [Opcodes/CMakeFiles/doppler.dir/all] Error 2
make: *** [all] Error 2
*** Make log ***

Ta-ta,
----
Ffanci
* Homepage: https://freeshell.de/~silvain
* Twitter:  http://twitter.com/ffanci_silvain
* GitHub:   https://github.com/fsilvain

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2016-07-19 22:54
FromVictor Lazzarini
SubjectRe: Building Csound error: too many decimal points in number
Maybe it’s a cmake error. Could you try installing the latest version?
========================
Dr Victor Lazzarini
Dean of Arts, Celtic Studies and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 19 Jul 2016, at 22:22, Ffanci Silvain  wrote:
> 
> Hey hey,
> I tried to build the current git version of Csound - as I tried yesterday - and got some errors. Can anyone suggest something? The bulding toolchain should be recent enough, with GCC 5.3.0. The output log of make is attached below.
> 
> Thank you for any hints.
> 
> *** Make log ***
> [ 56%] Built target csound64
> [ 56%] Built target ampmidid
> [ 57%] Built target buchla
> [ 57%] Built target cellular
> [ 58%] Built target chua
> [ 58%] Built target control
> [ 58%] Built target cs_date
> [ 58%] Building CXX object Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
> In file included from /home/src/tarballs/new/cs/csound/Opcodes/doppler.cpp:26:0:
> /home/src/tarballs/new/cs/cs6make/list:80:45: error: too many decimal points in number
> -- Installing: /usr/local/lib/libcsound64.so.6.0
>                                             ^
> /home/src/tarballs/new/cs/cs6make/list:142:42: error: too many decimal points in number
> -- Installing: /usr/local/lib/libcsnd6.so.6.0
>                                          ^
> /home/src/tarballs/new/cs/cs6make/list:1:1: error: expected unqualified-id before '[' token
> [ 56%] Built target csound64
> ^
> make[2]: *** [Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o] Error 1
> make[1]: *** [Opcodes/CMakeFiles/doppler.dir/all] Error 2
> make: *** [all] Error 2
> *** Make log ***
> 
> Ta-ta,
> ----
> Ffanci
> * Homepage: https://freeshell.de/~silvain
> * Twitter:  http://twitter.com/ffanci_silvain
> * GitHub:   https://github.com/fsilvain
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>       https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2016-07-20 02:58
FromSteven Yi
SubjectRe: Building Csound error: too many decimal points in number
It looks like you have a file called "list" in your build directory,
and gcc is including that instead of the standard list header:

In file included from /home/src/tarballs/new/cs/csound/Opcodes/doppler.cpp:26:0:
/home/src/tarballs/new/cs/cs6make/list:1:1: error: expected
unqualified-id before '[' token

Try removing /home/src/tarballs/new/cs/cs6make/list and rebuilding.

On Tue, Jul 19, 2016 at 5:22 PM, Ffanci Silvain  wrote:
> Hey hey,
> I tried to build the current git version of Csound - as I tried yesterday -
> and got some errors. Can anyone suggest something? The bulding toolchain
> should be recent enough, with GCC 5.3.0. The output log of make is attached
> below.
>
> Thank you for any hints.
>
> *** Make log ***
> [ 56%] Built target csound64
> [ 56%] Built target ampmidid
> [ 57%] Built target buchla
> [ 57%] Built target cellular
> [ 58%] Built target chua
> [ 58%] Built target control
> [ 58%] Built target cs_date
> [ 58%] Building CXX object Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o
> In file included from
> /home/src/tarballs/new/cs/csound/Opcodes/doppler.cpp:26:0:
> /home/src/tarballs/new/cs/cs6make/list:80:45: error: too many decimal points
> in number
>  -- Installing: /usr/local/lib/libcsound64.so.6.0
>                                              ^
> /home/src/tarballs/new/cs/cs6make/list:142:42: error: too many decimal
> points in number
>  -- Installing: /usr/local/lib/libcsnd6.so.6.0
>                                           ^
> /home/src/tarballs/new/cs/cs6make/list:1:1: error: expected unqualified-id
> before '[' token
>  [ 56%] Built target csound64
>  ^
> make[2]: *** [Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o] Error 1
> make[1]: *** [Opcodes/CMakeFiles/doppler.dir/all] Error 2
> make: *** [all] Error 2
> *** Make log ***
>
> Ta-ta,
> ----
> Ffanci
> * Homepage: https://freeshell.de/~silvain
> * Twitter:  http://twitter.com/ffanci_silvain
> * GitHub:   https://github.com/fsilvain
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2016-07-20 06:54
FromFfanci Silvain
SubjectRe: Building Csound error: too many decimal points in number
Steven Yi, Jul 20 2016:

> It looks like you have a file called "list" in your build directory,
> and gcc is including that instead of the standard list header:
...
Oh Steven, you were so right. Thjank you and again thank you. How silly! It compiled like a treat.


Ta-ta,
----
Ffanci
* Homepage: https://freeshell.de/~silvain
* Twitter:  http://twitter.com/ffanci_silvain
* GitHub:   https://github.com/fsilvain

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here