Csound Csound-dev Csound-tekno Search About

Building Csound in AntiX (Debian)

Date2016-11-13 18:48
Frombrian@AMSYNTH.COM
SubjectBuilding Csound in AntiX (Debian)

Hi all,

seems like every time I have to build Csound from Git, something trips me up. This time, I can't see if I have all the dependencies. When I do apt-get build-dep csound it says I have to add a URI to the sources.list.

 

Can someone walk me through this one?

 

brian

 

Date2016-11-13 20:54
FromRory Walsh
SubjectRe: Building Csound in AntiX (Debian)
I think build-dep csound is a little out of date. Can you post the error you get?

On 13 November 2016 at 18:48, <brian@amsynth.com> wrote:

Hi all,

seems like every time I have to build Csound from Git, something trips me up. This time, I can't see if I have all the dependencies. When I do apt-get build-dep csound it says I have to add a URI to the sources.list.

 

Can someone walk me through this one?

 

brian

 
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-11-13 21:03
FromAnders Genell
SubjectRe: Building Csound in AntiX (Debian)
Also, just to be clear, if you haven't enabled source packages in your sources list there will be no source packages installed. 

To enable, edit
/etc/apt/sources.list 
and remove the # in front of all dec-src lines. 
Save and run apt-get update. 
Now you should be able to install source packages. 

Regards,
Anders

13 nov. 2016 kl. 21:54 skrev Rory Walsh <rorywalsh@EAR.IE>:

I think build-dep csound is a little out of date. Can you post the error you get?

On 13 November 2016 at 18:48, <brian@amsynth.com> wrote:

Hi all,

seems like every time I have to build Csound from Git, something trips me up. This time, I can't see if I have all the dependencies. When I do apt-get build-dep csound it says I have to add a URI to the sources.list.

 

Can someone walk me through this one?

 

brian

 
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-11-14 09:29
Frombrian@AMSYNTH.COM
SubjectRe: Building Csound in AntiX (Debian)

Hi Anders and Rory, and thanks for responding! :)

I'll check the sources.list file. I tried adding the github address to the synaptic repositories, but that didn't work for some reason. (Maybe it's the wrong approach..?)

The error message is exactly what is also mentioned on the Csound Github "Build.md" page:

E: You must put some 'source' URIs in your sources.list

Also, should I be looking at the Github page maintained by Iain or the one by Lazzarini?

Lastly, should I uninstall the repository version of Csound?  (6.03)  Do I have to purge the data files also?

 

Many thanks in advance,

brian

 

On Sun, 13 Nov 2016 22:03:15 +0100, Anders Genell wrote:

Also, just to be clear, if you haven't enabled source packages in your sources list there will be no source packages installed. 
To enable, edit
/etc/apt/sources.list 
and remove the # in front of all dec-src lines. 
Save and run apt-get update. 
Now you should be able to install source packages. 
Regards,
Anders

13 nov. 2016 kl. 21:54 skrev Rory Walsh <rorywalsh@EAR.IE>:

I think build-dep csound is a little out of date. Can you post the error you get?

On 13 November 2016 at 18:48, <brian@amsynth.com> wrote:

Hi all,

seems like every time I have to build Csound from Git, something trips me up. This time, I can't see if I have all the dependencies. When I do apt-get build-dep csound it says I have to add a URI to the sources.list.

 

Can someone walk me through this one?

 

brian

 
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

 

 

Date2016-11-14 10:11
FromAnders Genell
SubjectRe: Building Csound in AntiX (Debian)
I'll answer inline below

14 nov. 2016 kl. 10:29 skrev brian@AMSYNTH.COM:

Hi Anders and Rory, and thanks for responding! :)

I'll check the sources.list file. I tried adding the github address to the synaptic repositories, but that didn't work for some reason. (Maybe it's the wrong approach..?)

Yes, that is unfortunately the wrong approach, although it would seem logical. 
The sources for Debian/ubuntu must be the ones provided by Debian/Ubuntu. 
There are two issues here:
Fist you need Debian sources that are used for building almost anything on a Debian system. Those are enabled by editing sources.list

Then you need the specific csound sources. Those you download from the csound github page. A good way to do that is to install the git program 
sudo apt-get install git
and then get the sources

and follow build instructions in build.md

The error message is exactly what is also mentioned on the Csound Github "Build.md" page:

E: You must put some 'source' URIs in your sources.list

Yes, that is because you cannot build stuff without sources, and without "deb-src"-lines in sources.list apt-get cannot find them. 

Also, should I be looking at the Github page maintained by Iain or the one by Lazzarini?

Lastly, should I uninstall the repository version of Csound?  (6.03)  Do I have to purge the data files also?

 


That is recommended, as there could be issues with conflicting versions. 


Regards,
Anders

Many thanks in advance,

brian

 

On Sun, 13 Nov 2016 22:03:15 +0100, Anders Genell wrote:

Also, just to be clear, if you haven't enabled source packages in your sources list there will be no source packages installed. 
To enable, edit
/etc/apt/sources.list 
and remove the # in front of all dec-src lines. 
Save and run apt-get update. 
Now you should be able to install source packages. 
Regards,
Anders

13 nov. 2016 kl. 21:54 skrev Rory Walsh <rorywalsh@EAR.IE>:

I think build-dep csound is a little out of date. Can you post the error you get?

On 13 November 2016 at 18:48, <brian@amsynth.com> wrote:

Hi all,

seems like every time I have to build Csound from Git, something trips me up. This time, I can't see if I have all the dependencies. When I do apt-get build-dep csound it says I have to add a URI to the sources.list.

 

Can someone walk me through this one?

 

brian

 
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

Date2016-11-14 10:19
Frombrian@AMSYNTH.COM
SubjectRe: Building Csound in AntiX (Debian)

Hi Anders,

thank you for the explanations. I will try these tonight and come back here with my results. Hopefully the build will go smoothly!  I already installed some apps like Curl, Bison and Flex. But I got an error when trying to build Csound (terminal said it couldn't find "ljpeg" in /usr/bin/ld).  So I'll try again after changing the sources.list file.

 

brian

On Mon, 14 Nov 2016 11:11:21 +0100, Anders Genell wrote:

I'll answer inline below

14 nov. 2016 kl. 10:29 skrev brian@AMSYNTH.COM:

Hi Anders and Rory, and thanks for responding! :)

I'll check the sources.list file. I tried adding the github address to the synaptic repositories, but that didn't work for some reason. (Maybe it's the wrong approach..?)

Yes, that is unfortunately the wrong approach, although it would seem logical. 
The sources for Debian/ubuntu must be the ones provided by Debian/Ubuntu. 
There are two issues here:
Fist you need Debian sources that are used for building almost anything on a Debian system. Those are enabled by editing sources.list
Then you need the specific csound sources. Those you download from the csound github page. A good way to do that is to install the git program 
sudo apt-get install git
and then get the sources
and follow build instructions in build.md

The error message is exactly what is also mentioned on the Csound Github "Build.md" page:

E: You must put some 'source' URIs in your sources.list

Yes, that is because you cannot build stuff without sources, and without "deb-src"-lines in sources.list apt-get cannot find them. 

Also, should I be looking at the Github page maintained by Iain or the one by Lazzarini?

Lastly, should I uninstall the repository version of Csound?  (6.03)  Do I have to purge the data files also?

 

That is recommended, as there could be issues with conflicting versions. 
Regards,
Anders

Many thanks in advance,

brian

 

On Sun, 13 Nov 2016 22:03:15 +0100, Anders Genell wrote:

Also, just to be clear, if you haven't enabled source packages in your sources list there will be no source packages installed. 
To enable, edit
/etc/apt/sources.list 
and remove the # in front of all dec-src lines. 
Save and run apt-get update. 
Now you should be able to install source packages. 
Regards,
Anders

13 nov. 2016 kl. 21:54 skrev Rory Walsh <rorywalsh@EAR.IE>:

I think build-dep csound is a little out of date. Can you post the error you get?

On 13 November 2016 at 18:48, <brian@amsynth.com> wrote:

Hi all,

seems like every time I have to build Csound from Git, something trips me up. This time, I can't see if I have all the dependencies. When I do apt-get build-dep csound it says I have to add a URI to the sources.list.

 

Can someone walk me through this one?

 

brian

 
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

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-11-16 09:08
Frombrian@AMSYNTH.COM
SubjectRe: Building Csound in AntiX (Debian)

Ok, I unchecked the deb-src lines and tried to build the dependencies, but this is what I got:

Build-Depends dependency for csound cannot be satisfied because candidate version of package libgmm++-dev can't satisfy version requirements

 

brian

 

On Mon, 14 Nov 2016 11:11:21 +0100, Anders Genell wrote:

I'll answer inline below

14 nov. 2016 kl. 10:29 skrev brian@AMSYNTH.COM:

Hi Anders and Rory, and thanks for responding! :)

I'll check the sources.list file. I tried adding the github address to the synaptic repositories, but that didn't work for some reason. (Maybe it's the wrong approach..?)

Yes, that is unfortunately the wrong approach, although it would seem logical. 
The sources for Debian/ubuntu must be the ones provided by Debian/Ubuntu. 
There are two issues here:
Fist you need Debian sources that are used for building almost anything on a Debian system. Those are enabled by editing sources.list
Then you need the specific csound sources. Those you download from the csound github page. A good way to do that is to install the git program 
sudo apt-get install git
and then get the sources
and follow build instructions in build.md

The error message is exactly what is also mentioned on the Csound Github "Build.md" page:

E: You must put some 'source' URIs in your sources.list

Yes, that is because you cannot build stuff without sources, and without "deb-src"-lines in sources.list apt-get cannot find them. 

Also, should I be looking at the Github page maintained by Iain or the one by Lazzarini?

Lastly, should I uninstall the repository version of Csound?  (6.03)  Do I have to purge the data files also?

 

That is recommended, as there could be issues with conflicting versions. 
Regards,
Anders

Many thanks in advance,

brian

 

On Sun, 13 Nov 2016 22:03:15 +0100, Anders Genell wrote:

Also, just to be clear, if you haven't enabled source packages in your sources list there will be no source packages installed. 
To enable, edit
/etc/apt/sources.list 
and remove the # in front of all dec-src lines. 
Save and run apt-get update. 
Now you should be able to install source packages. 
Regards,
Anders

13 nov. 2016 kl. 21:54 skrev Rory Walsh <rorywalsh@EAR.IE>:

I think build-dep csound is a little out of date. Can you post the error you get?

On 13 November 2016 at 18:48, <brian@amsynth.com> wrote:

Hi all,

seems like every time I have to build Csound from Git, something trips me up. This time, I can't see if I have all the dependencies. When I do apt-get build-dep csound it says I have to add a URI to the sources.list.

 

Can someone walk me through this one?

 

brian

 
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

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-11-16 10:43
FromRory Walsh
SubjectRe: Building Csound in AntiX (Debian)
Can you try manually installing the latest version of libgmm++-dev? 

On 16 November 2016 at 09:08, <brian@amsynth.com> wrote:

Ok, I unchecked the deb-src lines and tried to build the dependencies, but this is what I got:

Build-Depends dependency for csound cannot be satisfied because candidate version of package libgmm++-dev can't satisfy version requirements

 

brian

 

On Mon, 14 Nov 2016 11:11:21 +0100, Anders Genell wrote:

I'll answer inline below

14 nov. 2016 kl. 10:29 skrev brian@AMSYNTH.COM:

Hi Anders and Rory, and thanks for responding! :)

I'll check the sources.list file. I tried adding the github address to the synaptic repositories, but that didn't work for some reason. (Maybe it's the wrong approach..?)

Yes, that is unfortunately the wrong approach, although it would seem logical. 
The sources for Debian/ubuntu must be the ones provided by Debian/Ubuntu. 
There are two issues here:
Fist you need Debian sources that are used for building almost anything on a Debian system. Those are enabled by editing sources.list
Then you need the specific csound sources. Those you download from the csound github page. A good way to do that is to install the git program 
sudo apt-get install git
and then get the sources
and follow build instructions in build.md

The error message is exactly what is also mentioned on the Csound Github "Build.md" page:

E: You must put some 'source' URIs in your sources.list

Yes, that is because you cannot build stuff without sources, and without "deb-src"-lines in sources.list apt-get cannot find them. 

Also, should I be looking at the Github page maintained by Iain or the one by Lazzarini?

Lastly, should I uninstall the repository version of Csound?  (6.03)  Do I have to purge the data files also?

 

That is recommended, as there could be issues with conflicting versions. 
Regards,
Anders

Many thanks in advance,

brian

 

On Sun, 13 Nov 2016 22:03:15 +0100, Anders Genell wrote:

Also, just to be clear, if you haven't enabled source packages in your sources list there will be no source packages installed. 
To enable, edit
/etc/apt/sources.list 
and remove the # in front of all dec-src lines. 
Save and run apt-get update. 
Now you should be able to install source packages. 
Regards,
Anders

13 nov. 2016 kl. 21:54 skrev Rory Walsh <rorywalsh@EAR.IE>:

I think build-dep csound is a little out of date. Can you post the error you get?

On 13 November 2016 at 18:48, <brian@amsynth.com> wrote:

Hi all,

seems like every time I have to build Csound from Git, something trips me up. This time, I can't see if I have all the dependencies. When I do apt-get build-dep csound it says I have to add a URI to the sources.list.

 

Can someone walk me through this one?

 

brian

 
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

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

Date2016-11-16 11:32
Frombrian@AMSYNTH.COM
SubjectRe: Building Csound in AntiX (Debian)

For Debian, the most recent I can find is the one I have in my repos:  libgmm++-dev 4.2.1~beta1~svn4635~dfsg-3

 

brian

 

On Wed, 16 Nov 2016 10:43:51 +0000, Rory Walsh wrote:

Can you try manually installing the latest version of libgmm++-dev? 

On 16 November 2016 at 09:08, <brian@amsynth.com> wrote:

Ok, I unchecked the deb-src lines and tried to build the dependencies, but this is what I got:

Build-Depends dependency for csound cannot be satisfied because candidate version of package libgmm++-dev can't satisfy version requirements

 

brian

 

On Mon, 14 Nov 2016 11:11:21 +0100, Anders Genell wrote:

I'll answer inline below

14 nov. 2016 kl. 10:29 skrev brian@AMSYNTH.COM:

Hi Anders and Rory, and thanks for responding! :)

I'll check the sources.list file. I tried adding the github address to the synaptic repositories, but that didn't work for some reason. (Maybe it's the wrong approach..?)

Yes, that is unfortunately the wrong approach, although it would seem logical. 
The sources for Debian/ubuntu must be the ones provided by Debian/Ubuntu. 
There are two issues here:
Fist you need Debian sources that are used for building almost anything on a Debian system. Those are enabled by editing sources.list
Then you need the specific csound sources. Those you download from the csound github page. A good way to do that is to install the git program 
sudo apt-get install git
and then get the sources
and follow build instructions in build.md

The error message is exactly what is also mentioned on the Csound Github "Build.md" page:

E: You must put some 'source' URIs in your sources.list

Yes, that is because you cannot build stuff without sources, and without "deb-src"-lines in sources.list apt-get cannot find them. 

Also, should I be looking at the Github page maintained by Iain or the one by Lazzarini?

Lastly, should I uninstall the repository version of Csound?  (6.03)  Do I have to purge the data files also?

 

That is recommended, as there could be issues with conflicting versions. 
Regards,
Anders

Many thanks in advance,

brian

 

On Sun, 13 Nov 2016 22:03:15 +0100, Anders Genell wrote:

Also, just to be clear, if you haven't enabled source packages in your sources list there will be no source packages installed. 
To enable, edit
/etc/apt/sources.list 
and remove the # in front of all dec-src lines. 
Save and run apt-get update. 
Now you should be able to install source packages. 
Regards,
Anders

13 nov. 2016 kl. 21:54 skrev Rory Walsh <rorywalsh@EAR.IE>:

I think build-dep csound is a little out of date. Can you post the error you get?

On 13 November 2016 at 18:48, <brian@amsynth.com> wrote:

Hi all,

seems like every time I have to build Csound from Git, something trips me up. This time, I can't see if I have all the dependencies. When I do apt-get build-dep csound it says I have to add a URI to the sources.list.

 

Can someone walk me through this one?

 

brian

 
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

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

 

 

Date2016-11-16 11:41
Frombrian@AMSYNTH.COM
SubjectRe: Building Csound in AntiX (Debian)

Would it be one of these? 

Debian sources

 

 

brian

On Wed, 16 Nov 2016 12:32:59 +0100, brian@AMSYNTH.COM wrote:

For Debian, the most recent I can find is the one I have in my repos:  libgmm++-dev 4.2.1~beta1~svn4635~dfsg-3

 

brian

 

On Wed, 16 Nov 2016 10:43:51 +0000, Rory Walsh wrote:

Can you try manually installing the latest version of libgmm++-dev? 

On 16 November 2016 at 09:08, <brian@amsynth.com> wrote:

Ok, I unchecked the deb-src lines and tried to build the dependencies, but this is what I got:

Build-Depends dependency for csound cannot be satisfied because candidate version of package libgmm++-dev can't satisfy version requirements

 

brian

 

On Mon, 14 Nov 2016 11:11:21 +0100, Anders Genell wrote:

I'll answer inline below

14 nov. 2016 kl. 10:29 skrev brian@AMSYNTH.COM:

Hi Anders and Rory, and thanks for responding! :)

I'll check the sources.list file. I tried adding the github address to the synaptic repositories, but that didn't work for some reason. (Maybe it's the wrong approach..?)

Yes, that is unfortunately the wrong approach, although it would seem logical. 
The sources for Debian/ubuntu must be the ones provided by Debian/Ubuntu. 
There are two issues here:
Fist you need Debian sources that are used for building almost anything on a Debian system. Those are enabled by editing sources.list
Then you need the specific csound sources. Those you download from the csound github page. A good way to do that is to install the git program 
sudo apt-get install git
and then get the sources
and follow build instructions in build.md

The error message is exactly what is also mentioned on the Csound Github "Build.md" page:

E: You must put some 'source' URIs in your sources.list

Yes, that is because you cannot build stuff without sources, and without "deb-src"-lines in sources.list apt-get cannot find them. 

Also, should I be looking at the Github page maintained by Iain or the one by Lazzarini?

Lastly, should I uninstall the repository version of Csound?  (6.03)  Do I have to purge the data files also?

 

That is recommended, as there could be issues with conflicting versions. 
Regards,
Anders

Many thanks in advance,

brian

 

On Sun, 13 Nov 2016 22:03:15 +0100, Anders Genell wrote:

Also, just to be clear, if you haven't enabled source packages in your sources list there will be no source packages installed. 
To enable, edit
/etc/apt/sources.list 
and remove the # in front of all dec-src lines. 
Save and run apt-get update. 
Now you should be able to install source packages. 
Regards,
Anders

13 nov. 2016 kl. 21:54 skrev Rory Walsh <rorywalsh@EAR.IE>:

I think build-dep csound is a little out of date. Can you post the error you get?

On 13 November 2016 at 18:48, <brian@amsynth.com> wrote:

Hi all,

seems like every time I have to build Csound from Git, something trips me up. This time, I can't see if I have all the dependencies. When I do apt-get build-dep csound it says I have to add a URI to the sources.list.

 

Can someone walk me through this one?

 

brian

 
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

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

 

 

Date2016-11-16 11:51
FromRory Walsh
SubjectRe: Building Csound in AntiX (Debian)
There is a good chance that you already have everything needed. Might be an idea to try to build Csound now and see what happens. You may still be missing some dependencies, but you can probably install them as you go along? I remember getting caught out with the build-dep thing a while back when installing on a fresh machine. In the end I skipped that step and installed what I needed manually.  

On 16 November 2016 at 11:41, <brian@amsynth.com> wrote:

Would it be one of these? 

Debian sources

 

 

brian

On Wed, 16 Nov 2016 12:32:59 +0100, brian@AMSYNTH.COM wrote:

For Debian, the most recent I can find is the one I have in my repos:  libgmm++-dev 4.2.1~beta1~svn4635~dfsg-3

 

brian

 

On Wed, 16 Nov 2016 10:43:51 +0000, Rory Walsh wrote:

Can you try manually installing the latest version of libgmm++-dev? 

On 16 November 2016 at 09:08, <brian@amsynth.com> wrote:

Ok, I unchecked the deb-src lines and tried to build the dependencies, but this is what I got:

Build-Depends dependency for csound cannot be satisfied because candidate version of package libgmm++-dev can't satisfy version requirements

 

brian

 

On Mon, 14 Nov 2016 11:11:21 +0100, Anders Genell wrote:

I'll answer inline below

14 nov. 2016 kl. 10:29 skrev brian@AMSYNTH.COM:

Hi Anders and Rory, and thanks for responding! :)

I'll check the sources.list file. I tried adding the github address to the synaptic repositories, but that didn't work for some reason. (Maybe it's the wrong approach..?)

Yes, that is unfortunately the wrong approach, although it would seem logical. 
The sources for Debian/ubuntu must be the ones provided by Debian/Ubuntu. 
There are two issues here:
Fist you need Debian sources that are used for building almost anything on a Debian system. Those are enabled by editing sources.list
Then you need the specific csound sources. Those you download from the csound github page. A good way to do that is to install the git program 
sudo apt-get install git
and then get the sources
and follow build instructions in build.md

The error message is exactly what is also mentioned on the Csound Github "Build.md" page:

E: You must put some 'source' URIs in your sources.list

Yes, that is because you cannot build stuff without sources, and without "deb-src"-lines in sources.list apt-get cannot find them. 

Also, should I be looking at the Github page maintained by Iain or the one by Lazzarini?

Lastly, should I uninstall the repository version of Csound?  (6.03)  Do I have to purge the data files also?

 

That is recommended, as there could be issues with conflicting versions. 
Regards,
Anders

Many thanks in advance,

brian

 

On Sun, 13 Nov 2016 22:03:15 +0100, Anders Genell wrote:

Also, just to be clear, if you haven't enabled source packages in your sources list there will be no source packages installed. 
To enable, edit
/etc/apt/sources.list 
and remove the # in front of all dec-src lines. 
Save and run apt-get update. 
Now you should be able to install source packages. 
Regards,
Anders

13 nov. 2016 kl. 21:54 skrev Rory Walsh <rorywalsh@EAR.IE>:

I think build-dep csound is a little out of date. Can you post the error you get?

On 13 November 2016 at 18:48, <brian@amsynth.com> wrote:

Hi all,

seems like every time I have to build Csound from Git, something trips me up. This time, I can't see if I have all the dependencies. When I do apt-get build-dep csound it says I have to add a URI to the sources.list.

 

Can someone walk me through this one?

 

brian

 
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

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

 

 
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-11-16 12:20
Frombrian@AMSYNTH.COM
SubjectRe: Building Csound in AntiX (Debian)

Ok. I installed the libgmm++-dev file provided in my repos, and tried cmake. But I think I'm missing too many things. I have Curl installed, but it's not finding it. (Maybe a problem with permissions?)

Here is what I got:

cmake ../csound
-- /home/brian/csound/csound
-- LIBRARY INSTALL DIR: lib
-- Building with 64-bit floats
-- Not using Custom.cmake file.
-- BUILD_BIN_DIR set to /home/brian/csound/cs6make.
-- BUILD_LIB_DIR set to /home/brian/csound/cs6make.
-- BUILD_PLUGINS_DIR set to /home/brian/csound/cs6make.
-- Could NOT find Boost
-- Could NOT find CURL (missing:  CURL_LIBRARY CURL_INCLUDE_DIR)
-- LIBLO_LIBRARY (missing:  LIBLO_INCLUDE_DIR)
-- Could NOT find LUAJIT (missing:  LUAJIT_LIBRARY LUAJIT_INCLUDE_DIR)
-- Could NOT find MUSICXML (missing:  MUSICXML_LIBRARY MUSICXML_INCLUDE_DIR)
-- Could NOT find PORTSMF (missing:  PORTSMF_LIBRARY PORTSMF_INCLUDE_DIR)
-- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
-- Could NOT find STK (missing:  STK_LIBRARY STK_INCLUDE_DIR)
-- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR)
-- Could NOT find VSTSDK2X (missing:  VSTSDK2X_INCLUDE_DIR)
-- Using atomic builtins.
-- USE_LRINT is enabled.
-- Could NOT find CURL (missing:  CURL_LIBRARY CURL_INCLUDE_DIR)
-- Not using CURL for urls - not found.
-- USE_OPEN_MP is enabled.
-- GIT: /usr/bin/git
-- HASH: 721ecb82aa4091345e8ba552639ae76b5686283a
-- SCORE PARSER being built.
-- Not building with new parser debugging.
-- Building with multicore support.
-- USE_GETTEXT is enabled.
-- Using GNU gettext.
-- Setting textdomain to /usr/local/share/locale.
-- Building on Linux.
--   ADDING LIBRT LIBRARY: /usr/lib/i386-linux-gnu/librt.so.
-- Could NOT find Boost
-- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
-- Boost_INCLUDE_DIRS="Boost_INCLUDE_DIR-NOTFOUND", so disabling BUILD_CHUA_OPCODES
-- BUILD_CHUA_OPCODES is disabled.
-- BUILD_DSSI_OPCODES is enabled.
-- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
-- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling BUILD_FLUID_OPCODES
-- BUILD_FLUID_OPCODES is disabled.
-- BUILD_JACK_OPCODES is enabled.
-- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
-- BUILD_LINEAR_ALGEBRA_OPCODES is disabled.
-- LIBLO_LIBRARY="LIBLO_LIBRARY-NOTFOUND", so disabling BUILD_OSC_OPCODES
-- OSC_HEADER="", so disabling BUILD_OSC_OPCODES
-- BUILD_OSC_OPCODES is disabled.
-- BUILD_IMAGE_OPCODES is enabled.
-- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_PYTHON_OPCODES
-- BUILD_PYTHON_OPCODES is disabled.
-- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_LUA_OPCODES
-- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_LUA_OPCODES
-- BUILD_LUA_OPCODES is disabled.
-- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
-- WIIUSE_LIB="WIIUSE_LIB-NOTFOUND", so disabling BUILD_WIIMOTE_OPCODES
-- BUILD_WIIMOTE_OPCODES is disabled.
-- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
-- BUILD_P5GLOVE_OPCODES is disabled.
-- BUILD_FAUST_OPCODES is disabled.
-- BUILD_VST4CS_OPCODES is disabled.
-- VSTSDK2X_INCLUDE_DIR: VSTSDK2X_INCLUDE_DIR-NOTFOUND
-- Could NOT find STK (missing:  STK_LIBRARY STK_INCLUDE_DIR)
-- STK_FOUND="FALSE", so disabling BUILD_STK_OPCODES
-- STK_INCLUDE_DIR="STK_INCLUDE_DIR-NOTFOUND", so disabling BUILD_STK_OPCODES
-- BUILD_STK_OPCODES is disabled.
-- HDF5_library="HDF5_library-NOTFOUND", so disabling BUILD_HDF5_OPCODES
-- HDF5_H="", so disabling BUILD_HDF5_OPCODES
-- BUILD_HDF5_OPCODES is disabled.
-- websockets_library="websockets_library-NOTFOUND", so disabling BUILD_WEBSOCKET_OPCODE
-- WEBSOCKETS_H="WEBSOCKETS_H-NOTFOUND", so disabling BUILD_WEBSOCKET_OPCODE
-- LIBWEBSOCKET_CANCEL_SERVICE="", so disabling BUILD_WEBSOCKET_OPCODE
-- BUILD_WEBSOCKET_OPCODE is disabled.
--
-- ## REALTIME AUDIO AND MIDI ##
-- APPLE="", so disabling USE_COREMIDI
-- COREMIDI_INCLUDE_PATH="COREMIDI_INCLUDE_PATH-NOTFOUND", so disabling USE_COREMIDI
-- COREMIDI_LIBRARY="COREMIDI_LIBRARY-NOTFOUND", so disabling USE_COREMIDI
-- COREFOUNDATION_LIBRARY="COREFOUNDATION_LIBRARY-NOTFOUND", so disabling USE_COREMIDI
-- USE_COREMIDI is disabled.
-- APPLE="", so disabling USE_AUDIOUNIT
-- COREAUDIO_INCLUDE_PATH="COREAUDIO_INCLUDE_PATH-NOTFOUND", so disabling USE_AUDIOUNIT
-- COREAUDIO_LIBRARY="COREAUDIO_LIBRARY-NOTFOUND", so disabling USE_AUDIOUNIT
-- AUDIOUNIT_INCLUDE_PATH="AUDIOUNIT_INCLUDE_PATH-NOTFOUND", so disabling USE_AUDIOUNIT
-- AUDIOUNIT_LIBRARY="AUDIOUNIT_LIBRARY-NOTFOUND", so disabling USE_AUDIOUNIT
-- COREFOUNDATION_LIBRARY="COREFOUNDATION_LIBRARY-NOTFOUND", so disabling USE_AUDIOUNIT
-- USE_AUDIOUNIT is disabled.
-- USE_ALSA is enabled.
-- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
-- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling USE_PULSEAUDIO
-- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling USE_PULSEAUDIO
-- USE_PULSEAUDIO is disabled.
-- PORTAUDIO_INCLUDE_PATH="PORTAUDIO_INCLUDE_PATH-NOTFOUND", so disabling USE_PORTAUDIO
-- PORTAUDIO_LIBRARY="PORTAUDIO_LIBRARY-NOTFOUND", so disabling USE_PORTAUDIO
-- PORTAUDIO_TEST_COMPILED="", so disabling USE_PORTAUDIO
-- USE_PORTAUDIO is disabled.
-- Not building Portaudio Driver...
-- Portaudio v19 Found: false.
-- PORTMIDI_INCLUDE_PATH="PORTMIDI_INCLUDE_PATH-NOTFOUND", so disabling USE_PORTMIDI
-- PORTMIDI_LIBRARY="PORTMIDI_LIBRARY-NOTFOUND", so disabling USE_PORTMIDI
-- PORTTIME_LIBRARY="PORTTIME_LIBRARY-NOTFOUND", so disabling USE_PORTMIDI
-- USE_PORTMIDI is disabled.
-- USE_JACK is enabled.
-- USE_FLTK is enabled.
-- BUILD_VIRTUAL_KEYBOARD is enabled.
--
-- Building C++ interface library.
-- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR) (Required is at least version "2.0")
-- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
-- PYTHON_LIBRARY: PYTHON_LIBRARY-NOTFOUND
-- SWIG_FOUND="FALSE", so disabling BUILD_PYTHON_INTERFACE
-- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_PYTHON_INTERFACE
-- BUILD_PYTHON_INTERFACE is disabled.
-- SWIG_FOUND="FALSE", so disabling BUILD_JAVA_INTERFACE
-- BUILD_JAVA_INTERFACE is disabled.
-- SWIG_FOUND="FALSE", so disabling BUILD_LUA_INTERFACE
-- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_LUA_INTERFACE
-- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_LUA_INTERFACE
-- BUILD_LUA_INTERFACE is disabled.
-- Building csLadspa.
-- BUILD_CSBEATS is enabled.
-- PD_HEADER_PATH="PD_HEADER_PATH-NOTFOUND", so disabling BUILD_PD_CLASS
-- BUILD_PD_CLASS is disabled.
-- BUILD_WINSOUND is disabled.
-- Could NOT find Boost
-- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR)
-- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
-- Boost_INCLUDE_DIRS="Boost_INCLUDE_DIR-NOTFOUND", so disabling BUILD_CSOUND_AC
-- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC
-- BUILD_CSOUND_AC is disabled.
-- SWIG_FOUND="FALSE", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE
-- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE
-- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE
-- BUILD_CSOUND_AC_PYTHON_INTERFACE is disabled.
-- SWIG_FOUND="FALSE", so disabling BUILD_CSOUND_AC_LUA_INTERFACE
-- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_CSOUND_AC_LUA_INTERFACE
-- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_CSOUND_AC_LUA_INTERFACE
-- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC_LUA_INTERFACE
-- BUILD_CSOUND_AC_LUA_INTERFACE is disabled.
-- BUILD_CSOUNDVST is disabled.
-- BUILD_CSOUNDVST: OFF.
-- Not building csound~ for Max/MSP
-- MAX_SDK_ROOT is not defined.
-- Not building src_conv (libsndfile or libsamplerate not found).
-- CUNIT_LIBRARY="CUNIT_LIBRARY-NOTFOUND", so disabling BUILD_TESTS
-- BUILD_STATIC_LIBRARY="OFF", so disabling BUILD_TESTS
-- BUILD_TESTS is disabled.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/brian/csound/cs6make

 

 

