Csound Csound-dev Csound-tekno Search About

csound-api under node

Date2017-01-07 17:27
FromRichard
Subjectcsound-api under node
What is the status of csound-api under node?
I have noticed this link:

https://www.npmjs.com/package/csound-api

but I cannot get it to install.
I think Michael Gogins also has done something with node and csound?

Richard

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

Date2017-01-07 17:49
FromRory Walsh
SubjectRe: csound-api under node
You can see for yourself here:

On 7 Jan 2017 18:28, "Richard" <zappfinger@gmail.com> wrote:
What is the status of csound-api under node?
I have noticed this link:

https://www.npmjs.com/package/csound-api

but I cannot get it to install.
I think Michael Gogins also has done something with node and csound?

Richard

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

Date2017-01-07 18:00
FromRichard
SubjectRe: csound-api under node

Sorry, posted this under the wrong topic.

This is on a Cosmo version of Raspberry Pi, so I have csound already.

I followed the steps for installing under Linux, since it is on my RPi.

But I got an error when installing csound-api:

npm install csound-api
\
> csound-api@0.9.4 install /home/pi/node_modules/csound-api
> node-gyp rebuild

make: Entering directory '/home/pi/node_modules/csound-api/build'
  CXX(target) Release/obj.target/csound-api/src/csound-api.o
../src/csound-api.cc:1:36: fatal error: boost/lockfree/queue.hpp: No such file or directory

So it seems a problem with boost.

Richard
On 07/01/17 18:49, Rory Walsh wrote:
You can see for yourself here:

On 7 Jan 2017 18:28, "Richard" <zappfinger@gmail.com> wrote:
What is the status of csound-api under node?
I have noticed this link:

https://www.npmjs.com/package/csound-api

but I cannot get it to install.
I think Michael Gogins also has done something with node and csound?

Richard

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


Date2017-01-08 07:12
FromRory Walsh
SubjectRe: csound-api under node
Have you installed boost? it seems this is a requirement. Perhaps you can file an issue on Nate's repo  page. I'm not sure he is a member of the mailing list. 

On 7 January 2017 at 18:00, Richard <zappfinger@gmail.com> wrote:

Sorry, posted this under the wrong topic.

This is on a Cosmo version of Raspberry Pi, so I have csound already.

I followed the steps for installing under Linux, since it is on my RPi.

But I got an error when installing csound-api:

npm install csound-api
\
> csound-api@0.9.4 install /home/pi/node_modules/csound-api
> node-gyp rebuild

make: Entering directory '/home/pi/node_modules/csound-api/build'
  CXX(target) Release/obj.target/csound-api/src/csound-api.o
../src/csound-api.cc:1:36: fatal error: boost/lockfree/queue.hpp: No such file or directory

So it seems a problem with boost.

Richard

On 07/01/17 18:49, Rory Walsh wrote:
You can see for yourself here:

On 7 Jan 2017 18:28, "Richard" <zappfinger@gmail.com> wrote:
What is the status of csound-api under node?
I have noticed this link:

https://www.npmjs.com/package/csound-api

but I cannot get it to install.
I think Michael Gogins also has done something with node and csound?

Richard

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

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

Date2017-01-08 11:30
FromRichard
SubjectRe: csound-api under node

Apparently apt-get on my Pi installed a boost version that did not contain the lockfree library yet.
This was introduced in boost 1.60.

I just compiled boost 1.63 and the csound-api installs fine now.

Richard
On 08/01/17 08:12, Rory Walsh wrote:
Have you installed boost? it seems this is a requirement. Perhaps you can file an issue on Nate's repo  page. I'm not sure he is a member of the mailing list. 

On 7 January 2017 at 18:00, Richard <zappfinger@gmail.com> wrote:

Sorry, posted this under the wrong topic.

This is on a Cosmo version of Raspberry Pi, so I have csound already.

I followed the steps for installing under Linux, since it is on my RPi.

But I got an error when installing csound-api:

npm install csound-api
\
> csound-api@0.9.4 install /home/pi/node_modules/csound-api
> node-gyp rebuild

make: Entering directory '/home/pi/node_modules/csound-api/build'
  CXX(target) Release/obj.target/csound-api/src/csound-api.o
../src/csound-api.cc:1:36: fatal error: boost/lockfree/queue.hpp: No such file or directory

So it seems a problem with boost.

Richard

On 07/01/17 18:49, Rory Walsh wrote:
You can see for yourself here:

On 7 Jan 2017 18:28, "Richard" <zappfinger@gmail.com> wrote:
What is the status of csound-api under node?
I have noticed this link:

https://www.npmjs.com/package/csound-api

but I cannot get it to install.
I think Michael Gogins also has done something with node and csound?

Richard

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

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