brian

 

On Wed, 16 Nov 2016 11:51:04 +0000, Rory Walsh wrote:

There is a good chance that you already have everything needed. Might be an idea to try to build Csound now and see what happens. You may still be missing some dependencies, but you can probably install them as you go along? I remember getting caught out with the build-dep thing a while back when installing on a fresh machine. In the end I skipped that step and installed what I needed manually.  

On 16 November 2016 at 11:41, <brian@amsynth.com> wrote:

Would it be one of these? 

Debian sources

 

 

brian

On Wed, 16 Nov 2016 12:32:59 +0100, brian@AMSYNTH.COM wrote:

For Debian, the most recent I can find is the one I have in my repos:  libgmm++-dev 4.2.1~beta1~svn4635~dfsg-3

 

brian

 

On Wed, 16 Nov 2016 10:43:51 +0000, Rory Walsh wrote:

Can you try manually installing the latest version of libgmm++-dev? 

On 16 November 2016 at 09:08, <brian@amsynth.com> wrote:

Ok, I unchecked the deb-src lines and tried to build the dependencies, but this is what I got:

Build-Depends dependency for csound cannot be satisfied because candidate version of package libgmm++-dev can't satisfy version requirements

 

brian

 

On Mon, 14 Nov 2016 11:11:21 +0100, Anders Genell wrote:

I'll answer inline below

14 nov. 2016 kl. 10:29 skrev brian@AMSYNTH.COM:

Hi Anders and Rory, and thanks for responding! :)

I'll check the sources.list file. I tried adding the github address to the synaptic repositories, but that didn't work for some reason. (Maybe it's the wrong approach..?)

Yes, that is unfortunately the wrong approach, although it would seem logical. 
The sources for Debian/ubuntu must be the ones provided by Debian/Ubuntu. 
There are two issues here:
Fist you need Debian sources that are used for building almost anything on a Debian system. Those are enabled by editing sources.list
Then you need the specific csound sources. Those you download from the csound github page. A good way to do that is to install the git program 
sudo apt-get install git
and then get the sources
and follow build instructions in build.md

The error message is exactly what is also mentioned on the Csound Github "Build.md" page:

E: You must put some 'source' URIs in your sources.list

Yes, that is because you cannot build stuff without sources, and without "deb-src"-lines in sources.list apt-get cannot find them. 

Also, should I be looking at the Github page maintained by Iain or the one by Lazzarini?

Lastly, should I uninstall the repository version of Csound?  (6.03)  Do I have to purge the data files also?

 

That is recommended, as there could be issues with conflicting versions. 
Regards,
Anders

Many thanks in advance,

brian

 

On Sun, 13 Nov 2016 22:03:15 +0100, Anders Genell wrote:

Also, just to be clear, if you haven't enabled source packages in your sources list there will be no source packages installed. 
To enable, edit
/etc/apt/sources.list 
and remove the # in front of all dec-src lines. 
Save and run apt-get update. 
Now you should be able to install source packages. 
Regards,
Anders

13 nov. 2016 kl. 21:54 skrev Rory Walsh <rorywalsh@EAR.IE>:

I think build-dep csound is a little out of date. Can you post the error you get?

On 13 November 2016 at 18:48, <brian@amsynth.com> wrote:

Hi all,

seems like every time I have to build Csound from Git, something trips me up. This time, I can't see if I have all the dependencies. When I do apt-get build-dep csound it says I have to add a URI to the sources.list.

 

Can someone walk me through this one?

 

brian

 
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

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

 

 
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-11-16 12:38
FromRory Walsh
SubjectRe: Building Csound in AntiX (Debian)
That's Ok. As far as I know, libsndfile is the only library that has to be present to build Csound. But I could be wrong on this. Anyhow, what happens when you run sudo make from the build dir? 

On 16 November 2016 at 12:20, <brian@amsynth.com> wrote:

Ok. I installed the libgmm++-dev file provided in my repos, and tried cmake. But I think I'm missing too many things. I have Curl installed, but it's not finding it. (Maybe a problem with permissions?)

Here is what I got:

cmake ../csound
-- /home/brian/csound/csound
-- LIBRARY INSTALL DIR: lib
-- Building with 64-bit floats
-- Not using Custom.cmake file.
-- BUILD_BIN_DIR set to /home/brian/csound/cs6make.
-- BUILD_LIB_DIR set to /home/brian/csound/cs6make.
-- BUILD_PLUGINS_DIR set to /home/brian/csound/cs6make.
-- Could NOT find Boost
-- Could NOT find CURL (missing:  CURL_LIBRARY CURL_INCLUDE_DIR)
-- LIBLO_LIBRARY (missing:  LIBLO_INCLUDE_DIR)
-- Could NOT find LUAJIT (missing:  LUAJIT_LIBRARY LUAJIT_INCLUDE_DIR)
-- Could NOT find MUSICXML (missing:  MUSICXML_LIBRARY MUSICXML_INCLUDE_DIR)
-- Could NOT find PORTSMF (missing:  PORTSMF_LIBRARY PORTSMF_INCLUDE_DIR)
-- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
-- Could NOT find STK (missing:  STK_LIBRARY STK_INCLUDE_DIR)
-- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR)
-- Could NOT find VSTSDK2X (missing:  VSTSDK2X_INCLUDE_DIR)
-- Using atomic builtins.
-- USE_LRINT is enabled.
-- Could NOT find CURL (missing:  CURL_LIBRARY CURL_INCLUDE_DIR)
-- Not using CURL for urls - not found.
-- USE_OPEN_MP is enabled.
-- GIT: /usr/bin/git
-- HASH: 721ecb82aa4091345e8ba552639ae76b5686283a
-- SCORE PARSER being built.
-- Not building with new parser debugging.
-- Building with multicore support.
-- USE_GETTEXT is enabled.
-- Using GNU gettext.
-- Setting textdomain to /usr/local/share/locale.
-- Building on Linux.
--   ADDING LIBRT LIBRARY: /usr/lib/i386-linux-gnu/librt.so.
-- Could NOT find Boost
-- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
-- Boost_INCLUDE_DIRS="Boost_INCLUDE_DIR-NOTFOUND", so disabling BUILD_CHUA_OPCODES
-- BUILD_CHUA_OPCODES is disabled.
-- BUILD_DSSI_OPCODES is enabled.
-- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
-- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling BUILD_FLUID_OPCODES
-- BUILD_FLUID_OPCODES is disabled.
-- BUILD_JACK_OPCODES is enabled.
-- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
-- BUILD_LINEAR_ALGEBRA_OPCODES is disabled.
-- LIBLO_LIBRARY="LIBLO_LIBRARY-NOTFOUND", so disabling BUILD_OSC_OPCODES
-- OSC_HEADER="", so disabling BUILD_OSC_OPCODES
-- BUILD_OSC_OPCODES is disabled.
-- BUILD_IMAGE_OPCODES is enabled.
-- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_PYTHON_OPCODES
-- BUILD_PYTHON_OPCODES is disabled.
-- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_LUA_OPCODES
-- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_LUA_OPCODES
-- BUILD_LUA_OPCODES is disabled.
-- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
-- WIIUSE_LIB="WIIUSE_LIB-NOTFOUND", so disabling BUILD_WIIMOTE_OPCODES
-- BUILD_WIIMOTE_OPCODES is disabled.
-- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
-- BUILD_P5GLOVE_OPCODES is disabled.
-- BUILD_FAUST_OPCODES is disabled.
-- BUILD_VST4CS_OPCODES is disabled.
-- VSTSDK2X_INCLUDE_DIR: VSTSDK2X_INCLUDE_DIR-NOTFOUND
-- Could NOT find STK (missing:  STK_LIBRARY STK_INCLUDE_DIR)
-- STK_FOUND="FALSE", so disabling BUILD_STK_OPCODES
-- STK_INCLUDE_DIR="STK_INCLUDE_DIR-NOTFOUND", so disabling BUILD_STK_OPCODES
-- BUILD_STK_OPCODES is disabled.
-- HDF5_library="HDF5_library-NOTFOUND", so disabling BUILD_HDF5_OPCODES
-- HDF5_H="", so disabling BUILD_HDF5_OPCODES
-- BUILD_HDF5_OPCODES is disabled.
-- websockets_library="websockets_library-NOTFOUND", so disabling BUILD_WEBSOCKET_OPCODE
-- WEBSOCKETS_H="WEBSOCKETS_H-NOTFOUND", so disabling BUILD_WEBSOCKET_OPCODE
-- LIBWEBSOCKET_CANCEL_SERVICE="", so disabling BUILD_WEBSOCKET_OPCODE
-- BUILD_WEBSOCKET_OPCODE is disabled.
--
-- ## REALTIME AUDIO AND MIDI ##
-- APPLE="", so disabling USE_COREMIDI
-- COREMIDI_INCLUDE_PATH="COREMIDI_INCLUDE_PATH-NOTFOUND", so disabling USE_COREMIDI
-- COREMIDI_LIBRARY="COREMIDI_LIBRARY-NOTFOUND", so disabling USE_COREMIDI
-- COREFOUNDATION_LIBRARY="COREFOUNDATION_LIBRARY-NOTFOUND", so disabling USE_COREMIDI
-- USE_COREMIDI is disabled.
-- APPLE="", so disabling USE_AUDIOUNIT
-- COREAUDIO_INCLUDE_PATH="COREAUDIO_INCLUDE_PATH-NOTFOUND", so disabling USE_AUDIOUNIT
-- COREAUDIO_LIBRARY="COREAUDIO_LIBRARY-NOTFOUND", so disabling USE_AUDIOUNIT
-- AUDIOUNIT_INCLUDE_PATH="AUDIOUNIT_INCLUDE_PATH-NOTFOUND", so disabling USE_AUDIOUNIT
-- AUDIOUNIT_LIBRARY="AUDIOUNIT_LIBRARY-NOTFOUND", so disabling USE_AUDIOUNIT
-- COREFOUNDATION_LIBRARY="COREFOUNDATION_LIBRARY-NOTFOUND", so disabling USE_AUDIOUNIT
-- USE_AUDIOUNIT is disabled.
-- USE_ALSA is enabled.
-- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
-- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling USE_PULSEAUDIO
-- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling USE_PULSEAUDIO
-- USE_PULSEAUDIO is disabled.
-- PORTAUDIO_INCLUDE_PATH="PORTAUDIO_INCLUDE_PATH-NOTFOUND", so disabling USE_PORTAUDIO
-- PORTAUDIO_LIBRARY="PORTAUDIO_LIBRARY-NOTFOUND", so disabling USE_PORTAUDIO
-- PORTAUDIO_TEST_COMPILED="", so disabling USE_PORTAUDIO
-- USE_PORTAUDIO is disabled.
-- Not building Portaudio Driver...
-- Portaudio v19 Found: false.
-- PORTMIDI_INCLUDE_PATH="PORTMIDI_INCLUDE_PATH-NOTFOUND", so disabling USE_PORTMIDI
-- PORTMIDI_LIBRARY="PORTMIDI_LIBRARY-NOTFOUND", so disabling USE_PORTMIDI
-- PORTTIME_LIBRARY="PORTTIME_LIBRARY-NOTFOUND", so disabling USE_PORTMIDI
-- USE_PORTMIDI is disabled.
-- USE_JACK is enabled.
-- USE_FLTK is enabled.
-- BUILD_VIRTUAL_KEYBOARD is enabled.
--
-- Building C++ interface library.
-- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR) (Required is at least version "2.0")
-- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
-- PYTHON_LIBRARY: PYTHON_LIBRARY-NOTFOUND
-- SWIG_FOUND="FALSE", so disabling BUILD_PYTHON_INTERFACE
-- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_PYTHON_INTERFACE
-- BUILD_PYTHON_INTERFACE is disabled.
-- SWIG_FOUND="FALSE", so disabling BUILD_JAVA_INTERFACE
-- BUILD_JAVA_INTERFACE is disabled.
-- SWIG_FOUND="FALSE", so disabling BUILD_LUA_INTERFACE
-- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_LUA_INTERFACE
-- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_LUA_INTERFACE
-- BUILD_LUA_INTERFACE is disabled.
-- Building csLadspa.
-- BUILD_CSBEATS is enabled.
-- PD_HEADER_PATH="PD_HEADER_PATH-NOTFOUND", so disabling BUILD_PD_CLASS
-- BUILD_PD_CLASS is disabled.
-- BUILD_WINSOUND is disabled.
-- Could NOT find Boost
-- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR)
-- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
-- Boost_INCLUDE_DIRS="Boost_INCLUDE_DIR-NOTFOUND", so disabling BUILD_CSOUND_AC
-- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC
-- BUILD_CSOUND_AC is disabled.
-- SWIG_FOUND="FALSE", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE
-- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE
-- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE
-- BUILD_CSOUND_AC_PYTHON_INTERFACE is disabled.
-- SWIG_FOUND="FALSE", so disabling BUILD_CSOUND_AC_LUA_INTERFACE
-- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_CSOUND_AC_LUA_INTERFACE
-- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_CSOUND_AC_LUA_INTERFACE
-- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC_LUA_INTERFACE
-- BUILD_CSOUND_AC_LUA_INTERFACE is disabled.
-- BUILD_CSOUNDVST is disabled.
-- BUILD_CSOUNDVST: OFF.
-- Not building csound~ for Max/MSP
-- MAX_SDK_ROOT is not defined.
-- Not building src_conv (libsndfile or libsamplerate not found).
-- CUNIT_LIBRARY="CUNIT_LIBRARY-NOTFOUND", so disabling BUILD_TESTS
-- BUILD_STATIC_LIBRARY="OFF", so disabling BUILD_TESTS
-- BUILD_TESTS is disabled.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/brian/csound/cs6make

 

 

brian

 

On Wed, 16 Nov 2016 11:51:04 +0000, Rory Walsh wrote:

There is a good chance that you already have everything needed. Might be an idea to try to build Csound now and see what happens. You may still be missing some dependencies, but you can probably install them as you go along? I remember getting caught out with the build-dep thing a while back when installing on a fresh machine. In the end I skipped that step and installed what I needed manually.  

On 16 November 2016 at 11:41, <brian@amsynth.com> wrote:

Would it be one of these? 

Debian sources

 

 

brian

On Wed, 16 Nov 2016 12:32:59 +0100, brian@AMSYNTH.COM wrote:

For Debian, the most recent I can find is the one I have in my repos:  libgmm++-dev 4.2.1~beta1~svn4635~dfsg-3

 

brian

 

On Wed, 16 Nov 2016 10:43:51 +0000, Rory Walsh wrote:

Can you try manually installing the latest version of libgmm++-dev? 

On 16 November 2016 at 09:08, <brian@amsynth.com> wrote:

Ok, I unchecked the deb-src lines and tried to build the dependencies, but this is what I got:

Build-Depends dependency for csound cannot be satisfied because candidate version of package libgmm++-dev can't satisfy version requirements

 

brian

 

On Mon, 14 Nov 2016 11:11:21 +0100, Anders Genell wrote:

I'll answer inline below

14 nov. 2016 kl. 10:29 skrev brian@AMSYNTH.COM:

Hi Anders and Rory, and thanks for responding! :)

I'll check the sources.list file. I tried adding the github address to the synaptic repositories, but that didn't work for some reason. (Maybe it's the wrong approach..?)

Yes, that is unfortunately the wrong approach, although it would seem logical. 
The sources for Debian/ubuntu must be the ones provided by Debian/Ubuntu. 
There are two issues here:
Fist you need Debian sources that are used for building almost anything on a Debian system. Those are enabled by editing sources.list
Then you need the specific csound sources. Those you download from the csound github page. A good way to do that is to install the git program 
sudo apt-get install git
and then get the sources
and follow build instructions in build.md

The error message is exactly what is also mentioned on the Csound Github "Build.md" page:

E: You must put some 'source' URIs in your sources.list

Yes, that is because you cannot build stuff without sources, and without "deb-src"-lines in sources.list apt-get cannot find them. 

Also, should I be looking at the Github page maintained by Iain or the one by Lazzarini?

Lastly, should I uninstall the repository version of Csound?  (6.03)  Do I have to purge the data files also?

 

That is recommended, as there could be issues with conflicting versions. 
Regards,
Anders

Many thanks in advance,

brian

 

On Sun, 13 Nov 2016 22:03:15 +0100, Anders Genell wrote:

Also, just to be clear, if you haven't enabled source packages in your sources list there will be no source packages installed. 
To enable, edit
/etc/apt/sources.list 
and remove the # in front of all dec-src lines. 
Save and run apt-get update. 
Now you should be able to install source packages. 
Regards,
Anders

13 nov. 2016 kl. 21:54 skrev Rory Walsh <rorywalsh@EAR.IE>:

I think build-dep csound is a little out of date. Can you post the error you get?

On 13 November 2016 at 18:48, <brian@amsynth.com> wrote:

Hi all,

seems like every time I have to build Csound from Git, something trips me up. This time, I can't see if I have all the dependencies. When I do apt-get build-dep csound it says I have to add a URI to the sources.list.

 

Can someone walk me through this one?

 

brian

 
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

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

 

 
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

Date2016-11-16 12:52
Frombrian@AMSYNTH.COM
SubjectRe: Building Csound in AntiX (Debian)

Hi Rory,

all went well, until this point:

[ 81%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
Linking CXX shared module ../libvirtual.so
/usr/bin/ld: cannot find -ljpeg
collect2: error: ld returned 1 exit status
InOut/CMakeFiles/virtual.dir/build.make:293: recipe for target 'libvirtual.so' failed
make[2]: *** [libvirtual.so] Error 1
CMakeFiles/Makefile2:1411: recipe for target 'InOut/CMakeFiles/virtual.dir/all' failed
make[1]: *** [InOut/CMakeFiles/virtual.dir/all] Error 2
Makefile:147: recipe for target 'all' failed
make: *** [all] Error 2

 

brian

 

On Wed, 16 Nov 2016 12:38:14 +0000, Rory Walsh wrote:

That's Ok. As far as I know, libsndfile is the only library that has to be present to build Csound. But I could be wrong on this. Anyhow, what happens when you run sudo make from the build dir? 

On 16 November 2016 at 12:20, <brian@amsynth.com> wrote:

Ok. I installed the libgmm++-dev file provided in my repos, and tried cmake. But I think I'm missing too many things. I have Curl installed, but it's not finding it. (Maybe a problem with permissions?)

Here is what I got:

cmake ../csound
-- /home/brian/csound/csound
-- LIBRARY INSTALL DIR: lib
-- Building with 64-bit floats
-- Not using Custom.cmake file.
-- BUILD_BIN_DIR set to /home/brian/csound/cs6make.
-- BUILD_LIB_DIR set to /home/brian/csound/cs6make.
-- BUILD_PLUGINS_DIR set to /home/brian/csound/cs6make.
-- Could NOT find Boost
-- Could NOT find CURL (missing:  CURL_LIBRARY CURL_INCLUDE_DIR)
-- LIBLO_LIBRARY (missing:  LIBLO_INCLUDE_DIR)
-- Could NOT find LUAJIT (missing:  LUAJIT_LIBRARY LUAJIT_INCLUDE_DIR)
-- Could NOT find MUSICXML (missing:  MUSICXML_LIBRARY MUSICXML_INCLUDE_DIR)
-- Could NOT find PORTSMF (missing:  PORTSMF_LIBRARY PORTSMF_INCLUDE_DIR)
-- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
-- Could NOT find STK (missing:  STK_LIBRARY STK_INCLUDE_DIR)
-- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR)
-- Could NOT find VSTSDK2X (missing:  VSTSDK2X_INCLUDE_DIR)
-- Using atomic builtins.
-- USE_LRINT is enabled.
-- Could NOT find CURL (missing:  CURL_LIBRARY CURL_INCLUDE_DIR)
-- Not using CURL for urls - not found.
-- USE_OPEN_MP is enabled.
-- GIT: /usr/bin/git
-- HASH: 721ecb82aa4091345e8ba552639ae76b5686283a
-- SCORE PARSER being built.
-- Not building with new parser debugging.
-- Building with multicore support.
-- USE_GETTEXT is enabled.
-- Using GNU gettext.
-- Setting textdomain to /usr/local/share/locale.
-- Building on Linux.
--   ADDING LIBRT LIBRARY: /usr/lib/i386-linux-gnu/librt.so.
-- Could NOT find Boost
-- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
-- Boost_INCLUDE_DIRS="Boost_INCLUDE_DIR-NOTFOUND", so disabling BUILD_CHUA_OPCODES
-- BUILD_CHUA_OPCODES is disabled.
-- BUILD_DSSI_OPCODES is enabled.
-- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
-- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling BUILD_FLUID_OPCODES
-- BUILD_FLUID_OPCODES is disabled.
-- BUILD_JACK_OPCODES is enabled.
-- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
-- BUILD_LINEAR_ALGEBRA_OPCODES is disabled.
-- LIBLO_LIBRARY="LIBLO_LIBRARY-NOTFOUND", so disabling BUILD_OSC_OPCODES
-- OSC_HEADER="", so disabling BUILD_OSC_OPCODES
-- BUILD_OSC_OPCODES is disabled.
-- BUILD_IMAGE_OPCODES is enabled.
-- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_PYTHON_OPCODES
-- BUILD_PYTHON_OPCODES is disabled.
-- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_LUA_OPCODES
-- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_LUA_OPCODES
-- BUILD_LUA_OPCODES is disabled.
-- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
-- WIIUSE_LIB="WIIUSE_LIB-NOTFOUND", so disabling BUILD_WIIMOTE_OPCODES
-- BUILD_WIIMOTE_OPCODES is disabled.
-- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
-- BUILD_P5GLOVE_OPCODES is disabled.
-- BUILD_FAUST_OPCODES is disabled.
-- BUILD_VST4CS_OPCODES is disabled.
-- VSTSDK2X_INCLUDE_DIR: VSTSDK2X_INCLUDE_DIR-NOTFOUND
-- Could NOT find STK (missing:  STK_LIBRARY STK_INCLUDE_DIR)
-- STK_FOUND="FALSE", so disabling BUILD_STK_OPCODES
-- STK_INCLUDE_DIR="STK_INCLUDE_DIR-NOTFOUND", so disabling BUILD_STK_OPCODES
-- BUILD_STK_OPCODES is disabled.
-- HDF5_library="HDF5_library-NOTFOUND", so disabling BUILD_HDF5_OPCODES
-- HDF5_H="", so disabling BUILD_HDF5_OPCODES
-- BUILD_HDF5_OPCODES is disabled.
-- websockets_library="websockets_library-NOTFOUND", so disabling BUILD_WEBSOCKET_OPCODE
-- WEBSOCKETS_H="WEBSOCKETS_H-NOTFOUND", so disabling BUILD_WEBSOCKET_OPCODE
-- LIBWEBSOCKET_CANCEL_SERVICE="", so disabling BUILD_WEBSOCKET_OPCODE
-- BUILD_WEBSOCKET_OPCODE is disabled.
--
-- ## REALTIME AUDIO AND MIDI ##
-- APPLE="", so disabling USE_COREMIDI
-- COREMIDI_INCLUDE_PATH="COREMIDI_INCLUDE_PATH-NOTFOUND", so disabling USE_COREMIDI
-- COREMIDI_LIBRARY="COREMIDI_LIBRARY-NOTFOUND", so disabling USE_COREMIDI
-- COREFOUNDATION_LIBRARY="COREFOUNDATION_LIBRARY-NOTFOUND", so disabling USE_COREMIDI
-- USE_COREMIDI is disabled.
-- APPLE="", so disabling USE_AUDIOUNIT
-- COREAUDIO_INCLUDE_PATH="COREAUDIO_INCLUDE_PATH-NOTFOUND", so disabling USE_AUDIOUNIT
-- COREAUDIO_LIBRARY="COREAUDIO_LIBRARY-NOTFOUND", so disabling USE_AUDIOUNIT
-- AUDIOUNIT_INCLUDE_PATH="AUDIOUNIT_INCLUDE_PATH-NOTFOUND", so disabling USE_AUDIOUNIT
-- AUDIOUNIT_LIBRARY="AUDIOUNIT_LIBRARY-NOTFOUND", so disabling USE_AUDIOUNIT
-- COREFOUNDATION_LIBRARY="COREFOUNDATION_LIBRARY-NOTFOUND", so disabling USE_AUDIOUNIT
-- USE_AUDIOUNIT is disabled.
-- USE_ALSA is enabled.
-- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
-- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling USE_PULSEAUDIO
-- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling USE_PULSEAUDIO
-- USE_PULSEAUDIO is disabled.
-- PORTAUDIO_INCLUDE_PATH="PORTAUDIO_INCLUDE_PATH-NOTFOUND", so disabling USE_PORTAUDIO
-- PORTAUDIO_LIBRARY="PORTAUDIO_LIBRARY-NOTFOUND", so disabling USE_PORTAUDIO
-- PORTAUDIO_TEST_COMPILED="", so disabling USE_PORTAUDIO
-- USE_PORTAUDIO is disabled.
-- Not building Portaudio Driver...
-- Portaudio v19 Found: false.
-- PORTMIDI_INCLUDE_PATH="PORTMIDI_INCLUDE_PATH-NOTFOUND", so disabling USE_PORTMIDI
-- PORTMIDI_LIBRARY="PORTMIDI_LIBRARY-NOTFOUND", so disabling USE_PORTMIDI
-- PORTTIME_LIBRARY="PORTTIME_LIBRARY-NOTFOUND", so disabling USE_PORTMIDI
-- USE_PORTMIDI is disabled.
-- USE_JACK is enabled.
-- USE_FLTK is enabled.
-- BUILD_VIRTUAL_KEYBOARD is enabled.
--
-- Building C++ interface library.
-- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR) (Required is at least version "2.0")
-- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
-- PYTHON_LIBRARY: PYTHON_LIBRARY-NOTFOUND
-- SWIG_FOUND="FALSE", so disabling BUILD_PYTHON_INTERFACE
-- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_PYTHON_INTERFACE
-- BUILD_PYTHON_INTERFACE is disabled.
-- SWIG_FOUND="FALSE", so disabling BUILD_JAVA_INTERFACE
-- BUILD_JAVA_INTERFACE is disabled.
-- SWIG_FOUND="FALSE", so disabling BUILD_LUA_INTERFACE
-- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_LUA_INTERFACE
-- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_LUA_INTERFACE
-- BUILD_LUA_INTERFACE is disabled.
-- Building csLadspa.
-- BUILD_CSBEATS is enabled.
-- PD_HEADER_PATH="PD_HEADER_PATH-NOTFOUND", so disabling BUILD_PD_CLASS
-- BUILD_PD_CLASS is disabled.
-- BUILD_WINSOUND is disabled.
-- Could NOT find Boost
-- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR)
-- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
-- Boost_INCLUDE_DIRS="Boost_INCLUDE_DIR-NOTFOUND", so disabling BUILD_CSOUND_AC
-- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC
-- BUILD_CSOUND_AC is disabled.
-- SWIG_FOUND="FALSE", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE
-- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE
-- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE
-- BUILD_CSOUND_AC_PYTHON_INTERFACE is disabled.
-- SWIG_FOUND="FALSE", so disabling BUILD_CSOUND_AC_LUA_INTERFACE
-- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_CSOUND_AC_LUA_INTERFACE
-- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_CSOUND_AC_LUA_INTERFACE
-- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC_LUA_INTERFACE
-- BUILD_CSOUND_AC_LUA_INTERFACE is disabled.
-- BUILD_CSOUNDVST is disabled.
-- BUILD_CSOUNDVST: OFF.
-- Not building csound~ for Max/MSP
-- MAX_SDK_ROOT is not defined.
-- Not building src_conv (libsndfile or libsamplerate not found).
-- CUNIT_LIBRARY="CUNIT_LIBRARY-NOTFOUND", so disabling BUILD_TESTS
-- BUILD_STATIC_LIBRARY="OFF", so disabling BUILD_TESTS
-- BUILD_TESTS is disabled.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/brian/csound/cs6make

 

 

brian

 

On Wed, 16 Nov 2016 11:51:04 +0000, Rory Walsh wrote:

There is a good chance that you already have everything needed. Might be an idea to try to build Csound now and see what happens. You may still be missing some dependencies, but you can probably install them as you go along? I remember getting caught out with the build-dep thing a while back when installing on a fresh machine. In the end I skipped that step and installed what I needed manually.  

On 16 November 2016 at 11:41, <brian@amsynth.com> wrote:

Would it be one of these? 

Debian sources

 

 

brian

On Wed, 16 Nov 2016 12:32:59 +0100, brian@AMSYNTH.COM wrote:

For Debian, the most recent I can find is the one I have in my repos:  libgmm++-dev 4.2.1~beta1~svn4635~dfsg-3

 

brian

 

On Wed, 16 Nov 2016 10:43:51 +0000, Rory Walsh wrote:

Can you try manually installing the latest version of libgmm++-dev? 

On 16 November 2016 at 09:08, <brian@amsynth.com> wrote:

Ok, I unchecked the deb-src lines and tried to build the dependencies, but this is what I got:

Build-Depends dependency for csound cannot be satisfied because candidate version of package libgmm++-dev can't satisfy version requirements

 

brian

 

On Mon, 14 Nov 2016 11:11:21 +0100, Anders Genell wrote:

I'll answer inline below

14 nov. 2016 kl. 10:29 skrev brian@AMSYNTH.COM:

Hi Anders and Rory, and thanks for responding! :)

I'll check the sources.list file. I tried adding the github address to the synaptic repositories, but that didn't work for some reason. (Maybe it's the wrong approach..?)

Yes, that is unfortunately the wrong approach, although it would seem logical. 
The sources for Debian/ubuntu must be the ones provided by Debian/Ubuntu. 
There are two issues here:
Fist you need Debian sources that are used for building almost anything on a Debian system. Those are enabled by editing sources.list
Then you need the specific csound sources. Those you download from the csound github page. A good way to do that is to install the git program 
sudo apt-get install git
and then get the sources
and follow build instructions in build.md

The error message is exactly what is also mentioned on the Csound Github "Build.md" page:

E: You must put some 'source' URIs in your sources.list

Yes, that is because you cannot build stuff without sources, and without "deb-src"-lines in sources.list apt-get cannot find them. 

Also, should I be looking at the Github page maintained by Iain or the one by Lazzarini?

Lastly, should I uninstall the repository version of Csound?  (6.03)  Do I have to purge the data files also?

 

That is recommended, as there could be issues with conflicting versions. 
Regards,
Anders

Many thanks in advance,

brian

 

On Sun, 13 Nov 2016 22:03:15 +0100, Anders Genell wrote:

Also, just to be clear, if you haven't enabled source packages in your sources list there will be no source packages installed. 
To enable, edit
/etc/apt/sources.list 
and remove the # in front of all dec-src lines. 
Save and run apt-get update. 
Now you should be able to install source packages. 
Regards,
Anders

13 nov. 2016 kl. 21:54 skrev Rory Walsh <rorywalsh@EAR.IE>:

I think build-dep csound is a little out of date. Can you post the error you get?

On 13 November 2016 at 18:48, <brian@amsynth.com> wrote:

Hi all,

seems like every time I have to build Csound from Git, something trips me up. This time, I can't see if I have all the dependencies. When I do apt-get build-dep csound it says I have to add a URI to the sources.list.

 

Can someone walk me through this one?

 

brian

 
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

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

 

 
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

 

 

Date2016-11-16 13:26
Fromjpff
SubjectRe: Building Csound in AntiX (Debian)
For curl you need the -dev package, but really it is optional.  Just 
allows URLs instead of file names in some places.

My Debian build does not have libgmm as it provides opcodes for vector 
operations I do not need.  Are you really trying to make everything?  Many 
are optional




On Wed, 16 Nov 2016, brian@AMSYNTH.COM wrote:

> 
> Ok. I installed the libgmm++-dev file provided in my repos, and tried cmake.
> But I think I'm missing too many things. I have Curl installed, but it's not
> finding it. (Maybe a problem with permissions?)
> 
> Here is what I got:
> 
> cmake ../csound
> -- /home/brian/csound/csound
> -- LIBRARY INSTALL DIR: lib
> -- Building with 64-bit floats
> -- Not using Custom.cmake file.
> -- BUILD_BIN_DIR set to /home/brian/csound/cs6make.
> -- BUILD_LIB_DIR set to /home/brian/csound/cs6make.
> -- BUILD_PLUGINS_DIR set to /home/brian/csound/cs6make.
> -- Could NOT find Boost
> -- Could NOT find CURL (missing:  CURL_LIBRARY CURL_INCLUDE_DIR)
> -- LIBLO_LIBRARY (missing:  LIBLO_INCLUDE_DIR)
> -- Could NOT find LUAJIT (missing:  LUAJIT_LIBRARY LUAJIT_INCLUDE_DIR)
> -- Could NOT find MUSICXML (missing:  MUSICXML_LIBRARY MUSICXML_INCLUDE_DIR)
> -- Could NOT find PORTSMF (missing:  PORTSMF_LIBRARY PORTSMF_INCLUDE_DIR)
> -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES
> PYTHON_INCLUDE_DIRS)
> -- Could NOT find STK (missing:  STK_LIBRARY STK_INCLUDE_DIR)
> -- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR)
> -- Could NOT find VSTSDK2X (missing:  VSTSDK2X_INCLUDE_DIR)
> -- Using atomic builtins.
> -- USE_LRINT is enabled.
> -- Could NOT find CURL (missing:  CURL_LIBRARY CURL_INCLUDE_DIR)
> -- Not using CURL for urls - not found.
> -- USE_OPEN_MP is enabled.
> -- GIT: /usr/bin/git
> -- HASH: 721ecb82aa4091345e8ba552639ae76b5686283a
> -- SCORE PARSER being built.
> -- Not building with new parser debugging.
> -- Building with multicore support.
> -- USE_GETTEXT is enabled.
> -- Using GNU gettext.
> -- Setting textdomain to /usr/local/share/locale.
> -- Building on Linux.
> --   ADDING LIBRT LIBRARY: /usr/lib/i386-linux-gnu/librt.so.
> -- Could NOT find Boost
> -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES
> PYTHON_INCLUDE_DIRS)
> -- Boost_INCLUDE_DIRS="Boost_INCLUDE_DIR-NOTFOUND", so disabling
> BUILD_CHUA_OPCODES
> -- BUILD_CHUA_OPCODES is disabled.
> -- BUILD_DSSI_OPCODES is enabled.
> -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
> -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling
> BUILD_FLUID_OPCODES
> -- BUILD_FLUID_OPCODES is disabled.
> -- BUILD_JACK_OPCODES is enabled.
> -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
> -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled.
> -- LIBLO_LIBRARY="LIBLO_LIBRARY-NOTFOUND", so disabling BUILD_OSC_OPCODES
> -- OSC_HEADER="", so disabling BUILD_OSC_OPCODES
> -- BUILD_OSC_OPCODES is disabled.
> -- BUILD_IMAGE_OPCODES is enabled.
> -- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_PYTHON_OPCODES
> -- BUILD_PYTHON_OPCODES is disabled.
> -- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_LUA_OPCODES
> -- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_LUA_OPCODES
> -- BUILD_LUA_OPCODES is disabled.
> -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
> -- WIIUSE_LIB="WIIUSE_LIB-NOTFOUND", so disabling BUILD_WIIMOTE_OPCODES
> -- BUILD_WIIMOTE_OPCODES is disabled.
> -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
> -- BUILD_P5GLOVE_OPCODES is disabled.
> -- BUILD_FAUST_OPCODES is disabled.
> -- BUILD_VST4CS_OPCODES is disabled.
> -- VSTSDK2X_INCLUDE_DIR: VSTSDK2X_INCLUDE_DIR-NOTFOUND
> -- Could NOT find STK (missing:  STK_LIBRARY STK_INCLUDE_DIR)
> -- STK_FOUND="FALSE", so disabling BUILD_STK_OPCODES
> -- STK_INCLUDE_DIR="STK_INCLUDE_DIR-NOTFOUND", so disabling
> BUILD_STK_OPCODES
> -- BUILD_STK_OPCODES is disabled.
> -- HDF5_library="HDF5_library-NOTFOUND", so disabling BUILD_HDF5_OPCODES
> -- HDF5_H="", so disabling BUILD_HDF5_OPCODES
> -- BUILD_HDF5_OPCODES is disabled.
> -- websockets_library="websockets_library-NOTFOUND", so disabling
> BUILD_WEBSOCKET_OPCODE
> -- WEBSOCKETS_H="WEBSOCKETS_H-NOTFOUND", so disabling BUILD_WEBSOCKET_OPCODE
> -- LIBWEBSOCKET_CANCEL_SERVICE="", so disabling BUILD_WEBSOCKET_OPCODE
> -- BUILD_WEBSOCKET_OPCODE is disabled.
> --
> -- ## REALTIME AUDIO AND MIDI ##
> -- APPLE="", so disabling USE_COREMIDI
> -- COREMIDI_INCLUDE_PATH="COREMIDI_INCLUDE_PATH-NOTFOUND", so disabling
> USE_COREMIDI
> -- COREMIDI_LIBRARY="COREMIDI_LIBRARY-NOTFOUND", so disabling USE_COREMIDI
> -- COREFOUNDATION_LIBRARY="COREFOUNDATION_LIBRARY-NOTFOUND", so disabling
> USE_COREMIDI
> -- USE_COREMIDI is disabled.
> -- APPLE="", so disabling USE_AUDIOUNIT
> -- COREAUDIO_INCLUDE_PATH="COREAUDIO_INCLUDE_PATH-NOTFOUND", so disabling
> USE_AUDIOUNIT
> -- COREAUDIO_LIBRARY="COREAUDIO_LIBRARY-NOTFOUND", so disabling
> USE_AUDIOUNIT
> -- AUDIOUNIT_INCLUDE_PATH="AUDIOUNIT_INCLUDE_PATH-NOTFOUND", so disabling
> USE_AUDIOUNIT
> -- AUDIOUNIT_LIBRARY="AUDIOUNIT_LIBRARY-NOTFOUND", so disabling
> USE_AUDIOUNIT
> -- COREFOUNDATION_LIBRARY="COREFOUNDATION_LIBRARY-NOTFOUND", so disabling
> USE_AUDIOUNIT
> -- USE_AUDIOUNIT is disabled.
> -- USE_ALSA is enabled.
> -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
> -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling
> USE_PULSEAUDIO
> -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling
> USE_PULSEAUDIO
> -- USE_PULSEAUDIO is disabled.
> -- PORTAUDIO_INCLUDE_PATH="PORTAUDIO_INCLUDE_PATH-NOTFOUND", so disabling
> USE_PORTAUDIO
> -- PORTAUDIO_LIBRARY="PORTAUDIO_LIBRARY-NOTFOUND", so disabling
> USE_PORTAUDIO
> -- PORTAUDIO_TEST_COMPILED="", so disabling USE_PORTAUDIO
> -- USE_PORTAUDIO is disabled.
> -- Not building Portaudio Driver...
> -- Portaudio v19 Found: false.
> -- PORTMIDI_INCLUDE_PATH="PORTMIDI_INCLUDE_PATH-NOTFOUND", so disabling
> USE_PORTMIDI
> -- PORTMIDI_LIBRARY="PORTMIDI_LIBRARY-NOTFOUND", so disabling USE_PORTMIDI
> -- PORTTIME_LIBRARY="PORTTIME_LIBRARY-NOTFOUND", so disabling USE_PORTMIDI
> -- USE_PORTMIDI is disabled.
> -- USE_JACK is enabled.
> -- USE_FLTK is enabled.
> -- BUILD_VIRTUAL_KEYBOARD is enabled.
> --
> -- Building C++ interface library.
> -- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR) (Required is at
> least version "2.0")
> -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES
> PYTHON_INCLUDE_DIRS)
> -- PYTHON_LIBRARY: PYTHON_LIBRARY-NOTFOUND
> -- SWIG_FOUND="FALSE", so disabling BUILD_PYTHON_INTERFACE
> -- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_PYTHON_INTERFACE
> -- BUILD_PYTHON_INTERFACE is disabled.
> -- SWIG_FOUND="FALSE", so disabling BUILD_JAVA_INTERFACE
> -- BUILD_JAVA_INTERFACE is disabled.
> -- SWIG_FOUND="FALSE", so disabling BUILD_LUA_INTERFACE
> -- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling
> BUILD_LUA_INTERFACE
> -- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_LUA_INTERFACE
> -- BUILD_LUA_INTERFACE is disabled.
> -- Building csLadspa.
> -- BUILD_CSBEATS is enabled.
> -- PD_HEADER_PATH="PD_HEADER_PATH-NOTFOUND", so disabling BUILD_PD_CLASS
> -- BUILD_PD_CLASS is disabled.
> -- BUILD_WINSOUND is disabled.
> -- Could NOT find Boost
> -- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR)
> -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES
> PYTHON_INCLUDE_DIRS)
> -- Boost_INCLUDE_DIRS="Boost_INCLUDE_DIR-NOTFOUND", so disabling
> BUILD_CSOUND_AC
> -- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC
> -- BUILD_CSOUND_AC is disabled.
> -- SWIG_FOUND="FALSE", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE
> -- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE
> -- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling
> BUILD_CSOUND_AC_PYTHON_INTERFACE
> -- BUILD_CSOUND_AC_PYTHON_INTERFACE is disabled.
> -- SWIG_FOUND="FALSE", so disabling BUILD_CSOUND_AC_LUA_INTERFACE
> -- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling
> BUILD_CSOUND_AC_LUA_INTERFACE
> -- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling
> BUILD_CSOUND_AC_LUA_INTERFACE
> -- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling
> BUILD_CSOUND_AC_LUA_INTERFACE
> -- BUILD_CSOUND_AC_LUA_INTERFACE is disabled.
> -- BUILD_CSOUNDVST is disabled.
> -- BUILD_CSOUNDVST: OFF.
> -- Not building csound~ for Max/MSP
> -- MAX_SDK_ROOT is not defined.
> -- Not building src_conv (libsndfile or libsamplerate not found).
> -- CUNIT_LIBRARY="CUNIT_LIBRARY-NOTFOUND", so disabling BUILD_TESTS
> -- BUILD_STATIC_LIBRARY="OFF", so disabling BUILD_TESTS
> -- BUILD_TESTS is disabled.
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /home/brian/csound/cs6make
> 
>  
> 
>  
> 
> brian
> 
>  
> 
> On Wed, 16 Nov 2016 11:51:04 +0000, Rory Walsh wrote:
>
>       There is a good chance that you already have everything needed.
>       Might be an idea to try to build Csound now and see what
>       happens. You may still be missing some dependencies, but you can
>       probably install them as you go along? I remember getting caught
>       out with the build-dep thing a while back when installing on a
>       fresh machine. In the end I skipped that step and installed what
>       I needed manually.  
> 
> On 16 November 2016 at 11:41,  wrote:
>
>       Would it be one of these? 
>
>       Debian sources
>
>        
>
>        
>
>       brian
>
>       On Wed, 16 Nov 2016 12:32:59 +0100, brian@AMSYNTH.COM
>       wrote:
>
>             For Debian, the most recent I can find is the
>             one I have in my repos:  libgmm++-dev
>             4.2.1~beta1~svn4635~dfsg-3
>
>              
>
>             brian
>
>              
>
>             On Wed, 16 Nov 2016 10:43:51 +0000, Rory Walsh
>             wrote:
>
>                   Can you try manually installing
>                   the latest version of
>                   libgmm++-dev? 
> 
> On 16 November 2016 at 09:08, 
> wrote:
>
>       Ok, I unchecked the deb-src lines and
>       tried to build the dependencies, but
>       this is what I got:
>
>             Build-Depends dependency for
>             csound cannot be satisfied
>             because candidate version of
>             package libgmm++-dev can't
>             satisfy version requirements
>
>        
>
>       brian
>
>        
>
>       On Mon, 14 Nov 2016 11:11:21 +0100,
>       Anders Genell wrote:
>
>             I'll answer inline below
> 
> 14 nov. 2016 kl. 10:29 skrev
> brian@AMSYNTH.COM:
>
>       Hi Anders and Rory, and
>       thanks for responding! :)
>
>       I'll check the sources.list
>       file. I tried adding the
>       github address to the
>       synaptic repositories, but
>       that didn't work for some
>       reason. (Maybe it's the
>       wrong approach..?)
> 
> Yes, that is unfortunately the wrong
> approach, although it would seem
> logical. 
> The sources for Debian/ubuntu must be
> the ones provided by Debian/Ubuntu. 
> There are two issues here:
> Fist you need Debian sources that are
> used for building almost anything on a
> Debian system. Those are enabled by
> editing sources.list
> Then you need the specific csound
> sources. Those you download from the
> csound github page. A good way to do
> that is to install the git program 
> sudo apt-get install git
> and then get the sources
> git clone
> https://github.com/csound/csound
> and follow build instructions in
> build.md
>
>       The error message is exactly
>       what is also mentioned on
>       the Csound Github "Build.md"
>       page:
>
>       E: You must put some
>       'source' URIs in your
>       sources.list
> 
> Yes, that is because you cannot build
> stuff without sources, and without
> "deb-src"-lines in sources.list apt-get
> cannot find them. 
>
>       Also, should I be looking at
>       the Github page maintained
>       by Iain or the one by
>       Lazzarini?
> 
> csound.github.io
>
>       Lastly, should I uninstall
>       the repository version of
>       Csound?  (6.03)  Do I have
>       to purge the data files
>       also?
>
>        
> 
> That is recommended, as there could be
> issues with conflicting versions. 
> Regards,
> Anders
>
>       Many thanks in advance,
>
>       brian
>
>        
>
>       On Sun, 13 Nov 2016 22:03:15
>       +0100, Anders Genell wrote:
>
>             Also, just to be
>             clear, if you
>             haven't enabled
>             source packages
>             in your sources
>             list there will
>             be no source
>             packages
>             installed. 
> To enable, edit
> /etc/apt/sources.list 
> and remove the # in front of
> all dec-src lines. 
> Save and run apt-get
> update. 
> Now you should be able to
> install source packages. 
> Regards,
> Anders
> 
> 13 nov. 2016 kl. 21:54 skrev
> Rory Walsh
> :
>
>       I
>       think build-dep
>       csound is a
>       little out of
>       date. Can you
>       post the error
>       you get?
> 
> On 13 November 2016 at
> 18:48,
> 
> wrote:
>
>       Hi all,
>
>       seems like
>       every time
>       I have to
>       build
>       Csound
>       from Git,
>       something
>       trips me
>       up. This
>       time, I
>       can't see
>       if I have
>       all the
>       dependencies.
>       When I do
>       apt-get
>       build-dep
>       csound it
>       says I
>       have to
>       add a URI
>       to the
>       sources.list.
>
>        
>
>       Can
>       someone
>       walk me
>       through
>       this one?
>
>        
>
>       brian
>
>        
> 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
> 
> 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
> 
>  
> 
>  
> 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

Date2016-11-16 13:40
Frombrian@AMSYNTH.COM
SubjectRe: Building Csound in AntiX (Debian)

Hi jpff,

thank you for the extra info. (Now I know a bit more about what Curl is. :) )

As a novice, it's hard for me to understand what is "required" and what is "optional." So, whenever I see an "error" or "not found" or whatever, a red flag goes up in my mind..

Of course, maybe I won't need some of these extra features, but I have enough disk space to allow a few extra libraries; especially if they will make Csound a more complete experience.  (I generally use Csound without CsoundQT, although I do use Cabbage sometimes, especially to test performance features of synths. So I guess my thinking is, the more "complete" the installation, the better.)

 

brian

On Wed, 16 Nov 2016 13:26:04 +0000, jpff wrote:

For curl you need the -dev package, but really it is optional.  Just 
allows URLs instead of file names in some places.

My Debian build does not have libgmm as it provides opcodes for vector 
operations I do not need.  Are you really trying to make everything?  Many 
are optional




On Wed, 16 Nov 2016, brian@AMSYNTH.COMwrote:
Ok. I installed the libgmm++-dev file provided in my repos, and tried cmake. But I think I'm missing too many things. I have Curl installed, but it's not finding it. (Maybe a problem with permissions?) Here is what I got: cmake ../csound -- /home/brian/csound/csound -- LIBRARY INSTALL DIR: lib -- Building with 64-bit floats -- Not using Custom.cmake file. -- BUILD_BIN_DIR set to /home/brian/csound/cs6make. -- BUILD_LIB_DIR set to /home/brian/csound/cs6make. -- BUILD_PLUGINS_DIR set to /home/brian/csound/cs6make. -- Could NOT find Boost -- Could NOT find CURL (missing:  CURL_LIBRARY CURL_INCLUDE_DIR) -- LIBLO_LIBRARY (missing:  LIBLO_INCLUDE_DIR) -- Could NOT find LUAJIT (missing:  LUAJIT_LIBRARY LUAJIT_INCLUDE_DIR) -- Could NOT find MUSICXML (missing:  MUSICXML_LIBRARY MUSICXML_INCLUDE_DIR) -- Could NOT find PORTSMF (missing:  PORTSMF_LIBRARY PORTSMF_INCLUDE_DIR) -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) -- Could NOT find STK (missing:  STK_LIBRARY STK_INCLUDE_DIR) -- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR) -- Could NOT find VSTSDK2X (missing:  VSTSDK2X_INCLUDE_DIR) -- Using atomic builtins. -- USE_LRINT is enabled. -- Could NOT find CURL (missing:  CURL_LIBRARY CURL_INCLUDE_DIR) -- Not using CURL for urls - not found. -- USE_OPEN_MP is enabled. -- GIT: /usr/bin/git -- HASH: 721ecb82aa4091345e8ba552639ae76b5686283a -- SCORE PARSER being built. -- Not building with new parser debugging. -- Building with multicore support. -- USE_GETTEXT is enabled. -- Using GNU gettext. -- Setting textdomain to /usr/local/share/locale. -- Building on Linux. --   ADDING LIBRT LIBRARY: /usr/lib/i386-linux-gnu/librt.so. -- Could NOT find Boost -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) -- Boost_INCLUDE_DIRS="Boost_INCLUDE_DIR-NOTFOUND", so disabling BUILD_CHUA_OPCODES -- BUILD_CHUA_OPCODES is disabled. -- BUILD_DSSI_OPCODES is enabled. -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling BUILD_FLUID_OPCODES -- BUILD_FLUID_OPCODES is disabled. -- BUILD_JACK_OPCODES is enabled. -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled. -- LIBLO_LIBRARY="LIBLO_LIBRARY-NOTFOUND", so disabling BUILD_OSC_OPCODES -- OSC_HEADER="", so disabling BUILD_OSC_OPCODES -- BUILD_OSC_OPCODES is disabled. -- BUILD_IMAGE_OPCODES is enabled. -- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_PYTHON_OPCODES -- BUILD_PYTHON_OPCODES is disabled. -- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_LUA_OPCODES -- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_LUA_OPCODES -- BUILD_LUA_OPCODES is disabled. -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES -- WIIUSE_LIB="WIIUSE_LIB-NOTFOUND", so disabling BUILD_WIIMOTE_OPCODES -- BUILD_WIIMOTE_OPCODES is disabled. -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES -- BUILD_P5GLOVE_OPCODES is disabled. -- BUILD_FAUST_OPCODES is disabled. -- BUILD_VST4CS_OPCODES is disabled. -- VSTSDK2X_INCLUDE_DIR: VSTSDK2X_INCLUDE_DIR-NOTFOUND -- Could NOT find STK (missing:  STK_LIBRARY STK_INCLUDE_DIR) -- STK_FOUND="FALSE", so disabling BUILD_STK_OPCODES -- STK_INCLUDE_DIR="STK_INCLUDE_DIR-NOTFOUND", so disabling BUILD_STK_OPCODES -- BUILD_STK_OPCODES is disabled. -- HDF5_library="HDF5_library-NOTFOUND", so disabling BUILD_HDF5_OPCODES -- HDF5_H="", so disabling BUILD_HDF5_OPCODES -- BUILD_HDF5_OPCODES is disabled. -- websockets_library="websockets_library-NOTFOUND", so disabling BUILD_WEBSOCKET_OPCODE -- WEBSOCKETS_H="WEBSOCKETS_H-NOTFOUND", so disabling BUILD_WEBSOCKET_OPCODE -- LIBWEBSOCKET_CANCEL_SERVICE="", so disabling BUILD_WEBSOCKET_OPCODE -- BUILD_WEBSOCKET_OPCODE is disabled. -- -- ## REALTIME AUDIO AND MIDI ## -- APPLE="", so disabling USE_COREMIDI -- COREMIDI_INCLUDE_PATH="COREMIDI_INCLUDE_PATH-NOTFOUND", so disabling USE_COREMIDI -- COREMIDI_LIBRARY="COREMIDI_LIBRARY-NOTFOUND", so disabling USE_COREMIDI -- COREFOUNDATION_LIBRARY="COREFOUNDATION_LIBRARY-NOTFOUND", so disabling USE_COREMIDI -- USE_COREMIDI is disabled. -- APPLE="", so disabling USE_AUDIOUNIT -- COREAUDIO_INCLUDE_PATH="COREAUDIO_INCLUDE_PATH-NOTFOUND", so disabling USE_AUDIOUNIT -- COREAUDIO_LIBRARY="COREAUDIO_LIBRARY-NOTFOUND", so disabling USE_AUDIOUNIT -- AUDIOUNIT_INCLUDE_PATH="AUDIOUNIT_INCLUDE_PATH-NOTFOUND", so disabling USE_AUDIOUNIT -- AUDIOUNIT_LIBRARY="AUDIOUNIT_LIBRARY-NOTFOUND", so disabling USE_AUDIOUNIT -- COREFOUNDATION_LIBRARY="COREFOUNDATION_LIBRARY-NOTFOUND", so disabling USE_AUDIOUNIT -- USE_AUDIOUNIT is disabled. -- USE_ALSA is enabled. -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling USE_PULSEAUDIO -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling USE_PULSEAUDIO -- USE_PULSEAUDIO is disabled. -- PORTAUDIO_INCLUDE_PATH="PORTAUDIO_INCLUDE_PATH-NOTFOUND", so disabling USE_PORTAUDIO -- PORTAUDIO_LIBRARY="PORTAUDIO_LIBRARY-NOTFOUND", so disabling USE_PORTAUDIO -- PORTAUDIO_TEST_COMPILED="", so disabling USE_PORTAUDIO -- USE_PORTAUDIO is disabled. -- Not building Portaudio Driver... -- Portaudio v19 Found: false. -- PORTMIDI_INCLUDE_PATH="PORTMIDI_INCLUDE_PATH-NOTFOUND", so disabling USE_PORTMIDI -- PORTMIDI_LIBRARY="PORTMIDI_LIBRARY-NOTFOUND", so disabling USE_PORTMIDI -- PORTTIME_LIBRARY="PORTTIME_LIBRARY-NOTFOUND", so disabling USE_PORTMIDI -- USE_PORTMIDI is disabled. -- USE_JACK is enabled. -- USE_FLTK is enabled. -- BUILD_VIRTUAL_KEYBOARD is enabled. -- -- Building C++ interface library. -- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR) (Required is at least version "2.0") -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) -- PYTHON_LIBRARY: PYTHON_LIBRARY-NOTFOUND -- SWIG_FOUND="FALSE", so disabling BUILD_PYTHON_INTERFACE -- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_PYTHON_INTERFACE -- BUILD_PYTHON_INTERFACE is disabled. -- SWIG_FOUND="FALSE", so disabling BUILD_JAVA_INTERFACE -- BUILD_JAVA_INTERFACE is disabled. -- SWIG_FOUND="FALSE", so disabling BUILD_LUA_INTERFACE -- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_LUA_INTERFACE -- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_LUA_INTERFACE -- BUILD_LUA_INTERFACE is disabled. -- Building csLadspa. -- BUILD_CSBEATS is enabled. -- PD_HEADER_PATH="PD_HEADER_PATH-NOTFOUND", so disabling BUILD_PD_CLASS -- BUILD_PD_CLASS is disabled. -- BUILD_WINSOUND is disabled. -- Could NOT find Boost -- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR) -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) -- Boost_INCLUDE_DIRS="Boost_INCLUDE_DIR-NOTFOUND", so disabling BUILD_CSOUND_AC -- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC -- BUILD_CSOUND_AC is disabled. -- SWIG_FOUND="FALSE", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE -- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE -- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE -- BUILD_CSOUND_AC_PYTHON_INTERFACE is disabled. -- SWIG_FOUND="FALSE", so disabling BUILD_CSOUND_AC_LUA_INTERFACE -- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_CSOUND_AC_LUA_INTERFACE -- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_CSOUND_AC_LUA_INTERFACE -- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC_LUA_INTERFACE -- BUILD_CSOUND_AC_LUA_INTERFACE is disabled. -- BUILD_CSOUNDVST is disabled. -- BUILD_CSOUNDVST: OFF. -- Not building csound~ for Max/MSP -- MAX_SDK_ROOT is not defined. -- Not building src_conv (libsndfile or libsamplerate not found). -- CUNIT_LIBRARY="CUNIT_LIBRARY-NOTFOUND", so disabling BUILD_TESTS -- BUILD_STATIC_LIBRARY="OFF", so disabling BUILD_TESTS -- BUILD_TESTS is disabled. -- Configuring done -- Generating done -- Build files have been written to: /home/brian/csound/cs6make     brian   On Wed, 16 Nov 2016 11:51:04 +0000, Rory Walsh wrote: There is a good chance that you already have everything needed. Might be an idea to try to build Csound now and see what happens. You may still be missing some dependencies, but you can probably install them as you go along? I remember getting caught out with the build-dep thing a while back when installing on a fresh machine. In the end I skipped that step and installed what I needed manually.   On 16 November 2016 at 11:41, <brian@amsynth.com> wrote: Would it be one of these?  Debian sources     brian On Wed, 16 Nov 2016 12:32:59 +0100, brian@AMSYNTH.COM wrote: For Debian, the most recent I can find is the one I have in my repos:  libgmm++-dev 4.2.1~beta1~svn4635~dfsg-3   brian   On Wed, 16 Nov 2016 10:43:51 +0000, Rory Walsh wrote: Can you try manually installing the latest version of libgmm++-dev?  On 16 November 2016 at 09:08, <brian@amsynth.com> wrote: Ok, I unchecked the deb-src lines and tried to build the dependencies, but this is what I got: Build-Depends dependency for csound cannot be satisfied because candidate version of package libgmm++-dev can't satisfy version requirements   brian   On Mon, 14 Nov 2016 11:11:21 +0100, Anders Genell wrote: I'll answer inline below 14 nov. 2016 kl. 10:29 skrev brian@AMSYNTH.COM: Hi Anders and Rory, and thanks for responding! :) I'll check the sources.list file. I tried adding the github address to the synaptic repositories, but that didn't work for some reason. (Maybe it's the wrong approach..?) Yes, that is unfortunately the wrong approach, although it would seem logical.  The sources for Debian/ubuntu must be the ones provided by Debian/Ubuntu.  There are two issues here: Fist you need Debian sources that are used for building almost anything on a Debian system. Those are enabled by editing sources.list Then you need the specific csound sources. Those you download from the csound github page. A good way to do that is to install the git program  sudo apt-get install git and then get the sources git clone https://github.com/csound/csound and follow build instructions in build.md The error message is exactly what is also mentioned on the Csound Github "Build.md" page: E: You must put some 'source' URIs in your sources.list Yes, that is because you cannot build stuff without sources, and without "deb-src"-lines in sources.list apt-get cannot find them.  Also, should I be looking at the Github page maintained by Iain or the one by Lazzarini? csound.github.io Lastly, should I uninstall the repository version of Csound?  (6.03)  Do I have to purge the data files also?   That is recommended, as there could be issues with conflicting versions.  Regards, Anders Many thanks in advance, brian   On Sun, 13 Nov 2016 22:03:15 +0100, Anders Genell wrote: Also, just to be clear, if you haven't enabled source packages in your sources list there will be no source packages installed.  To enable, edit /etc/apt/sources.list  and remove the # in front of all dec-src lines.  Save and run apt-get update.  Now you should be able to install source packages.  Regards, Anders 13 nov. 2016 kl. 21:54 skrev Rory Walsh <rorywalsh@EAR.IE>: I think build-dep csound is a little out of date. Can you post the error you get? On 13 November 2016 at 18:48, <brian@amsynth.com> wrote: Hi all, seems like every time I have to build Csound from Git, something trips me up. This time, I can't see if I have all the dependencies. When I do apt-get build-dep csound it says I have to add a URI to the sources.list.   Can someone walk me through this one?   brian   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 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     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

 

 

Date2016-11-16 17:54
Fromjpff
SubjectRe: Building Csound in AntiX (Debian)
Aain the virtal keyboard is optional, o install libjpeg62-dev

On Wed, 16 Nov 2016, brian@AMSYNTH.COM wrote:

> 
> Hi Rory,
> 
> all went well, until this point:
> 
> [ 81%] Building CXX object
> InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o
> Linking CXX shared module ../libvirtual.so
> /usr/bin/ld: cannot find -ljpeg
> collect2: error: ld returned 1 exit status
> InOut/CMakeFiles/virtual.dir/build.make:293: recipe for target 'libvirtual.so'
> failed
> make[2]: *** [libvirtual.so] Error 1
> CMakeFiles/Makefile2:1411: recipe for target
> 'InOut/CMakeFiles/virtual.dir/all' failed
> make[1]: *** [InOut/CMakeFiles/virtual.dir/all] Error 2
> Makefile:147: recipe for target 'all' failed
> make: *** [all] Error 2
> 
>  
> 
> brian
> 
>  
> 
> On Wed, 16 Nov 2016 12:38:14 +0000, Rory Walsh wrote:
>
>       That's Ok. As far as I know, libsndfile is the only library that
>       has to be present to build Csound. But I could be wrong on this.
>       Anyhow, what happens when you run sudo make from the build dir? 
> 
> On 16 November 2016 at 12:20,  wrote:
>
>       Ok. I installed the libgmm++-dev file provided in my repos,
>       and tried cmake. But I think I'm missing too many things. I
>       have Curl installed, but it's not finding it. (Maybe a
>       problem with permissions?)
>
>       Here is what I got:
>
>       cmake ../csound
>       -- /home/brian/csound/csound
>       -- LIBRARY INSTALL DIR: lib
>       -- Building with 64-bit floats
>       -- Not using Custom.cmake file.
>       -- BUILD_BIN_DIR set to /home/brian/csound/cs6make.
>       -- BUILD_LIB_DIR set to /home/brian/csound/cs6make.
>       -- BUILD_PLUGINS_DIR set to /home/brian/csound/cs6make.
>       -- Could NOT find Boost
>       -- Could NOT find CURL (missing:  CURL_LIBRARY
>       CURL_INCLUDE_DIR)
>       -- LIBLO_LIBRARY (missing:  LIBLO_INCLUDE_DIR)
>       -- Could NOT find LUAJIT (missing:  LUAJIT_LIBRARY
>       LUAJIT_INCLUDE_DIR)
>       -- Could NOT find MUSICXML (missing:  MUSICXML_LIBRARY
>       MUSICXML_INCLUDE_DIR)
>       -- Could NOT find PORTSMF (missing:  PORTSMF_LIBRARY
>       PORTSMF_INCLUDE_DIR)
>       -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES
>       PYTHON_INCLUDE_DIRS)
>       -- Could NOT find STK (missing:  STK_LIBRARY
>       STK_INCLUDE_DIR)
>       -- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR)
>       -- Could NOT find VSTSDK2X (missing:  VSTSDK2X_INCLUDE_DIR)
>       -- Using atomic builtins.
>       -- USE_LRINT is enabled.
>       -- Could NOT find CURL (missing:  CURL_LIBRARY
>       CURL_INCLUDE_DIR)
>       -- Not using CURL for urls - not found.
>       -- USE_OPEN_MP is enabled.
>       -- GIT: /usr/bin/git
>       -- HASH: 721ecb82aa4091345e8ba552639ae76b5686283a
>       -- SCORE PARSER being built.
>       -- Not building with new parser debugging.
>       -- Building with multicore support.
>       -- USE_GETTEXT is enabled.
>       -- Using GNU gettext.
>       -- Setting textdomain to /usr/local/share/locale.
>       -- Building on Linux.
>       --   ADDING LIBRT LIBRARY: /usr/lib/i386-linux-gnu/librt.so.
>       -- Could NOT find Boost
>       -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES
>       PYTHON_INCLUDE_DIRS)
>       -- Boost_INCLUDE_DIRS="Boost_INCLUDE_DIR-NOTFOUND", so
>       disabling BUILD_CHUA_OPCODES
>       -- BUILD_CHUA_OPCODES is disabled.
>       -- BUILD_DSSI_OPCODES is enabled.
>       -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES
>       -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so
>       disabling BUILD_FLUID_OPCODES
>       -- BUILD_FLUID_OPCODES is disabled.
>       -- BUILD_JACK_OPCODES is enabled.
>       -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES
>       -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled.
>       -- LIBLO_LIBRARY="LIBLO_LIBRARY-NOTFOUND", so disabling
>       BUILD_OSC_OPCODES
>       -- OSC_HEADER="", so disabling BUILD_OSC_OPCODES
>       -- BUILD_OSC_OPCODES is disabled.
>       -- BUILD_IMAGE_OPCODES is enabled.
>       -- PYTHONLIBS_FOUND="FALSE", so disabling
>       BUILD_PYTHON_OPCODES
>       -- BUILD_PYTHON_OPCODES is disabled.
>       -- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling
>       BUILD_LUA_OPCODES
>       -- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling
>       BUILD_LUA_OPCODES
>       -- BUILD_LUA_OPCODES is disabled.
>       -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES
>       -- WIIUSE_LIB="WIIUSE_LIB-NOTFOUND", so disabling
>       BUILD_WIIMOTE_OPCODES
>       -- BUILD_WIIMOTE_OPCODES is disabled.
>       -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES
>       -- BUILD_P5GLOVE_OPCODES is disabled.
>       -- BUILD_FAUST_OPCODES is disabled.
>       -- BUILD_VST4CS_OPCODES is disabled.
>       -- VSTSDK2X_INCLUDE_DIR: VSTSDK2X_INCLUDE_DIR-NOTFOUND
>       -- Could NOT find STK (missing:  STK_LIBRARY
>       STK_INCLUDE_DIR)
>       -- STK_FOUND="FALSE", so disabling BUILD_STK_OPCODES
>       -- STK_INCLUDE_DIR="STK_INCLUDE_DIR-NOTFOUND", so disabling
>       BUILD_STK_OPCODES
>       -- BUILD_STK_OPCODES is disabled.
>       -- HDF5_library="HDF5_library-NOTFOUND", so disabling
>       BUILD_HDF5_OPCODES
>       -- HDF5_H="", so disabling BUILD_HDF5_OPCODES
>       -- BUILD_HDF5_OPCODES is disabled.
>       -- websockets_library="websockets_library-NOTFOUND", so
>       disabling BUILD_WEBSOCKET_OPCODE
>       -- WEBSOCKETS_H="WEBSOCKETS_H-NOTFOUND", so disabling
>       BUILD_WEBSOCKET_OPCODE
>       -- LIBWEBSOCKET_CANCEL_SERVICE="", so disabling
>       BUILD_WEBSOCKET_OPCODE
>       -- BUILD_WEBSOCKET_OPCODE is disabled.
>       --
>       -- ## REALTIME AUDIO AND MIDI ##
>       -- APPLE="", so disabling USE_COREMIDI
>       -- COREMIDI_INCLUDE_PATH="COREMIDI_INCLUDE_PATH-NOTFOUND",
>       so disabling USE_COREMIDI
>       -- COREMIDI_LIBRARY="COREMIDI_LIBRARY-NOTFOUND", so
>       disabling USE_COREMIDI
>       -- COREFOUNDATION_LIBRARY="COREFOUNDATION_LIBRARY-NOTFOUND",
>       so disabling USE_COREMIDI
>       -- USE_COREMIDI is disabled.
>       -- APPLE="", so disabling USE_AUDIOUNIT
>       -- COREAUDIO_INCLUDE_PATH="COREAUDIO_INCLUDE_PATH-NOTFOUND",
>       so disabling USE_AUDIOUNIT
>       -- COREAUDIO_LIBRARY="COREAUDIO_LIBRARY-NOTFOUND", so
>       disabling USE_AUDIOUNIT
>       -- AUDIOUNIT_INCLUDE_PATH="AUDIOUNIT_INCLUDE_PATH-NOTFOUND",
>       so disabling USE_AUDIOUNIT
>       -- AUDIOUNIT_LIBRARY="AUDIOUNIT_LIBRARY-NOTFOUND", so
>       disabling USE_AUDIOUNIT
>       -- COREFOUNDATION_LIBRARY="COREFOUNDATION_LIBRARY-NOTFOUND",
>       so disabling USE_AUDIOUNIT
>       -- USE_AUDIOUNIT is disabled.
>       -- USE_ALSA is enabled.
>       -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO
>       -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so
>       disabling USE_PULSEAUDIO
>       -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so
>       disabling USE_PULSEAUDIO
>       -- USE_PULSEAUDIO is disabled.
>       -- PORTAUDIO_INCLUDE_PATH="PORTAUDIO_INCLUDE_PATH-NOTFOUND",
>       so disabling USE_PORTAUDIO
>       -- PORTAUDIO_LIBRARY="PORTAUDIO_LIBRARY-NOTFOUND", so
>       disabling USE_PORTAUDIO
>       -- PORTAUDIO_TEST_COMPILED="", so disabling USE_PORTAUDIO
>       -- USE_PORTAUDIO is disabled.
>       -- Not building Portaudio Driver...
>       -- Portaudio v19 Found: false.
>       -- PORTMIDI_INCLUDE_PATH="PORTMIDI_INCLUDE_PATH-NOTFOUND",
>       so disabling USE_PORTMIDI
>       -- PORTMIDI_LIBRARY="PORTMIDI_LIBRARY-NOTFOUND", so
>       disabling USE_PORTMIDI
>       -- PORTTIME_LIBRARY="PORTTIME_LIBRARY-NOTFOUND", so
>       disabling USE_PORTMIDI
>       -- USE_PORTMIDI is disabled.
>       -- USE_JACK is enabled.
>       -- USE_FLTK is enabled.
>       -- BUILD_VIRTUAL_KEYBOARD is enabled.
>       --
>       -- Building C++ interface library.
>       -- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR)
>       (Required is at least version "2.0")
>       -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES
>       PYTHON_INCLUDE_DIRS)
>       -- PYTHON_LIBRARY: PYTHON_LIBRARY-NOTFOUND
>       -- SWIG_FOUND="FALSE", so disabling BUILD_PYTHON_INTERFACE
>       -- PYTHONLIBS_FOUND="FALSE", so disabling
>       BUILD_PYTHON_INTERFACE
>       -- BUILD_PYTHON_INTERFACE is disabled.
>       -- SWIG_FOUND="FALSE", so disabling BUILD_JAVA_INTERFACE
>       -- BUILD_JAVA_INTERFACE is disabled.
>       -- SWIG_FOUND="FALSE", so disabling BUILD_LUA_INTERFACE
>       -- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling
>       BUILD_LUA_INTERFACE
>       -- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling
>       BUILD_LUA_INTERFACE
>       -- BUILD_LUA_INTERFACE is disabled.
>       -- Building csLadspa.
>       -- BUILD_CSBEATS is enabled.
>       -- PD_HEADER_PATH="PD_HEADER_PATH-NOTFOUND", so disabling
>       BUILD_PD_CLASS
>       -- BUILD_PD_CLASS is disabled.
>       -- BUILD_WINSOUND is disabled.
>       -- Could NOT find Boost
>       -- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR)
>       -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES
>       PYTHON_INCLUDE_DIRS)
>       -- Boost_INCLUDE_DIRS="Boost_INCLUDE_DIR-NOTFOUND", so
>       disabling BUILD_CSOUND_AC
>       -- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling
>       BUILD_CSOUND_AC
>       -- BUILD_CSOUND_AC is disabled.
>       -- SWIG_FOUND="FALSE", so disabling
>       BUILD_CSOUND_AC_PYTHON_INTERFACE
>       -- PYTHONLIBS_FOUND="FALSE", so disabling
>       BUILD_CSOUND_AC_PYTHON_INTERFACE
>       -- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling
>       BUILD_CSOUND_AC_PYTHON_INTERFACE
>       -- BUILD_CSOUND_AC_PYTHON_INTERFACE is disabled.
>       -- SWIG_FOUND="FALSE", so disabling
>       BUILD_CSOUND_AC_LUA_INTERFACE
>       -- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling
>       BUILD_CSOUND_AC_LUA_INTERFACE
>       -- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling
>       BUILD_CSOUND_AC_LUA_INTERFACE
>       -- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling
>       BUILD_CSOUND_AC_LUA_INTERFACE
>       -- BUILD_CSOUND_AC_LUA_INTERFACE is disabled.
>       -- BUILD_CSOUNDVST is disabled.
>       -- BUILD_CSOUNDVST: OFF.
>       -- Not building csound~ for Max/MSP
>       -- MAX_SDK_ROOT is not defined.
>       -- Not building src_conv (libsndfile or libsamplerate not
>       found).
>       -- CUNIT_LIBRARY="CUNIT_LIBRARY-NOTFOUND", so disabling
>       BUILD_TESTS
>       -- BUILD_STATIC_LIBRARY="OFF", so disabling BUILD_TESTS
>       -- BUILD_TESTS is disabled.
>       -- Configuring done
>       -- Generating done
>       -- Build files have been written to:
>       /home/brian/csound/cs6make
>
>        
>
>        
>
>       brian
>
>        
>
>       On Wed, 16 Nov 2016 11:51:04 +0000, Rory Walsh wrote:
>
>             There is a good chance that you already have
>             everything needed. Might be an idea to try to
>             build Csound now and see what happens. You may
>             still be missing some dependencies, but you can
>             probably install them as you go along? I
>             remember getting caught out with the build-dep
>             thing a while back when installing on a fresh
>             machine. In the end I skipped that step and
>             installed what I needed manually.  
> 
> On 16 November 2016 at 11:41,  wrote:
>
>       Would it be one of these? 
>
>       Debian sources
>
>        
>
>        
>
>       brian
>
>       On Wed, 16 Nov 2016 12:32:59 +0100,
>       brian@AMSYNTH.COM wrote:
>
>             For Debian, the most recent I can
>             find is the one I have in my repos: 
>             libgmm++-dev
>             4.2.1~beta1~svn4635~dfsg-3
>
>              
>
>             brian
>
>              
>
>             On Wed, 16 Nov 2016 10:43:51 +0000,
>             Rory Walsh wrote:
>
>                   Can you try manually
>                   installing the latest
>                   version of
>                   libgmm++-dev? 
> 
> On 16 November 2016 at 09:08,
>  wrote:
>
>       Ok, I unchecked the deb-src
>       lines and tried to build the
>       dependencies, but this is what
>       I got:
>
>             Build-Depends
>             dependency for
>             csound cannot be
>             satisfied because
>             candidate version
>             of package
>             libgmm++-dev can't
>             satisfy version
>             requirements
>
>        
>
>       brian
>
>        
>
>       On Mon, 14 Nov 2016 11:11:21
>       +0100, Anders Genell wrote:
>
>             I'll answer inline
>             below
> 
> 14 nov. 2016 kl. 10:29 skrev
> brian@AMSYNTH.COM:
>
>       Hi Anders and
>       Rory, and thanks
>       for responding! :)
>
>       I'll check the
>       sources.list file.
>       I tried adding the
>       github address to
>       the synaptic
>       repositories, but
>       that didn't work
>       for some reason.
>       (Maybe it's the
>       wrong approach..?)
> 
> Yes, that is unfortunately the
> wrong approach, although it
> would seem logical. 
> The sources for Debian/ubuntu
> must be the ones provided by
> Debian/Ubuntu. 
> There are two issues here:
> Fist you need Debian sources
> that are used for building
> almost anything on a Debian
> system. Those are enabled by
> editing sources.list
> Then you need the specific
> csound sources. Those you
> download from the csound
> github page. A good way to do
> that is to install the git
> program 
> sudo apt-get install git
> and then get the sources
> git clone
> https://github.com/csound/csound
> and follow build instructions
> in build.md
>
>       The error message
>       is exactly what is
>       also mentioned on
>       the Csound Github
>       "Build.md" page:
>
>       E: You must put
>       some 'source' URIs
>       in your
>       sources.list
> 
> Yes, that is because you
> cannot build stuff without
> sources, and without
> "deb-src"-lines in
> sources.list apt-get cannot
> find them. 
>
>       Also, should I be
>       looking at the
>       Github page
>       maintained by Iain
>       or the one by
>       Lazzarini?
> 
> csound.github.io
>
>       Lastly, should I
>       uninstall the
>       repository version
>       of Csound? 
>       (6.03)  Do I have
>       to purge the data
>       files also?
>
>        
> 
> That is recommended, as there
> could be issues with
> conflicting versions. 
> Regards,
> Anders
>
>       Many thanks in
>       advance,
>
>       brian
>
>        
>
>       On Sun, 13 Nov
>       2016 22:03:15
>       +0100, Anders
>       Genell wrote:
>
>             Also,
>             just
>             to be
>             clear,
>             if you
>             haven't
>             enabled
>             source
>             packages
>             in
>             your
>             sources
>             list
>             there
>             will
>             be no
>             source
>             packages
>             installed. 
> To enable, edit
> /etc/apt/sources.list 
> and remove the #
> in front of all
> dec-src lines. 
> Save and run
> apt-get update. 
> Now you should be
> able to install
> source packages. 
> Regards,
> Anders
> 
> 13 nov. 2016 kl.
> 21:54 skrev Rory
> Walsh
> :
>
>       I
>       think build-dep
>       csound
>       is a
>       little
>       out of
>       date.
>       Can
>       you
>       post
>       the
>       error
>       you
>       get?
> 
> On 13
> November
> 2016 at
> 18:48,
> 
> wrote:
>
>       Hi
>       all,
>
>       seems
>       like
>       every
>       time
>       I
>       have
>       to
>       build
>       Csound
>       from
>       Git,
>       something
>       trips
>       me
>       up.
>       This
>       time,
>       I
>       can't
>       see
>       if
>       I
>       have
>       all
>       the
>       dependencies.
>       When
>       I
>       do
>       apt-get
>       build-dep
>       csound
>       it
>       says
>       I
>       have
>       to
>       add
>       a
>       URI
>       to
>       the
>       sources.list.
>
>        
>
>       Can
>       someone
>       walk
>       me
>       through
>       this
>       one?
>
>        
>
>       brian
>
>        
> 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
> 
> 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
> 
>  
> 
>  
> 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
> 
>  
> 
>  
> 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-11-16 18:38
Frombrian@AMSYNTH.COM
SubjectRe: Building Csound in AntiX (Debian)

Ok, so let's say that I don't need the virtual keyboard.  But the installation didn't finish.  It only reached 81% and then stopped, with the error indicated.

 

brian

On Wed, 16 Nov 2016 17:54:58 +0000, jpff wrote:

Aain the virtal keyboard is optional, o install libjpeg62-dev

On Wed, 16 Nov 2016, brian@AMSYNTH.COMwrote:
Hi Rory, all went well, until this point: [ 81%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o Linking CXX shared module ../libvirtual.so /usr/bin/ld: cannot find -ljpeg collect2: error: ld returned 1 exit status InOut/CMakeFiles/virtual.dir/build.make:293: recipe for target 'libvirtual.so' failed make[2]: *** [libvirtual.so] Error 1 CMakeFiles/Makefile2:1411: recipe for target 'InOut/CMakeFiles/virtual.dir/all' failed make[1]: *** [InOut/CMakeFiles/virtual.dir/all] Error 2 Makefile:147: recipe for target 'all' failed make: *** [all] Error 2   brian   On Wed, 16 Nov 2016 12:38:14 +0000, Rory Walsh wrote: That's Ok. As far as I know, libsndfile is the only library that has to be present to build Csound. But I could be wrong on this. Anyhow, what happens when you run sudo make from the build dir?  On 16 November 2016 at 12:20, <brian@amsynth.com> wrote: Ok. I installed the libgmm++-dev file provided in my repos, and tried cmake. But I think I'm missing too many things. I have Curl installed, but it's not finding it. (Maybe a problem with permissions?) Here is what I got: cmake ../csound -- /home/brian/csound/csound -- LIBRARY INSTALL DIR: lib -- Building with 64-bit floats -- Not using Custom.cmake file. -- BUILD_BIN_DIR set to /home/brian/csound/cs6make. -- BUILD_LIB_DIR set to /home/brian/csound/cs6make. -- BUILD_PLUGINS_DIR set to /home/brian/csound/cs6make. -- Could NOT find Boost -- Could NOT find CURL (missing:  CURL_LIBRARY CURL_INCLUDE_DIR) -- LIBLO_LIBRARY (missing:  LIBLO_INCLUDE_DIR) -- Could NOT find LUAJIT (missing:  LUAJIT_LIBRARY LUAJIT_INCLUDE_DIR) -- Could NOT find MUSICXML (missing:  MUSICXML_LIBRARY MUSICXML_INCLUDE_DIR) -- Could NOT find PORTSMF (missing:  PORTSMF_LIBRARY PORTSMF_INCLUDE_DIR) -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) -- Could NOT find STK (missing:  STK_LIBRARY STK_INCLUDE_DIR) -- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR) -- Could NOT find VSTSDK2X (missing:  VSTSDK2X_INCLUDE_DIR) -- Using atomic builtins. -- USE_LRINT is enabled. -- Could NOT find CURL (missing:  CURL_LIBRARY CURL_INCLUDE_DIR) -- Not using CURL for urls - not found. -- USE_OPEN_MP is enabled. -- GIT: /usr/bin/git -- HASH: 721ecb82aa4091345e8ba552639ae76b5686283a -- SCORE PARSER being built. -- Not building with new parser debugging. -- Building with multicore support. -- USE_GETTEXT is enabled. -- Using GNU gettext. -- Setting textdomain to /usr/local/share/locale. -- Building on Linux. --   ADDING LIBRT LIBRARY: /usr/lib/i386-linux-gnu/librt.so. -- Could NOT find Boost -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) -- Boost_INCLUDE_DIRS="Boost_INCLUDE_DIR-NOTFOUND", so disabling BUILD_CHUA_OPCODES -- BUILD_CHUA_OPCODES is disabled. -- BUILD_DSSI_OPCODES is enabled. -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling BUILD_FLUID_OPCODES -- BUILD_FLUID_OPCODES is disabled. -- BUILD_JACK_OPCODES is enabled. -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled. -- LIBLO_LIBRARY="LIBLO_LIBRARY-NOTFOUND", so disabling BUILD_OSC_OPCODES -- OSC_HEADER="", so disabling BUILD_OSC_OPCODES -- BUILD_OSC_OPCODES is disabled. -- BUILD_IMAGE_OPCODES is enabled. -- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_PYTHON_OPCODES -- BUILD_PYTHON_OPCODES is disabled. -- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_LUA_OPCODES -- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_LUA_OPCODES -- BUILD_LUA_OPCODES is disabled. -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES -- WIIUSE_LIB="WIIUSE_LIB-NOTFOUND", so disabling BUILD_WIIMOTE_OPCODES -- BUILD_WIIMOTE_OPCODES is disabled. -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES -- BUILD_P5GLOVE_OPCODES is disabled. -- BUILD_FAUST_OPCODES is disabled. -- BUILD_VST4CS_OPCODES is disabled. -- VSTSDK2X_INCLUDE_DIR: VSTSDK2X_INCLUDE_DIR-NOTFOUND -- Could NOT find STK (missing:  STK_LIBRARY STK_INCLUDE_DIR) -- STK_FOUND="FALSE", so disabling BUILD_STK_OPCODES -- STK_INCLUDE_DIR="STK_INCLUDE_DIR-NOTFOUND", so disabling BUILD_STK_OPCODES -- BUILD_STK_OPCODES is disabled. -- HDF5_library="HDF5_library-NOTFOUND", so disabling BUILD_HDF5_OPCODES -- HDF5_H="", so disabling BUILD_HDF5_OPCODES -- BUILD_HDF5_OPCODES is disabled. -- websockets_library="websockets_library-NOTFOUND", so disabling BUILD_WEBSOCKET_OPCODE -- WEBSOCKETS_H="WEBSOCKETS_H-NOTFOUND", so disabling BUILD_WEBSOCKET_OPCODE -- LIBWEBSOCKET_CANCEL_SERVICE="", so disabling BUILD_WEBSOCKET_OPCODE -- BUILD_WEBSOCKET_OPCODE is disabled. -- -- ## REALTIME AUDIO AND MIDI ## -- APPLE="", so disabling USE_COREMIDI -- COREMIDI_INCLUDE_PATH="COREMIDI_INCLUDE_PATH-NOTFOUND", so disabling USE_COREMIDI -- COREMIDI_LIBRARY="COREMIDI_LIBRARY-NOTFOUND", so disabling USE_COREMIDI -- COREFOUNDATION_LIBRARY="COREFOUNDATION_LIBRARY-NOTFOUND", so disabling USE_COREMIDI -- USE_COREMIDI is disabled. -- APPLE="", so disabling USE_AUDIOUNIT -- COREAUDIO_INCLUDE_PATH="COREAUDIO_INCLUDE_PATH-NOTFOUND", so disabling USE_AUDIOUNIT -- COREAUDIO_LIBRARY="COREAUDIO_LIBRARY-NOTFOUND", so disabling USE_AUDIOUNIT -- AUDIOUNIT_INCLUDE_PATH="AUDIOUNIT_INCLUDE_PATH-NOTFOUND", so disabling USE_AUDIOUNIT -- AUDIOUNIT_LIBRARY="AUDIOUNIT_LIBRARY-NOTFOUND", so disabling USE_AUDIOUNIT -- COREFOUNDATION_LIBRARY="COREFOUNDATION_LIBRARY-NOTFOUND", so disabling USE_AUDIOUNIT -- USE_AUDIOUNIT is disabled. -- USE_ALSA is enabled. -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling USE_PULSEAUDIO -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling USE_PULSEAUDIO -- USE_PULSEAUDIO is disabled. -- PORTAUDIO_INCLUDE_PATH="PORTAUDIO_INCLUDE_PATH-NOTFOUND", so disabling USE_PORTAUDIO -- PORTAUDIO_LIBRARY="PORTAUDIO_LIBRARY-NOTFOUND", so disabling USE_PORTAUDIO -- PORTAUDIO_TEST_COMPILED="", so disabling USE_PORTAUDIO -- USE_PORTAUDIO is disabled. -- Not building Portaudio Driver... -- Portaudio v19 Found: false. -- PORTMIDI_INCLUDE_PATH="PORTMIDI_INCLUDE_PATH-NOTFOUND", so disabling USE_PORTMIDI -- PORTMIDI_LIBRARY="PORTMIDI_LIBRARY-NOTFOUND", so disabling USE_PORTMIDI -- PORTTIME_LIBRARY="PORTTIME_LIBRARY-NOTFOUND", so disabling USE_PORTMIDI -- USE_PORTMIDI is disabled. -- USE_JACK is enabled. -- USE_FLTK is enabled. -- BUILD_VIRTUAL_KEYBOARD is enabled. -- -- Building C++ interface library. -- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR) (Required is at least version "2.0") -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) -- PYTHON_LIBRARY: PYTHON_LIBRARY-NOTFOUND -- SWIG_FOUND="FALSE", so disabling BUILD_PYTHON_INTERFACE -- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_PYTHON_INTERFACE -- BUILD_PYTHON_INTERFACE is disabled. -- SWIG_FOUND="FALSE", so disabling BUILD_JAVA_INTERFACE -- BUILD_JAVA_INTERFACE is disabled. -- SWIG_FOUND="FALSE", so disabling BUILD_LUA_INTERFACE -- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_LUA_INTERFACE -- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_LUA_INTERFACE -- BUILD_LUA_INTERFACE is disabled. -- Building csLadspa. -- BUILD_CSBEATS is enabled. -- PD_HEADER_PATH="PD_HEADER_PATH-NOTFOUND", so disabling BUILD_PD_CLASS -- BUILD_PD_CLASS is disabled. -- BUILD_WINSOUND is disabled. -- Could NOT find Boost -- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR) -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) -- Boost_INCLUDE_DIRS="Boost_INCLUDE_DIR-NOTFOUND", so disabling BUILD_CSOUND_AC -- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC -- BUILD_CSOUND_AC is disabled. -- SWIG_FOUND="FALSE", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE -- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE -- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE -- BUILD_CSOUND_AC_PYTHON_INTERFACE is disabled. -- SWIG_FOUND="FALSE", so disabling BUILD_CSOUND_AC_LUA_INTERFACE -- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_CSOUND_AC_LUA_INTERFACE -- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_CSOUND_AC_LUA_INTERFACE -- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC_LUA_INTERFACE -- BUILD_CSOUND_AC_LUA_INTERFACE is disabled. -- BUILD_CSOUNDVST is disabled. -- BUILD_CSOUNDVST: OFF. -- Not building csound~ for Max/MSP -- MAX_SDK_ROOT is not defined. -- Not building src_conv (libsndfile or libsamplerate not found). -- CUNIT_LIBRARY="CUNIT_LIBRARY-NOTFOUND", so disabling BUILD_TESTS -- BUILD_STATIC_LIBRARY="OFF", so disabling BUILD_TESTS -- BUILD_TESTS is disabled. -- Configuring done -- Generating done -- Build files have been written to: /home/brian/csound/cs6make     brian   On Wed, 16 Nov 2016 11:51:04 +0000, Rory Walsh wrote: There is a good chance that you already have everything needed. Might be an idea to try to build Csound now and see what happens. You may still be missing some dependencies, but you can probably install them as you go along? I remember getting caught out with the build-dep thing a while back when installing on a fresh machine. In the end I skipped that step and installed what I needed manually.   On 16 November 2016 at 11:41, <brian@amsynth.com> wrote: Would it be one of these?  Debian sources     brian On Wed, 16 Nov 2016 12:32:59 +0100, brian@AMSYNTH.COM wrote: For Debian, the most recent I can find is the one I have in my repos:  libgmm++-dev 4.2.1~beta1~svn4635~dfsg-3   brian   On Wed, 16 Nov 2016 10:43:51 +0000, Rory Walsh wrote: Can you try manually installing the latest version of libgmm++-dev?  On 16 November 2016 at 09:08, <brian@amsynth.com> wrote: Ok, I unchecked the deb-src lines and tried to build the dependencies, but this is what I got: Build-Depends dependency for csound cannot be satisfied because candidate version of package libgmm++-dev can't satisfy version requirements   brian   On Mon, 14 Nov 2016 11:11:21 +0100, Anders Genell wrote: I'll answer inline below 14 nov. 2016 kl. 10:29 skrev brian@AMSYNTH.COM: Hi Anders and Rory, and thanks for responding! :) I'll check the sources.list file. I tried adding the github address to the synaptic repositories, but that didn't work for some reason. (Maybe it's the wrong approach..?) Yes, that is unfortunately the wrong approach, although it would seem logical.  The sources for Debian/ubuntu must be the ones provided by Debian/Ubuntu.  There are two issues here: Fist you need Debian sources that are used for building almost anything on a Debian system. Those are enabled by editing sources.list Then you need the specific csound sources. Those you download from the csound github page. A good way to do that is to install the git program  sudo apt-get install git and then get the sources git clone https://github.com/csound/csound and follow build instructions in build.md The error message is exactly what is also mentioned on the Csound Github "Build.md" page: E: You must put some 'source' URIs in your sources.list Yes, that is because you cannot build stuff without sources, and without "deb-src"-lines in sources.list apt-get cannot find them.  Also, should I be looking at the Github page maintained by Iain or the one by Lazzarini? csound.github.io Lastly, should I uninstall the repository version of Csound?  (6.03)  Do I have to purge the data files also?   That is recommended, as there could be issues with conflicting versions.  Regards, Anders Many thanks in advance, brian   On Sun, 13 Nov 2016 22:03:15 +0100, Anders Genell wrote: Also, just to be clear, if you haven't enabled source packages in your sources list there will be no source packages installed.  To enable, edit /etc/apt/sources.list  and remove the # in front of all dec-src lines.  Save and run apt-get update.  Now you should be able to install source packages.  Regards, Anders 13 nov. 2016 kl. 21:54 skrev Rory Walsh <rorywalsh@EAR.IE>: I think build-dep csound is a little out of date. Can you post the error you get? On 13 November 2016 at 18:48, <brian@amsynth.com> wrote: Hi all, seems like every time I have to build Csound from Git, something trips me up. This time, I can't see if I have all the dependencies. When I do apt-get build-dep csound it says I have to add a URI to the sources.list.   Can someone walk me through this one?   brian   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 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     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     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-11-16 18:46
FromRory Walsh
SubjectRe: Building Csound in AntiX (Debian)
Best thing to do is launch cmake-gui. Then browse to the Csound source, and select the Csound build dir. Once you've set the correct paths you'll see all the options available. You can disable or enable them as you like. Going by the error posted above, I'd first disable the BUILD_IMAGE_OPCODES options, and go from there.   

On 16 November 2016 at 18:38, <brian@amsynth.com> wrote:

Ok, so let's say that I don't need the virtual keyboard.  But the installation didn't finish.  It only reached 81% and then stopped, with the error indicated.

 

brian

On Wed, 16 Nov 2016 17:54:58 +0000, jpff wrote:

Aain the virtal keyboard is optional, o install libjpeg62-dev

On Wed, 16 Nov 2016, brian@AMSYNTH.COMwrote:
Hi Rory, all went well, until this point: [ 81%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o Linking CXX shared module ../libvirtual.so /usr/bin/ld: cannot find -ljpeg collect2: error: ld returned 1 exit status InOut/CMakeFiles/virtual.dir/build.make:293: recipe for target 'libvirtual.so' failed make[2]: *** [libvirtual.so] Error 1 CMakeFiles/Makefile2:1411: recipe for target 'InOut/CMakeFiles/virtual.dir/all' failed make[1]: *** [InOut/CMakeFiles/virtual.dir/all] Error 2 Makefile:147: recipe for target 'all' failed make: *** [all] Error 2   brian   On Wed, 16 Nov 2016 12:38:14 +0000, Rory Walsh wrote: That's Ok. As far as I know, libsndfile is the only library that has to be present to build Csound. But I could be wrong on this. Anyhow, what happens when you run sudo make from the build dir?  On 16 November 2016 at 12:20, <brian@amsynth.com> wrote: Ok. I installed the libgmm++-dev file provided in my repos, and tried cmake. But I think I'm missing too many things. I have Curl installed, but it's not finding it. (Maybe a problem with permissions?) Here is what I got: cmake ../csound -- /home/brian/csound/csound -- LIBRARY INSTALL DIR: lib -- Building with 64-bit floats -- Not using Custom.cmake file. -- BUILD_BIN_DIR set to /home/brian/csound/cs6make. -- BUILD_LIB_DIR set to /home/brian/csound/cs6make. -- BUILD_PLUGINS_DIR set to /home/brian/csound/cs6make. -- Could NOT find Boost -- Could NOT find CURL (missing:  CURL_LIBRARY CURL_INCLUDE_DIR) -- LIBLO_LIBRARY (missing:  LIBLO_INCLUDE_DIR) -- Could NOT find LUAJIT (missing:  LUAJIT_LIBRARY LUAJIT_INCLUDE_DIR) -- Could NOT find MUSICXML (missing:  MUSICXML_LIBRARY MUSICXML_INCLUDE_DIR) -- Could NOT find PORTSMF (missing:  PORTSMF_LIBRARY PORTSMF_INCLUDE_DIR) -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) -- Could NOT find STK (missing:  STK_LIBRARY STK_INCLUDE_DIR) -- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR) -- Could NOT find VSTSDK2X (missing:  VSTSDK2X_INCLUDE_DIR) -- Using atomic builtins. -- USE_LRINT is enabled. -- Could NOT find CURL (missing:  CURL_LIBRARY CURL_INCLUDE_DIR) -- Not using CURL for urls - not found. -- USE_OPEN_MP is enabled. -- GIT: /usr/bin/git -- HASH: 721ecb82aa4091345e8ba552639ae76b5686283a -- SCORE PARSER being built. -- Not building with new parser debugging. -- Building with multicore support. -- USE_GETTEXT is enabled. -- Using GNU gettext. -- Setting textdomain to /usr/local/share/locale. -- Building on Linux. --   ADDING LIBRT LIBRARY: /usr/lib/i386-linux-gnu/librt.so. -- Could NOT find Boost -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) -- Boost_INCLUDE_DIRS="Boost_INCLUDE_DIR-NOTFOUND", so disabling BUILD_CHUA_OPCODES -- BUILD_CHUA_OPCODES is disabled. -- BUILD_DSSI_OPCODES is enabled. -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling BUILD_FLUID_OPCODES -- BUILD_FLUID_OPCODES is disabled. -- BUILD_JACK_OPCODES is enabled. -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled. -- LIBLO_LIBRARY="LIBLO_LIBRARY-NOTFOUND", so disabling BUILD_OSC_OPCODES -- OSC_HEADER="", so disabling BUILD_OSC_OPCODES -- BUILD_OSC_OPCODES is disabled. -- BUILD_IMAGE_OPCODES is enabled. -- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_PYTHON_OPCODES -- BUILD_PYTHON_OPCODES is disabled. -- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_LUA_OPCODES -- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_LUA_OPCODES -- BUILD_LUA_OPCODES is disabled. -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES -- WIIUSE_LIB="WIIUSE_LIB-NOTFOUND", so disabling BUILD_WIIMOTE_OPCODES -- BUILD_WIIMOTE_OPCODES is disabled. -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES -- BUILD_P5GLOVE_OPCODES is disabled. -- BUILD_FAUST_OPCODES is disabled. -- BUILD_VST4CS_OPCODES is disabled. -- VSTSDK2X_INCLUDE_DIR: VSTSDK2X_INCLUDE_DIR-NOTFOUND -- Could NOT find STK (missing:  STK_LIBRARY STK_INCLUDE_DIR) -- STK_FOUND="FALSE", so disabling BUILD_STK_OPCODES -- STK_INCLUDE_DIR="STK_INCLUDE_DIR-NOTFOUND", so disabling BUILD_STK_OPCODES -- BUILD_STK_OPCODES is disabled. -- HDF5_library="HDF5_library-NOTFOUND", so disabling BUILD_HDF5_OPCODES -- HDF5_H="", so disabling BUILD_HDF5_OPCODES -- BUILD_HDF5_OPCODES is disabled. -- websockets_library="websockets_library-NOTFOUND", so disabling BUILD_WEBSOCKET_OPCODE -- WEBSOCKETS_H="WEBSOCKETS_H-NOTFOUND", so disabling BUILD_WEBSOCKET_OPCODE -- LIBWEBSOCKET_CANCEL_SERVICE="", so disabling BUILD_WEBSOCKET_OPCODE -- BUILD_WEBSOCKET_OPCODE is disabled. -- -- ## REALTIME AUDIO AND MIDI ## -- APPLE="", so disabling USE_COREMIDI -- COREMIDI_INCLUDE_PATH="COREMIDI_INCLUDE_PATH-NOTFOUND", so disabling USE_COREMIDI -- COREMIDI_LIBRARY="COREMIDI_LIBRARY-NOTFOUND", so disabling USE_COREMIDI -- COREFOUNDATION_LIBRARY="COREFOUNDATION_LIBRARY-NOTFOUND", so disabling USE_COREMIDI -- USE_COREMIDI is disabled. -- APPLE="", so disabling USE_AUDIOUNIT -- COREAUDIO_INCLUDE_PATH="COREAUDIO_INCLUDE_PATH-NOTFOUND", so disabling USE_AUDIOUNIT -- COREAUDIO_LIBRARY="COREAUDIO_LIBRARY-NOTFOUND", so disabling USE_AUDIOUNIT -- AUDIOUNIT_INCLUDE_PATH="AUDIOUNIT_INCLUDE_PATH-NOTFOUND", so disabling USE_AUDIOUNIT -- AUDIOUNIT_LIBRARY="AUDIOUNIT_LIBRARY-NOTFOUND", so disabling USE_AUDIOUNIT -- COREFOUNDATION_LIBRARY="COREFOUNDATION_LIBRARY-NOTFOUND", so disabling USE_AUDIOUNIT -- USE_AUDIOUNIT is disabled. -- USE_ALSA is enabled. -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling USE_PULSEAUDIO -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling USE_PULSEAUDIO -- USE_PULSEAUDIO is disabled. -- PORTAUDIO_INCLUDE_PATH="PORTAUDIO_INCLUDE_PATH-NOTFOUND", so disabling USE_PORTAUDIO -- PORTAUDIO_LIBRARY="PORTAUDIO_LIBRARY-NOTFOUND", so disabling USE_PORTAUDIO -- PORTAUDIO_TEST_COMPILED="", so disabling USE_PORTAUDIO -- USE_PORTAUDIO is disabled. -- Not building Portaudio Driver... -- Portaudio v19 Found: false. -- PORTMIDI_INCLUDE_PATH="PORTMIDI_INCLUDE_PATH-NOTFOUND", so disabling USE_PORTMIDI -- PORTMIDI_LIBRARY="PORTMIDI_LIBRARY-NOTFOUND", so disabling USE_PORTMIDI -- PORTTIME_LIBRARY="PORTTIME_LIBRARY-NOTFOUND", so disabling USE_PORTMIDI -- USE_PORTMIDI is disabled. -- USE_JACK is enabled. -- USE_FLTK is enabled. -- BUILD_VIRTUAL_KEYBOARD is enabled. -- -- Building C++ interface library. -- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR) (Required is at least version "2.0") -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) -- PYTHON_LIBRARY: PYTHON_LIBRARY-NOTFOUND -- SWIG_FOUND="FALSE", so disabling BUILD_PYTHON_INTERFACE -- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_PYTHON_INTERFACE -- BUILD_PYTHON_INTERFACE is disabled. -- SWIG_FOUND="FALSE", so disabling BUILD_JAVA_INTERFACE -- BUILD_JAVA_INTERFACE is disabled. -- SWIG_FOUND="FALSE", so disabling BUILD_LUA_INTERFACE -- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_LUA_INTERFACE -- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_LUA_INTERFACE -- BUILD_LUA_INTERFACE is disabled. -- Building csLadspa. -- BUILD_CSBEATS is enabled. -- PD_HEADER_PATH="PD_HEADER_PATH-NOTFOUND", so disabling BUILD_PD_CLASS -- BUILD_PD_CLASS is disabled. -- BUILD_WINSOUND is disabled. -- Could NOT find Boost -- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR) -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) -- Boost_INCLUDE_DIRS="Boost_INCLUDE_DIR-NOTFOUND", so disabling BUILD_CSOUND_AC -- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC -- BUILD_CSOUND_AC is disabled. -- SWIG_FOUND="FALSE", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE -- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE -- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE -- BUILD_CSOUND_AC_PYTHON_INTERFACE is disabled. -- SWIG_FOUND="FALSE", so disabling BUILD_CSOUND_AC_LUA_INTERFACE -- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_CSOUND_AC_LUA_INTERFACE -- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_CSOUND_AC_LUA_INTERFACE -- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC_LUA_INTERFACE -- BUILD_CSOUND_AC_LUA_INTERFACE is disabled. -- BUILD_CSOUNDVST is disabled. -- BUILD_CSOUNDVST: OFF. -- Not building csound~ for Max/MSP -- MAX_SDK_ROOT is not defined. -- Not building src_conv (libsndfile or libsamplerate not found). -- CUNIT_LIBRARY="CUNIT_LIBRARY-NOTFOUND", so disabling BUILD_TESTS -- BUILD_STATIC_LIBRARY="OFF", so disabling BUILD_TESTS -- BUILD_TESTS is disabled. -- Configuring done -- Generating done -- Build files have been written to: /home/brian/csound/cs6make     brian   On Wed, 16 Nov 2016 11:51:04 +0000, Rory Walsh wrote: There is a good chance that you already have everything needed. Might be an idea to try to build Csound now and see what happens. You may still be missing some dependencies, but you can probably install them as you go along? I remember getting caught out with the build-dep thing a while back when installing on a fresh machine. In the end I skipped that step and installed what I needed manually.   On 16 November 2016 at 11:41, <brian@amsynth.com> wrote: Would it be one of these?  Debian sources     brian On Wed, 16 Nov 2016 12:32:59 +0100, brian@AMSYNTH.COM wrote: For Debian, the most recent I can find is the one I have in my repos:  libgmm++-dev 4.2.1~beta1~svn4635~dfsg-3   brian   On Wed, 16 Nov 2016 10:43:51 +0000, Rory Walsh wrote: Can you try manually installing the latest version of libgmm++-dev?  On 16 November 2016 at 09:08, <brian@amsynth.com> wrote: Ok, I unchecked the deb-src lines and tried to build the dependencies, but this is what I got: Build-Depends dependency for csound cannot be satisfied because candidate version of package libgmm++-dev can't satisfy version requirements   brian   On Mon, 14 Nov 2016 11:11:21 +0100, Anders Genell wrote: I'll answer inline below 14 nov. 2016 kl. 10:29 skrev brian@AMSYNTH.COM: Hi Anders and Rory, and thanks for responding! :) I'll check the sources.list file. I tried adding the github address to the synaptic repositories, but that didn't work for some reason. (Maybe it's the wrong approach..?) Yes, that is unfortunately the wrong approach, although it would seem logical.  The sources for Debian/ubuntu must be the ones provided by Debian/Ubuntu.  There are two issues here: Fist you need Debian sources that are used for building almost anything on a Debian system. Those are enabled by editing sources.list Then you need the specific csound sources. Those you download from the csound github page. A good way to do that is to install the git program  sudo apt-get install git and then get the sources git clone https://github.com/csound/csound and follow build instructions in build.md The error message is exactly what is also mentioned on the Csound Github "Build.md" page: E: You must put some 'source' URIs in your sources.list Yes, that is because you cannot build stuff without sources, and without "deb-src"-lines in sources.list apt-get cannot find them.  Also, should I be looking at the Github page maintained by Iain or the one by Lazzarini? csound.github.io Lastly, should I uninstall the repository version of Csound?  (6.03)  Do I have to purge the data files also?   That is recommended, as there could be issues with conflicting versions.  Regards, Anders Many thanks in advance, brian   On Sun, 13 Nov 2016 22:03:15 +0100, Anders Genell wrote: Also, just to be clear, if you haven't enabled source packages in your sources list there will be no source packages installed.  To enable, edit /etc/apt/sources.list  and remove the # in front of all dec-src lines.  Save and run apt-get update.  Now you should be able to install source packages.  Regards, Anders 13 nov. 2016 kl. 21:54 skrev Rory Walsh <rorywalsh@EAR.IE>: I think build-dep csound is a little out of date. Can you post the error you get? On 13 November 2016 at 18:48, <brian@amsynth.com> wrote: Hi all, seems like every time I have to build Csound from Git, something trips me up. This time, I can't see if I have all the dependencies. When I do apt-get build-dep csound it says I have to add a URI to the sources.list.   Can someone walk me through this one?   brian   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 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     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     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

Date2016-11-16 19:16
Frombrian@AMSYNTH.COM
SubjectRe: Building Csound in AntiX (Debian)

As I'm not familiar with the Cmake GUI, can we try to finish from the terminal?  I installed the libjpeg file, and it built a bit further. Here's the new error:

Linking CXX shared module ../libwidgets.so
[ 82%] Built target widgets
[ 83%] Building CXX object interfaces/CMakeFiles/libcsnd6.dir/CppSound.cpp.o
[ 83%] Building CXX object interfaces/CMakeFiles/libcsnd6.dir/CsoundFile.cpp.o
/home/brian/csound/csound/interfaces/CsoundFile.cpp:25:38: fatal error: boost/algorithm/string.hpp: No such file or directory
 #include <boost/algorithm/string.hpp>
                                      ^
compilation terminated.
interfaces/CMakeFiles/libcsnd6.dir/build.make:77: recipe for target 'interfaces/CMakeFiles/libcsnd6.dir/CsoundFile.cpp.o' failed
make[2]: *** [interfaces/CMakeFiles/libcsnd6.dir/CsoundFile.cpp.o] Error 1
CMakeFiles/Makefile2:1496: recipe for target 'interfaces/CMakeFiles/libcsnd6.dir/all' failed
make[1]: *** [interfaces/CMakeFiles/libcsnd6.dir/all] Error 2
Makefile:147: recipe for target 'all' failed
make: *** [all] Error 2

 

brian

 

On Wed, 16 Nov 2016 18:46:45 +0000, Rory Walsh wrote:

Best thing to do is launch cmake-gui. Then browse to the Csound source, and select the Csound build dir. Once you've set the correct paths you'll see all the options available. You can disable or enable them as you like. Going by the error posted above, I'd first disable the BUILD_IMAGE_OPCODES options, and go from there.   

On 16 November 2016 at 18:38, <brian@amsynth.com> wrote:

Ok, so let's say that I don't need the virtual keyboard.  But the installation didn't finish.  It only reached 81% and then stopped, with the error indicated.

 

brian

On Wed, 16 Nov 2016 17:54:58 +0000, jpff wrote:

Aain the virtal keyboard is optional, o install libjpeg62-dev

On Wed, 16 Nov 2016, brian@AMSYNTH.COMwrote:
Hi Rory, all went well, until this point: [ 81%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o Linking CXX shared module ../libvirtual.so /usr/bin/ld: cannot find -ljpeg collect2: error: ld returned 1 exit status InOut/CMakeFiles/virtual.dir/build.make:293: recipe for target 'libvirtual.so' failed make[2]: *** [libvirtual.so] Error 1 CMakeFiles/Makefile2:1411: recipe for target 'InOut/CMakeFiles/virtual.dir/all' failed make[1]: *** [InOut/CMakeFiles/virtual.dir/all] Error 2 Makefile:147: recipe for target 'all' failed make: *** [all] Error 2   brian   On Wed, 16 Nov 2016 12:38:14 +0000, Rory Walsh wrote: That's Ok. As far as I know, libsndfile is the only library that has to be present to build Csound. But I could be wrong on this. Anyhow, what happens when you run sudo make from the build dir?  On 16 November 2016 at 12:20, <brian@amsynth.com> wrote: Ok. I installed the libgmm++-dev file provided in my repos, and tried cmake. But I think I'm missing too many things. I have Curl installed, but it's not finding it. (Maybe a problem with permissions?) Here is what I got: cmake ../csound -- /home/brian/csound/csound -- LIBRARY INSTALL DIR: lib -- Building with 64-bit floats -- Not using Custom.cmake file. -- BUILD_BIN_DIR set to /home/brian/csound/cs6make. -- BUILD_LIB_DIR set to /home/brian/csound/cs6make. -- BUILD_PLUGINS_DIR set to /home/brian/csound/cs6make. -- Could NOT find Boost -- Could NOT find CURL (missing:  CURL_LIBRARY CURL_INCLUDE_DIR) -- LIBLO_LIBRARY (missing:  LIBLO_INCLUDE_DIR) -- Could NOT find LUAJIT (missing:  LUAJIT_LIBRARY LUAJIT_INCLUDE_DIR) -- Could NOT find MUSICXML (missing:  MUSICXML_LIBRARY MUSICXML_INCLUDE_DIR) -- Could NOT find PORTSMF (missing:  PORTSMF_LIBRARY PORTSMF_INCLUDE_DIR) -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) -- Could NOT find STK (missing:  STK_LIBRARY STK_INCLUDE_DIR) -- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR) -- Could NOT find VSTSDK2X (missing:  VSTSDK2X_INCLUDE_DIR) -- Using atomic builtins. -- USE_LRINT is enabled. -- Could NOT find CURL (missing:  CURL_LIBRARY CURL_INCLUDE_DIR) -- Not using CURL for urls - not found. -- USE_OPEN_MP is enabled. -- GIT: /usr/bin/git -- HASH: 721ecb82aa4091345e8ba552639ae76b5686283a -- SCORE PARSER being built. -- Not building with new parser debugging. -- Building with multicore support. -- USE_GETTEXT is enabled. -- Using GNU gettext. -- Setting textdomain to /usr/local/share/locale. -- Building on Linux. --   ADDING LIBRT LIBRARY: /usr/lib/i386-linux-gnu/librt.so. -- Could NOT find Boost -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) -- Boost_INCLUDE_DIRS="Boost_INCLUDE_DIR-NOTFOUND", so disabling BUILD_CHUA_OPCODES -- BUILD_CHUA_OPCODES is disabled. -- BUILD_DSSI_OPCODES is enabled. -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling BUILD_FLUID_OPCODES -- BUILD_FLUID_OPCODES is disabled. -- BUILD_JACK_OPCODES is enabled. -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled. -- LIBLO_LIBRARY="LIBLO_LIBRARY-NOTFOUND", so disabling BUILD_OSC_OPCODES -- OSC_HEADER="", so disabling BUILD_OSC_OPCODES -- BUILD_OSC_OPCODES is disabled. -- BUILD_IMAGE_OPCODES is enabled. -- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_PYTHON_OPCODES -- BUILD_PYTHON_OPCODES is disabled. -- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_LUA_OPCODES -- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_LUA_OPCODES -- BUILD_LUA_OPCODES is disabled. -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES -- WIIUSE_LIB="WIIUSE_LIB-NOTFOUND", so disabling BUILD_WIIMOTE_OPCODES -- BUILD_WIIMOTE_OPCODES is disabled. -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES -- BUILD_P5GLOVE_OPCODES is disabled. -- BUILD_FAUST_OPCODES is disabled. -- BUILD_VST4CS_OPCODES is disabled. -- VSTSDK2X_INCLUDE_DIR: VSTSDK2X_INCLUDE_DIR-NOTFOUND -- Could NOT find STK (missing:  STK_LIBRARY STK_INCLUDE_DIR) -- STK_FOUND="FALSE", so disabling BUILD_STK_OPCODES -- STK_INCLUDE_DIR="STK_INCLUDE_DIR-NOTFOUND", so disabling BUILD_STK_OPCODES -- BUILD_STK_OPCODES is disabled. -- HDF5_library="HDF5_library-NOTFOUND", so disabling BUILD_HDF5_OPCODES -- HDF5_H="", so disabling BUILD_HDF5_OPCODES -- BUILD_HDF5_OPCODES is disabled. -- websockets_library="websockets_library-NOTFOUND", so disabling BUILD_WEBSOCKET_OPCODE -- WEBSOCKETS_H="WEBSOCKETS_H-NOTFOUND", so disabling BUILD_WEBSOCKET_OPCODE -- LIBWEBSOCKET_CANCEL_SERVICE="", so disabling BUILD_WEBSOCKET_OPCODE -- BUILD_WEBSOCKET_OPCODE is disabled. -- -- ## REALTIME AUDIO AND MIDI ## -- APPLE="", so disabling USE_COREMIDI -- COREMIDI_INCLUDE_PATH="COREMIDI_INCLUDE_PATH-NOTFOUND", so disabling USE_COREMIDI -- COREMIDI_LIBRARY="COREMIDI_LIBRARY-NOTFOUND", so disabling USE_COREMIDI -- COREFOUNDATION_LIBRARY="COREFOUNDATION_LIBRARY-NOTFOUND", so disabling USE_COREMIDI -- USE_COREMIDI is disabled. -- APPLE="", so disabling USE_AUDIOUNIT -- COREAUDIO_INCLUDE_PATH="COREAUDIO_INCLUDE_PATH-NOTFOUND", so disabling USE_AUDIOUNIT -- COREAUDIO_LIBRARY="COREAUDIO_LIBRARY-NOTFOUND", so disabling USE_AUDIOUNIT -- AUDIOUNIT_INCLUDE_PATH="AUDIOUNIT_INCLUDE_PATH-NOTFOUND", so disabling USE_AUDIOUNIT -- AUDIOUNIT_LIBRARY="AUDIOUNIT_LIBRARY-NOTFOUND", so disabling USE_AUDIOUNIT -- COREFOUNDATION_LIBRARY="COREFOUNDATION_LIBRARY-NOTFOUND", so disabling USE_AUDIOUNIT -- USE_AUDIOUNIT is disabled. -- USE_ALSA is enabled. -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling USE_PULSEAUDIO -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling USE_PULSEAUDIO -- USE_PULSEAUDIO is disabled. -- PORTAUDIO_INCLUDE_PATH="PORTAUDIO_INCLUDE_PATH-NOTFOUND", so disabling USE_PORTAUDIO -- PORTAUDIO_LIBRARY="PORTAUDIO_LIBRARY-NOTFOUND", so disabling USE_PORTAUDIO -- PORTAUDIO_TEST_COMPILED="", so disabling USE_PORTAUDIO -- USE_PORTAUDIO is disabled. -- Not building Portaudio Driver... -- Portaudio v19 Found: false. -- PORTMIDI_INCLUDE_PATH="PORTMIDI_INCLUDE_PATH-NOTFOUND", so disabling USE_PORTMIDI -- PORTMIDI_LIBRARY="PORTMIDI_LIBRARY-NOTFOUND", so disabling USE_PORTMIDI -- PORTTIME_LIBRARY="PORTTIME_LIBRARY-NOTFOUND", so disabling USE_PORTMIDI -- USE_PORTMIDI is disabled. -- USE_JACK is enabled. -- USE_FLTK is enabled. -- BUILD_VIRTUAL_KEYBOARD is enabled. -- -- Building C++ interface library. -- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR) (Required is at least version "2.0") -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) -- PYTHON_LIBRARY: PYTHON_LIBRARY-NOTFOUND -- SWIG_FOUND="FALSE", so disabling BUILD_PYTHON_INTERFACE -- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_PYTHON_INTERFACE -- BUILD_PYTHON_INTERFACE is disabled. -- SWIG_FOUND="FALSE", so disabling BUILD_JAVA_INTERFACE -- BUILD_JAVA_INTERFACE is disabled. -- SWIG_FOUND="FALSE", so disabling BUILD_LUA_INTERFACE -- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_LUA_INTERFACE -- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_LUA_INTERFACE -- BUILD_LUA_INTERFACE is disabled. -- Building csLadspa. -- BUILD_CSBEATS is enabled. -- PD_HEADER_PATH="PD_HEADER_PATH-NOTFOUND", so disabling BUILD_PD_CLASS -- BUILD_PD_CLASS is disabled. -- BUILD_WINSOUND is disabled. -- Could NOT find Boost -- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR) -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) -- Boost_INCLUDE_DIRS="Boost_INCLUDE_DIR-NOTFOUND", so disabling BUILD_CSOUND_AC -- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC -- BUILD_CSOUND_AC is disabled. -- SWIG_FOUND="FALSE", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE -- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE -- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE -- BUILD_CSOUND_AC_PYTHON_INTERFACE is disabled. -- SWIG_FOUND="FALSE", so disabling BUILD_CSOUND_AC_LUA_INTERFACE -- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_CSOUND_AC_LUA_INTERFACE -- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_CSOUND_AC_LUA_INTERFACE -- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC_LUA_INTERFACE -- BUILD_CSOUND_AC_LUA_INTERFACE is disabled. -- BUILD_CSOUNDVST is disabled. -- BUILD_CSOUNDVST: OFF. -- Not building csound~ for Max/MSP -- MAX_SDK_ROOT is not defined. -- Not building src_conv (libsndfile or libsamplerate not found). -- CUNIT_LIBRARY="CUNIT_LIBRARY-NOTFOUND", so disabling BUILD_TESTS -- BUILD_STATIC_LIBRARY="OFF", so disabling BUILD_TESTS -- BUILD_TESTS is disabled. -- Configuring done -- Generating done -- Build files have been written to: /home/brian/csound/cs6make     brian   On Wed, 16 Nov 2016 11:51:04 +0000, Rory Walsh wrote: There is a good chance that you already have everything needed. Might be an idea to try to build Csound now and see what happens. You may still be missing some dependencies, but you can probably install them as you go along? I remember getting caught out with the build-dep thing a while back when installing on a fresh machine. In the end I skipped that step and installed what I needed manually.   On 16 November 2016 at 11:41, <brian@amsynth.com> wrote: Would it be one of these?  Debian sources     brian On Wed, 16 Nov 2016 12:32:59 +0100, brian@AMSYNTH.COM wrote: For Debian, the most recent I can find is the one I have in my repos:  libgmm++-dev 4.2.1~beta1~svn4635~dfsg-3   brian   On Wed, 16 Nov 2016 10:43:51 +0000, Rory Walsh wrote: Can you try manually installing the latest version of libgmm++-dev?  On 16 November 2016 at 09:08, <brian@amsynth.com> wrote: Ok, I unchecked the deb-src lines and tried to build the dependencies, but this is what I got: Build-Depends dependency for csound cannot be satisfied because candidate version of package libgmm++-dev can't satisfy version requirements   brian   On Mon, 14 Nov 2016 11:11:21 +0100, Anders Genell wrote: I'll answer inline below 14 nov. 2016 kl. 10:29 skrev brian@AMSYNTH.COM: Hi Anders and Rory, and thanks for responding! :) I'll check the sources.list file. I tried adding the github address to the synaptic repositories, but that didn't work for some reason. (Maybe it's the wrong approach..?) Yes, that is unfortunately the wrong approach, although it would seem logical.  The sources for Debian/ubuntu must be the ones provided by Debian/Ubuntu.  There are two issues here: Fist you need Debian sources that are used for building almost anything on a Debian system. Those are enabled by editing sources.list Then you need the specific csound sources. Those you download from the csound github page. A good way to do that is to install the git program  sudo apt-get install git and then get the sources git clone https://github.com/csound/csound and follow build instructions in build.md The error message is exactly what is also mentioned on the Csound Github "Build.md" page: E: You must put some 'source' URIs in your sources.list Yes, that is because you cannot build stuff without sources, and without "deb-src"-lines in sources.list apt-get cannot find them.  Also, should I be looking at the Github page maintained by Iain or the one by Lazzarini? csound.github.io Lastly, should I uninstall the repository version of Csound?  (6.03)  Do I have to purge the data files also?   That is recommended, as there could be issues with conflicting versions.  Regards, Anders Many thanks in advance, brian   On Sun, 13 Nov 2016 22:03:15 +0100, Anders Genell wrote: Also, just to be clear, if you haven't enabled source packages in your sources list there will be no source packages installed.  To enable, edit /etc/apt/sources.list  and remove the # in front of all dec-src lines.  Save and run apt-get update.  Now you should be able to install source packages.  Regards, Anders 13 nov. 2016 kl. 21:54 skrev Rory Walsh <rorywalsh@EAR.IE>: I think build-dep csound is a little out of date. Can you post the error you get? On 13 November 2016 at 18:48, <brian@amsynth.com> wrote: Hi all, seems like every time I have to build Csound from Git, something trips me up. This time, I can't see if I have all the dependencies. When I do apt-get build-dep csound it says I have to add a URI to the sources.list.   Can someone walk me through this one?   brian   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 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     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     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

 

 

Date2016-11-16 19:23
Frombrian@AMSYNTH.COM
SubjectRe: Building Csound in AntiX (Debian): DONE!! :)

Rory and jpff:   I installed some "libboost-dev" files and I compiled successfully! YEAH! :)

 

SO, does that mean that I can update my version of Csound by typing "git pull" or something like that?

 

brian

 

On Wed, 16 Nov 2016 20:16:21 +0100, brian@AMSYNTH.COM wrote:

As I'm not familiar with the Cmake GUI, can we try to finish from the terminal?  I installed the libjpeg file, and it built a bit further. Here's the new error:

Linking CXX shared module ../libwidgets.so
[ 82%] Built target widgets
[ 83%] Building CXX object interfaces/CMakeFiles/libcsnd6.dir/CppSound.cpp.o
[ 83%] Building CXX object interfaces/CMakeFiles/libcsnd6.dir/CsoundFile.cpp.o
/home/brian/csound/csound/interfaces/CsoundFile.cpp:25:38: fatal error: boost/algorithm/string.hpp: No such file or directory
 #include
                                      ^
compilation terminated.
interfaces/CMakeFiles/libcsnd6.dir/build.make:77: recipe for target 'interfaces/CMakeFiles/libcsnd6.dir/CsoundFile.cpp.o' failed
make[2]: *** [interfaces/CMakeFiles/libcsnd6.dir/CsoundFile.cpp.o] Error 1
CMakeFiles/Makefile2:1496: recipe for target 'interfaces/CMakeFiles/libcsnd6.dir/all' failed
make[1]: *** [interfaces/CMakeFiles/libcsnd6.dir/all] Error 2
Makefile:147: recipe for target 'all' failed
make: *** [all] Error 2

 

brian

 

On Wed, 16 Nov 2016 18:46:45 +0000, Rory Walsh wrote:

Best thing to do is launch cmake-gui. Then browse to the Csound source, and select the Csound build dir. Once you've set the correct paths you'll see all the options available. You can disable or enable them as you like. Going by the error posted above, I'd first disable the BUILD_IMAGE_OPCODES options, and go from there.   

On 16 November 2016 at 18:38, <brian@amsynth.com> wrote:

Ok, so let's say that I don't need the virtual keyboard.  But the installation didn't finish.  It only reached 81% and then stopped, with the error indicated.

 

brian

On Wed, 16 Nov 2016 17:54:58 +0000, jpff wrote:

Aain the virtal keyboard is optional, o install libjpeg62-dev

On Wed, 16 Nov 2016, brian@AMSYNTH.COMwrote:
Hi Rory, all went well, until this point: [ 81%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o Linking CXX shared module ../libvirtual.so /usr/bin/ld: cannot find -ljpeg collect2: error: ld returned 1 exit status InOut/CMakeFiles/virtual.dir/build.make:293: recipe for target 'libvirtual.so' failed make[2]: *** [libvirtual.so] Error 1 CMakeFiles/Makefile2:1411: recipe for target 'InOut/CMakeFiles/virtual.dir/all' failed make[1]: *** [InOut/CMakeFiles/virtual.dir/all] Error 2 Makefile:147: recipe for target 'all' failed make: *** [all] Error 2   brian   On Wed, 16 Nov 2016 12:38:14 +0000, Rory Walsh wrote: That's Ok. As far as I know, libsndfile is the only library that has to be present to build Csound. But I could be wrong on this. Anyhow, what happens when you run sudo make from the build dir?  On 16 November 2016 at 12:20, <brian@amsynth.com> wrote: Ok. I installed the libgmm++-dev file provided in my repos, and tried cmake. But I think I'm missing too many things. I have Curl installed, but it's not finding it. (Maybe a problem with permissions?) Here is what I got: cmake ../csound -- /home/brian/csound/csound -- LIBRARY INSTALL DIR: lib -- Building with 64-bit floats -- Not using Custom.cmake file. -- BUILD_BIN_DIR set to /home/brian/csound/cs6make. -- BUILD_LIB_DIR set to /home/brian/csound/cs6make. -- BUILD_PLUGINS_DIR set to /home/brian/csound/cs6make. -- Could NOT find Boost -- Could NOT find CURL (missing:  CURL_LIBRARY CURL_INCLUDE_DIR) -- LIBLO_LIBRARY (missing:  LIBLO_INCLUDE_DIR) -- Could NOT find LUAJIT (missing:  LUAJIT_LIBRARY LUAJIT_INCLUDE_DIR) -- Could NOT find MUSICXML (missing:  MUSICXML_LIBRARY MUSICXML_INCLUDE_DIR) -- Could NOT find PORTSMF (missing:  PORTSMF_LIBRARY PORTSMF_INCLUDE_DIR) -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) -- Could NOT find STK (missing:  STK_LIBRARY STK_INCLUDE_DIR) -- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR) -- Could NOT find VSTSDK2X (missing:  VSTSDK2X_INCLUDE_DIR) -- Using atomic builtins. -- USE_LRINT is enabled. -- Could NOT find CURL (missing:  CURL_LIBRARY CURL_INCLUDE_DIR) -- Not using CURL for urls - not found. -- USE_OPEN_MP is enabled. -- GIT: /usr/bin/git -- HASH: 721ecb82aa4091345e8ba552639ae76b5686283a -- SCORE PARSER being built. -- Not building with new parser debugging. -- Building with multicore support. -- USE_GETTEXT is enabled. -- Using GNU gettext. -- Setting textdomain to /usr/local/share/locale. -- Building on Linux. --   ADDING LIBRT LIBRARY: /usr/lib/i386-linux-gnu/librt.so. -- Could NOT find Boost -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) -- Boost_INCLUDE_DIRS="Boost_INCLUDE_DIR-NOTFOUND", so disabling BUILD_CHUA_OPCODES -- BUILD_CHUA_OPCODES is disabled. -- BUILD_DSSI_OPCODES is enabled. -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling BUILD_FLUID_OPCODES -- BUILD_FLUID_OPCODES is disabled. -- BUILD_JACK_OPCODES is enabled. -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled. -- LIBLO_LIBRARY="LIBLO_LIBRARY-NOTFOUND", so disabling BUILD_OSC_OPCODES -- OSC_HEADER="", so disabling BUILD_OSC_OPCODES -- BUILD_OSC_OPCODES is disabled. -- BUILD_IMAGE_OPCODES is enabled. -- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_PYTHON_OPCODES -- BUILD_PYTHON_OPCODES is disabled. -- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_LUA_OPCODES -- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_LUA_OPCODES -- BUILD_LUA_OPCODES is disabled. -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES -- WIIUSE_LIB="WIIUSE_LIB-NOTFOUND", so disabling BUILD_WIIMOTE_OPCODES -- BUILD_WIIMOTE_OPCODES is disabled. -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES -- BUILD_P5GLOVE_OPCODES is disabled. -- BUILD_FAUST_OPCODES is disabled. -- BUILD_VST4CS_OPCODES is disabled. -- VSTSDK2X_INCLUDE_DIR: VSTSDK2X_INCLUDE_DIR-NOTFOUND -- Could NOT find STK (missing:  STK_LIBRARY STK_INCLUDE_DIR) -- STK_FOUND="FALSE", so disabling BUILD_STK_OPCODES -- STK_INCLUDE_DIR="STK_INCLUDE_DIR-NOTFOUND", so disabling BUILD_STK_OPCODES -- BUILD_STK_OPCODES is disabled. -- HDF5_library="HDF5_library-NOTFOUND", so disabling BUILD_HDF5_OPCODES -- HDF5_H="", so disabling BUILD_HDF5_OPCODES -- BUILD_HDF5_OPCODES is disabled. -- websockets_library="websockets_library-NOTFOUND", so disabling BUILD_WEBSOCKET_OPCODE -- WEBSOCKETS_H="WEBSOCKETS_H-NOTFOUND", so disabling BUILD_WEBSOCKET_OPCODE -- LIBWEBSOCKET_CANCEL_SERVICE="", so disabling BUILD_WEBSOCKET_OPCODE -- BUILD_WEBSOCKET_OPCODE is disabled. -- -- ## REALTIME AUDIO AND MIDI ## -- APPLE="", so disabling USE_COREMIDI -- COREMIDI_INCLUDE_PATH="COREMIDI_INCLUDE_PATH-NOTFOUND", so disabling USE_COREMIDI -- COREMIDI_LIBRARY="COREMIDI_LIBRARY-NOTFOUND", so disabling USE_COREMIDI -- COREFOUNDATION_LIBRARY="COREFOUNDATION_LIBRARY-NOTFOUND", so disabling USE_COREMIDI -- USE_COREMIDI is disabled. -- APPLE="", so disabling USE_AUDIOUNIT -- COREAUDIO_INCLUDE_PATH="COREAUDIO_INCLUDE_PATH-NOTFOUND", so disabling USE_AUDIOUNIT -- COREAUDIO_LIBRARY="COREAUDIO_LIBRARY-NOTFOUND", so disabling USE_AUDIOUNIT -- AUDIOUNIT_INCLUDE_PATH="AUDIOUNIT_INCLUDE_PATH-NOTFOUND", so disabling USE_AUDIOUNIT -- AUDIOUNIT_LIBRARY="AUDIOUNIT_LIBRARY-NOTFOUND", so disabling USE_AUDIOUNIT -- COREFOUNDATION_LIBRARY="COREFOUNDATION_LIBRARY-NOTFOUND", so disabling USE_AUDIOUNIT -- USE_AUDIOUNIT is disabled. -- USE_ALSA is enabled. -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling USE_PULSEAUDIO -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling USE_PULSEAUDIO -- USE_PULSEAUDIO is disabled. -- PORTAUDIO_INCLUDE_PATH="PORTAUDIO_INCLUDE_PATH-NOTFOUND", so disabling USE_PORTAUDIO -- PORTAUDIO_LIBRARY="PORTAUDIO_LIBRARY-NOTFOUND", so disabling USE_PORTAUDIO -- PORTAUDIO_TEST_COMPILED="", so disabling USE_PORTAUDIO -- USE_PORTAUDIO is disabled. -- Not building Portaudio Driver... -- Portaudio v19 Found: false. -- PORTMIDI_INCLUDE_PATH="PORTMIDI_INCLUDE_PATH-NOTFOUND", so disabling USE_PORTMIDI -- PORTMIDI_LIBRARY="PORTMIDI_LIBRARY-NOTFOUND", so disabling USE_PORTMIDI -- PORTTIME_LIBRARY="PORTTIME_LIBRARY-NOTFOUND", so disabling USE_PORTMIDI -- USE_PORTMIDI is disabled. -- USE_JACK is enabled. -- USE_FLTK is enabled. -- BUILD_VIRTUAL_KEYBOARD is enabled. -- -- Building C++ interface library. -- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR) (Required is at least version "2.0") -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) -- PYTHON_LIBRARY: PYTHON_LIBRARY-NOTFOUND -- SWIG_FOUND="FALSE", so disabling BUILD_PYTHON_INTERFACE -- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_PYTHON_INTERFACE -- BUILD_PYTHON_INTERFACE is disabled. -- SWIG_FOUND="FALSE", so disabling BUILD_JAVA_INTERFACE -- BUILD_JAVA_INTERFACE is disabled. -- SWIG_FOUND="FALSE", so disabling BUILD_LUA_INTERFACE -- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_LUA_INTERFACE -- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_LUA_INTERFACE -- BUILD_LUA_INTERFACE is disabled. -- Building csLadspa. -- BUILD_CSBEATS is enabled. -- PD_HEADER_PATH="PD_HEADER_PATH-NOTFOUND", so disabling BUILD_PD_CLASS -- BUILD_PD_CLASS is disabled. -- BUILD_WINSOUND is disabled. -- Could NOT find Boost -- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR) -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) -- Boost_INCLUDE_DIRS="Boost_INCLUDE_DIR-NOTFOUND", so disabling BUILD_CSOUND_AC -- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC -- BUILD_CSOUND_AC is disabled. -- SWIG_FOUND="FALSE", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE -- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE -- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE -- BUILD_CSOUND_AC_PYTHON_INTERFACE is disabled. -- SWIG_FOUND="FALSE", so disabling BUILD_CSOUND_AC_LUA_INTERFACE -- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_CSOUND_AC_LUA_INTERFACE -- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_CSOUND_AC_LUA_INTERFACE -- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC_LUA_INTERFACE -- BUILD_CSOUND_AC_LUA_INTERFACE is disabled. -- BUILD_CSOUNDVST is disabled. -- BUILD_CSOUNDVST: OFF. -- Not building csound~ for Max/MSP -- MAX_SDK_ROOT is not defined. -- Not building src_conv (libsndfile or libsamplerate not found). -- CUNIT_LIBRARY="CUNIT_LIBRARY-NOTFOUND", so disabling BUILD_TESTS -- BUILD_STATIC_LIBRARY="OFF", so disabling BUILD_TESTS -- BUILD_TESTS is disabled. -- Configuring done -- Generating done -- Build files have been written to: /home/brian/csound/cs6make     brian   On Wed, 16 Nov 2016 11:51:04 +0000, Rory Walsh wrote: There is a good chance that you already have everything needed. Might be an idea to try to build Csound now and see what happens. You may still be missing some dependencies, but you can probably install them as you go along? I remember getting caught out with the build-dep thing a while back when installing on a fresh machine. In the end I skipped that step and installed what I needed manually.   On 16 November 2016 at 11:41, <brian@amsynth.com> wrote: Would it be one of these?  Debian sources     brian On Wed, 16 Nov 2016 12:32:59 +0100, brian@AMSYNTH.COM wrote: For Debian, the most recent I can find is the one I have in my repos:  libgmm++-dev 4.2.1~beta1~svn4635~dfsg-3   brian   On Wed, 16 Nov 2016 10:43:51 +0000, Rory Walsh wrote: Can you try manually installing the latest version of libgmm++-dev?  On 16 November 2016 at 09:08, <brian@amsynth.com> wrote: Ok, I unchecked the deb-src lines and tried to build the dependencies, but this is what I got: Build-Depends dependency for csound cannot be satisfied because candidate version of package libgmm++-dev can't satisfy version requirements   brian   On Mon, 14 Nov 2016 11:11:21 +0100, Anders Genell wrote: I'll answer inline below 14 nov. 2016 kl. 10:29 skrev brian@AMSYNTH.COM: Hi Anders and Rory, and thanks for responding! :) I'll check the sources.list file. I tried adding the github address to the synaptic repositories, but that didn't work for some reason. (Maybe it's the wrong approach..?) Yes, that is unfortunately the wrong approach, although it would seem logical.  The sources for Debian/ubuntu must be the ones provided by Debian/Ubuntu.  There are two issues here: Fist you need Debian sources that are used for building almost anything on a Debian system. Those are enabled by editing sources.list Then you need the specific csound sources. Those you download from the csound github page. A good way to do that is to install the git program  sudo apt-get install git and then get the sources git clone https://github.com/csound/csound and follow build instructions in build.md The error message is exactly what is also mentioned on the Csound Github "Build.md" page: E: You must put some 'source' URIs in your sources.list Yes, that is because you cannot build stuff without sources, and without "deb-src"-lines in sources.list apt-get cannot find them.  Also, should I be looking at the Github page maintained by Iain or the one by Lazzarini? csound.github.io Lastly, should I uninstall the repository version of Csound?  (6.03)  Do I have to purge the data files also?   That is recommended, as there could be issues with conflicting versions.  Regards, Anders Many thanks in advance, brian   On Sun, 13 Nov 2016 22:03:15 +0100, Anders Genell wrote: Also, just to be clear, if you haven't enabled source packages in your sources list there will be no source packages installed.  To enable, edit /etc/apt/sources.list  and remove the # in front of all dec-src lines.  Save and run apt-get update.  Now you should be able to install source packages.  Regards, Anders 13 nov. 2016 kl. 21:54 skrev Rory Walsh <rorywalsh@EAR.IE>: I think build-dep csound is a little out of date. Can you post the error you get? On 13 November 2016 at 18:48, <brian@amsynth.com> wrote: Hi all, seems like every time I have to build Csound from Git, something trips me up. This time, I can't see if I have all the dependencies. When I do apt-get build-dep csound it says I have to add a URI to the sources.list.   Can someone walk me through this one?   brian   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 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     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     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

 

 

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-11-16 19:27
FromRory Walsh
SubjectRe: Building Csound in AntiX (Debian)
If the terminal is handier for you then simply enable/disable the build options you want from there using CMAKE arguments when you call cmake, for example, to get past this next error you can disable the cpp interfaces by setting BUILD_CXX_INTERFACE to 0. If you want to bild these interfaces I guess you will need to install boost, and then set cmake to point to the boost directory. cmake-gui makes all this very easy, but you can also see all options in the command line by running "cmake -LAH" from your build dir.  

On 16 November 2016 at 19:16, <brian@amsynth.com> wrote:

As I'm not familiar with the Cmake GUI, can we try to finish from the terminal?  I installed the libjpeg file, and it built a bit further. Here's the new error:

Linking CXX shared module ../libwidgets.so
[ 82%] Built target widgets
[ 83%] Building CXX object interfaces/CMakeFiles/libcsnd6.dir/CppSound.cpp.o
[ 83%] Building CXX object interfaces/CMakeFiles/libcsnd6.dir/CsoundFile.cpp.o
/home/brian/csound/csound/interfaces/CsoundFile.cpp:25:38: fatal error: boost/algorithm/string.hpp: No such file or directory
 #include <boost/algorithm/string.hpp>
                                      ^
compilation terminated.
interfaces/CMakeFiles/libcsnd6.dir/build.make:77: recipe for target 'interfaces/CMakeFiles/libcsnd6.dir/CsoundFile.cpp.o' failed
make[2]: *** [interfaces/CMakeFiles/libcsnd6.dir/CsoundFile.cpp.o] Error 1
CMakeFiles/Makefile2:1496: recipe for target 'interfaces/CMakeFiles/libcsnd6.dir/all' failed
make[1]: *** [interfaces/CMakeFiles/libcsnd6.dir/all] Error 2
Makefile:147: recipe for target 'all' failed
make: *** [all] Error 2

 

brian

 

On Wed, 16 Nov 2016 18:46:45 +0000, Rory Walsh wrote:

Best thing to do is launch cmake-gui. Then browse to the Csound source, and select the Csound build dir. Once you've set the correct paths you'll see all the options available. You can disable or enable them as you like. Going by the error posted above, I'd first disable the BUILD_IMAGE_OPCODES options, and go from there.   

On 16 November 2016 at 18:38, <brian@amsynth.com> wrote:

Ok, so let's say that I don't need the virtual keyboard.  But the installation didn't finish.  It only reached 81% and then stopped, with the error indicated.

 

brian

On Wed, 16 Nov 2016 17:54:58 +0000, jpff wrote:

Aain the virtal keyboard is optional, o install libjpeg62-dev

On Wed, 16 Nov 2016, brian@AMSYNTH.COMwrote:
Hi Rory, all went well, until this point: [ 81%] Building CXX object InOut/CMakeFiles/virtual.dir/virtual_keyboard/SliderData.cpp.o Linking CXX shared module ../libvirtual.so /usr/bin/ld: cannot find -ljpeg collect2: error: ld returned 1 exit status InOut/CMakeFiles/virtual.dir/build.make:293: recipe for target 'libvirtual.so' failed make[2]: *** [libvirtual.so] Error 1 CMakeFiles/Makefile2:1411: recipe for target 'InOut/CMakeFiles/virtual.dir/all' failed make[1]: *** [InOut/CMakeFiles/virtual.dir/all] Error 2 Makefile:147: recipe for target 'all' failed make: *** [all] Error 2   brian   On Wed, 16 Nov 2016 12:38:14 +0000, Rory Walsh wrote: That's Ok. As far as I know, libsndfile is the only library that has to be present to build Csound. But I could be wrong on this. Anyhow, what happens when you run sudo make from the build dir?  On 16 November 2016 at 12:20, <brian@amsynth.com> wrote: Ok. I installed the libgmm++-dev file provided in my repos, and tried cmake. But I think I'm missing too many things. I have Curl installed, but it's not finding it. (Maybe a problem with permissions?) Here is what I got: cmake ../csound -- /home/brian/csound/csound -- LIBRARY INSTALL DIR: lib -- Building with 64-bit floats -- Not using Custom.cmake file. -- BUILD_BIN_DIR set to /home/brian/csound/cs6make. -- BUILD_LIB_DIR set to /home/brian/csound/cs6make. -- BUILD_PLUGINS_DIR set to /home/brian/csound/cs6make. -- Could NOT find Boost -- Could NOT find CURL (missing:  CURL_LIBRARY CURL_INCLUDE_DIR) -- LIBLO_LIBRARY (missing:  LIBLO_INCLUDE_DIR) -- Could NOT find LUAJIT (missing:  LUAJIT_LIBRARY LUAJIT_INCLUDE_DIR) -- Could NOT find MUSICXML (missing:  MUSICXML_LIBRARY MUSICXML_INCLUDE_DIR) -- Could NOT find PORTSMF (missing:  PORTSMF_LIBRARY PORTSMF_INCLUDE_DIR) -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) -- Could NOT find STK (missing:  STK_LIBRARY STK_INCLUDE_DIR) -- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR) -- Could NOT find VSTSDK2X (missing:  VSTSDK2X_INCLUDE_DIR) -- Using atomic builtins. -- USE_LRINT is enabled. -- Could NOT find CURL (missing:  CURL_LIBRARY CURL_INCLUDE_DIR) -- Not using CURL for urls - not found. -- USE_OPEN_MP is enabled. -- GIT: /usr/bin/git -- HASH: 721ecb82aa4091345e8ba552639ae76b5686283a -- SCORE PARSER being built. -- Not building with new parser debugging. -- Building with multicore support. -- USE_GETTEXT is enabled. -- Using GNU gettext. -- Setting textdomain to /usr/local/share/locale. -- Building on Linux. --   ADDING LIBRT LIBRARY: /usr/lib/i386-linux-gnu/librt.so. -- Could NOT find Boost -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) -- Boost_INCLUDE_DIRS="Boost_INCLUDE_DIR-NOTFOUND", so disabling BUILD_CHUA_OPCODES -- BUILD_CHUA_OPCODES is disabled. -- BUILD_DSSI_OPCODES is enabled. -- FLUIDSYNTH_H="", so disabling BUILD_FLUID_OPCODES -- FLUIDSYNTH_LIBRARY="FLUIDSYNTH_LIBRARY-NOTFOUND", so disabling BUILD_FLUID_OPCODES -- BUILD_FLUID_OPCODES is disabled. -- BUILD_JACK_OPCODES is enabled. -- GMM_HEADER="", so disabling BUILD_LINEAR_ALGEBRA_OPCODES -- BUILD_LINEAR_ALGEBRA_OPCODES is disabled. -- LIBLO_LIBRARY="LIBLO_LIBRARY-NOTFOUND", so disabling BUILD_OSC_OPCODES -- OSC_HEADER="", so disabling BUILD_OSC_OPCODES -- BUILD_OSC_OPCODES is disabled. -- BUILD_IMAGE_OPCODES is enabled. -- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_PYTHON_OPCODES -- BUILD_PYTHON_OPCODES is disabled. -- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_LUA_OPCODES -- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_LUA_OPCODES -- BUILD_LUA_OPCODES is disabled. -- WIIUSE_H="", so disabling BUILD_WIIMOTE_OPCODES -- WIIUSE_LIB="WIIUSE_LIB-NOTFOUND", so disabling BUILD_WIIMOTE_OPCODES -- BUILD_WIIMOTE_OPCODES is disabled. -- P5GLOVE_H="", so disabling BUILD_P5GLOVE_OPCODES -- BUILD_P5GLOVE_OPCODES is disabled. -- BUILD_FAUST_OPCODES is disabled. -- BUILD_VST4CS_OPCODES is disabled. -- VSTSDK2X_INCLUDE_DIR: VSTSDK2X_INCLUDE_DIR-NOTFOUND -- Could NOT find STK (missing:  STK_LIBRARY STK_INCLUDE_DIR) -- STK_FOUND="FALSE", so disabling BUILD_STK_OPCODES -- STK_INCLUDE_DIR="STK_INCLUDE_DIR-NOTFOUND", so disabling BUILD_STK_OPCODES -- BUILD_STK_OPCODES is disabled. -- HDF5_library="HDF5_library-NOTFOUND", so disabling BUILD_HDF5_OPCODES -- HDF5_H="", so disabling BUILD_HDF5_OPCODES -- BUILD_HDF5_OPCODES is disabled. -- websockets_library="websockets_library-NOTFOUND", so disabling BUILD_WEBSOCKET_OPCODE -- WEBSOCKETS_H="WEBSOCKETS_H-NOTFOUND", so disabling BUILD_WEBSOCKET_OPCODE -- LIBWEBSOCKET_CANCEL_SERVICE="", so disabling BUILD_WEBSOCKET_OPCODE -- BUILD_WEBSOCKET_OPCODE is disabled. -- -- ## REALTIME AUDIO AND MIDI ## -- APPLE="", so disabling USE_COREMIDI -- COREMIDI_INCLUDE_PATH="COREMIDI_INCLUDE_PATH-NOTFOUND", so disabling USE_COREMIDI -- COREMIDI_LIBRARY="COREMIDI_LIBRARY-NOTFOUND", so disabling USE_COREMIDI -- COREFOUNDATION_LIBRARY="COREFOUNDATION_LIBRARY-NOTFOUND", so disabling USE_COREMIDI -- USE_COREMIDI is disabled. -- APPLE="", so disabling USE_AUDIOUNIT -- COREAUDIO_INCLUDE_PATH="COREAUDIO_INCLUDE_PATH-NOTFOUND", so disabling USE_AUDIOUNIT -- COREAUDIO_LIBRARY="COREAUDIO_LIBRARY-NOTFOUND", so disabling USE_AUDIOUNIT -- AUDIOUNIT_INCLUDE_PATH="AUDIOUNIT_INCLUDE_PATH-NOTFOUND", so disabling USE_AUDIOUNIT -- AUDIOUNIT_LIBRARY="AUDIOUNIT_LIBRARY-NOTFOUND", so disabling USE_AUDIOUNIT -- COREFOUNDATION_LIBRARY="COREFOUNDATION_LIBRARY-NOTFOUND", so disabling USE_AUDIOUNIT -- USE_AUDIOUNIT is disabled. -- USE_ALSA is enabled. -- PULSEAUDIO_HEADER="", so disabling USE_PULSEAUDIO -- PULSEAUDIO_LIBRARY="PULSEAUDIO_LIBRARY-NOTFOUND", so disabling USE_PULSEAUDIO -- PULSESIMPLE_LIBRARY="PULSESIMPLE_LIBRARY-NOTFOUND", so disabling USE_PULSEAUDIO -- USE_PULSEAUDIO is disabled. -- PORTAUDIO_INCLUDE_PATH="PORTAUDIO_INCLUDE_PATH-NOTFOUND", so disabling USE_PORTAUDIO -- PORTAUDIO_LIBRARY="PORTAUDIO_LIBRARY-NOTFOUND", so disabling USE_PORTAUDIO -- PORTAUDIO_TEST_COMPILED="", so disabling USE_PORTAUDIO -- USE_PORTAUDIO is disabled. -- Not building Portaudio Driver... -- Portaudio v19 Found: false. -- PORTMIDI_INCLUDE_PATH="PORTMIDI_INCLUDE_PATH-NOTFOUND", so disabling USE_PORTMIDI -- PORTMIDI_LIBRARY="PORTMIDI_LIBRARY-NOTFOUND", so disabling USE_PORTMIDI -- PORTTIME_LIBRARY="PORTTIME_LIBRARY-NOTFOUND", so disabling USE_PORTMIDI -- USE_PORTMIDI is disabled. -- USE_JACK is enabled. -- USE_FLTK is enabled. -- BUILD_VIRTUAL_KEYBOARD is enabled. -- -- Building C++ interface library. -- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR) (Required is at least version "2.0") -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) -- PYTHON_LIBRARY: PYTHON_LIBRARY-NOTFOUND -- SWIG_FOUND="FALSE", so disabling BUILD_PYTHON_INTERFACE -- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_PYTHON_INTERFACE -- BUILD_PYTHON_INTERFACE is disabled. -- SWIG_FOUND="FALSE", so disabling BUILD_JAVA_INTERFACE -- BUILD_JAVA_INTERFACE is disabled. -- SWIG_FOUND="FALSE", so disabling BUILD_LUA_INTERFACE -- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_LUA_INTERFACE -- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_LUA_INTERFACE -- BUILD_LUA_INTERFACE is disabled. -- Building csLadspa. -- BUILD_CSBEATS is enabled. -- PD_HEADER_PATH="PD_HEADER_PATH-NOTFOUND", so disabling BUILD_PD_CLASS -- BUILD_PD_CLASS is disabled. -- BUILD_WINSOUND is disabled. -- Could NOT find Boost -- Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR) -- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) -- Boost_INCLUDE_DIRS="Boost_INCLUDE_DIR-NOTFOUND", so disabling BUILD_CSOUND_AC -- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC -- BUILD_CSOUND_AC is disabled. -- SWIG_FOUND="FALSE", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE -- PYTHONLIBS_FOUND="FALSE", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE -- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC_PYTHON_INTERFACE -- BUILD_CSOUND_AC_PYTHON_INTERFACE is disabled. -- SWIG_FOUND="FALSE", so disabling BUILD_CSOUND_AC_LUA_INTERFACE -- LUAJIT_LIBRARY="LUAJIT_LIBRARY-NOTFOUND", so disabling BUILD_CSOUND_AC_LUA_INTERFACE -- LUA_H_PATH="LUA_H_PATH-NOTFOUND", so disabling BUILD_CSOUND_AC_LUA_INTERFACE -- EIGEN_DENSE="EIGEN_DENSE-NOTFOUND", so disabling BUILD_CSOUND_AC_LUA_INTERFACE -- BUILD_CSOUND_AC_LUA_INTERFACE is disabled. -- BUILD_CSOUNDVST is disabled. -- BUILD_CSOUNDVST: OFF. -- Not building csound~ for Max/MSP -- MAX_SDK_ROOT is not defined. -- Not building src_conv (libsndfile or libsamplerate not found). -- CUNIT_LIBRARY="CUNIT_LIBRARY-NOTFOUND", so disabling BUILD_TESTS -- BUILD_STATIC_LIBRARY="OFF", so disabling BUILD_TESTS -- BUILD_TESTS is disabled. -- Configuring done -- Generating done -- Build files have been written to: /home/brian/csound/cs6make     brian   On Wed, 16 Nov 2016 11:51:04 +0000, Rory Walsh wrote: There is a good chance that you already have everything needed. Might be an idea to try to build Csound now and see what happens. You may still be missing some dependencies, but you can probably install them as you go along? I remember getting caught out with the build-dep thing a while back when installing on a fresh machine. In the end I skipped that step and installed what I needed manually.   On 16 November 2016 at 11:41, <brian@amsynth.com> wrote: Would it be one of these?  Debian sources     brian On Wed, 16 Nov 2016 12:32:59 +0100, brian@AMSYNTH.COM wrote: For Debian, the most recent I can find is the one I have in my repos:  libgmm++-dev 4.2.1~beta1~svn4635~dfsg-3   brian   On Wed, 16 Nov 2016 10:43:51 +0000, Rory Walsh wrote: Can you try manually installing the latest version of libgmm++-dev?  On 16 November 2016 at 09:08, <brian@amsynth.com> wrote: Ok, I unchecked the deb-src lines and tried to build the dependencies, but this is what I got: Build-Depends dependency for csound cannot be satisfied because candidate version of package libgmm++-dev can't satisfy version requirements   brian   On Mon, 14 Nov 2016 11:11:21 +0100, Anders Genell wrote: I'll answer inline below 14 nov. 2016 kl. 10:29 skrev brian@AMSYNTH.COM: Hi Anders and Rory, and thanks for responding! :) I'll check the sources.list file. I tried adding the github address to the synaptic repositories, but that didn't work for some reason. (Maybe it's the wrong approach..?) Yes, that is unfortunately the wrong approach, although it would seem logical.  The sources for Debian/ubuntu must be the ones provided by Debian/Ubuntu.  There are two issues here: Fist you need Debian sources that are used for building almost anything on a Debian system. Those are enabled by editing sources.list Then you need the specific csound sources. Those you download from the csound github page. A good way to do that is to install the git program  sudo apt-get install git and then get the sources git clone https://github.com/csound/csound and follow build instructions in build.md The error message is exactly what is also mentioned on the Csound Github "Build.md" page: E: You must put some 'source' URIs in your sources.list Yes, that is because you cannot build stuff without sources, and without "deb-src"-lines in sources.list apt-get cannot find them.  Also, should I be looking at the Github page maintained by Iain or the one by Lazzarini? csound.github.io Lastly, should I uninstall the repository version of Csound?  (6.03)  Do I have to purge the data files also?   That is recommended, as there could be issues with conflicting versions.  Regards, Anders Many thanks in advance, brian   On Sun, 13 Nov 2016 22:03:15 +0100, Anders Genell wrote: Also, just to be clear, if you haven't enabled source packages in your sources list there will be no source packages installed.  To enable, edit /etc/apt/sources.list  and remove the # in front of all dec-src lines.  Save and run apt-get update.  Now you should be able to install source packages.  Regards, Anders 13 nov. 2016 kl. 21:54 skrev Rory Walsh <rorywalsh@EAR.IE>: I think build-dep csound is a little out of date. Can you post the error you get? On 13 November 2016 at 18:48, <brian@amsynth.com> wrote: Hi all, seems like every time I have to build Csound from Git, something trips me up. This time, I can't see if I have all the dependencies. When I do apt-get build-dep csound it says I have to add a URI to the sources.list.   Can someone walk me through this one?   brian   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 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     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     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

 

 
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-11-16 19:29
FromRory Walsh
SubjectRe: Building Csound in AntiX (Debian): DONE!! :)
Great. I just posted another message before I saw this one, please ignore. Yeah, if you checkout the dev branch, do a git pull, and rebuild. Then you'll be up to date with the bleeding edge version of Csound ;) 
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-11-16 19:38
Frombrian@AMSYNTH.COM
SubjectRe: Building Csound in AntiX (Debian): DONE!! :)

Ok.  And by the way, a BIG "Thank You" to both of you. ;)

 

brian

 

On Wed, 16 Nov 2016 19:29:16 +0000, Rory Walsh wrote:

Great. I just posted another message before I saw this one, please ignore. Yeah, if you checkout the dev branch, do a git pull, and rebuild. Then you'll be up to date with the bleeding edge version of Csound ;) 
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