Csound Csound-dev Csound-tekno Search About

Installing Csound on Ubuntu Studio

Date2016-02-12 15:50
FromMarcelo Carneiro
SubjectInstalling Csound on Ubuntu Studio
Hi. I am new to Ubuntu. I am trying to install csound on Ubuntu Studio
14.03.02 but after running almost everything on Terminal, I get an error
message just after writing cmake ../csound.
I am attaching the Log error file. 
Thanks for any help.
bests
Marcelo

CMake Error Log

Compiling the CXX compiler identification source file
"CMakeCXXCompilerId.cpp" failed.
Compiler: CMAKE_CXX_COMPILER-NOTFOUND 
Build flags: 
Id flags: 

The output was:
No such file or directory


Compiling the CXX compiler identification source file
"CMakeCXXCompilerId.cpp" failed.
Compiler: CMAKE_CXX_COMPILER-NOTFOUND 
Build flags: 
Id flags: -c

The output was:
No such file or directory


Checking whether the CXX compiler is IAR using "" did not match "IAR .+
Compiler":
Performing C++ SOURCE FILE Test HAS_CXX_TREE_VECTORIZE failed with the
following output:

Source file was:
int main() { return 0;}
Performing C++ SOURCE FILE Test HAS_CXX_FAST_MATH failed with the following
output:

Source file was:
int main() { return 0;}
Performing C++ SOURCE FILE Test HAS_CXX_FPMATH_SSE failed with the following
output:

Source file was:
int main() { return 0;}
Performing C++ SOURCE FILE Test HAS_CXX_SSE2 failed with the following
output:

Source file was:
int main() { return 0;}
Performing C++ SOURCE FILE Test HAS_CXX_OMIT_FRAME_POINTER failed with the
following output:

Source file was:
int main() { return 0;}
Performing C++ SOURCE FILE Test HAS_CXX_VISIBILITY_HIDDEN failed with the
following output:

Source file was:
int main() { return 0;}
Determining if the system is big endian passed with the following output:
Change Dir: /home/marcelo/csound/cs6make/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec738748459/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec738748459.dir/build.make
CMakeFiles/cmTryCompileExec738748459.dir/build
make[1]: Entrando no diretório
`/home/marcelo/csound/cs6make/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/marcelo/csound/cs6make/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec738748459.dir/TestEndianess.c.o
/usr/bin/cc   -ffast-math -mfpmath=sse -msse2 -fomit-frame-pointer
-fvisibility=hidden    -o
CMakeFiles/cmTryCompileExec738748459.dir/TestEndianess.c.o   -c
/home/marcelo/csound/cs6make/CMakeFiles/CMakeTmp/TestEndianess.c
Linking C executable cmTryCompileExec738748459
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec738748459.dir/link.txt --verbose=1
/usr/bin/cc   -ffast-math -mfpmath=sse -msse2 -fomit-frame-pointer
-fvisibility=hidden    
CMakeFiles/cmTryCompileExec738748459.dir/TestEndianess.c.o  -o
cmTryCompileExec738748459 -rdynamic 
make[1]: Saindo do diretório
`/home/marcelo/csound/cs6make/CMakeFiles/CMakeTmp'

TestEndianess.c:
/* A 16 bit integer is required. */
typedef unsigned short cmakeint16;

/* On a little endian machine, these 16bit ints will give "THIS IS LITTLE
ENDIAN."
   On a big endian machine the characters will be exchanged pairwise. */
const cmakeint16 info_little[] =  {0x4854, 0x5349, 0x4920, 0x2053, 0x494c,
0x5454, 0x454c, 0x4520, 0x444e, 0x4149, 0x2e4e, 0x0000};

/* on a big endian machine, these 16bit ints will give "THIS IS BIG ENDIAN."
   On a little endian machine the characters will be exchanged pairwise. */
const cmakeint16 info_big[] =     {0x5448, 0x4953, 0x2049, 0x5320, 0x4249,
0x4720, 0x454e, 0x4449, 0x414e, 0x2e2e, 0x0000};

#ifdef __CLASSIC_C__
int main(argc, argv) int argc; char *argv[];
#else
int main(int argc, char *argv[])
#endif
{
  int require = 0;
  require += info_little[argc];
  require += info_big[argc];
  (void)argv;
  return require;
}


Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include 
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include 
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include 
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include 
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include 
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include 
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include 
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include 
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include 
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Compiling the CXX compiler identification source file
"CMakeCXXCompilerId.cpp" failed.
Compiler: CMAKE_CXX_COMPILER-NOTFOUND 
Build flags: 
Id flags: 

The output was:
No such file or directory


Compiling the CXX compiler identification source file
"CMakeCXXCompilerId.cpp" failed.
Compiler: CMAKE_CXX_COMPILER-NOTFOUND 
Build flags: 
Id flags: -c

The output was:
No such file or directory


Checking whether the CXX compiler is IAR using "" did not match "IAR .+
Compiler":
Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include 
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include 
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include 
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include 
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include 
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include 
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include 
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include 
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include 
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}




--
View this message in context: http://csound.1045644.n5.nabble.com/Installing-Csound-on-Ubuntu-Studio-tp5747072.html
Sent from the Csound - General mailing list archive at Nabble.com.

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-02-12 16:03
FromRory Walsh
SubjectRe: Installing Csound on Ubuntu Studio
Can you tell us which if any of the steps you've followed from here:


p.s. I'm not sure if the csound-dep script installs the build tools for you, but you may need to run 'sudo apt-get install build-essential'


On 12 February 2016 at 15:50, Marcelo Carneiro <marcelo.arcos2@gmail.com> wrote:
Hi. I am new to Ubuntu. I am trying to install csound on Ubuntu Studio
14.03.02 but after running almost everything on Terminal, I get an error
message just after writing cmake ../csound.
I am attaching the Log error file.
Thanks for any help.
bests
Marcelo

CMake Error Log

Compiling the CXX compiler identification source file
"CMakeCXXCompilerId.cpp" failed.
Compiler: CMAKE_CXX_COMPILER-NOTFOUND
Build flags:
Id flags:

The output was:
No such file or directory


Compiling the CXX compiler identification source file
"CMakeCXXCompilerId.cpp" failed.
Compiler: CMAKE_CXX_COMPILER-NOTFOUND
Build flags:
Id flags: -c

The output was:
No such file or directory


Checking whether the CXX compiler is IAR using "" did not match "IAR .+
Compiler":
Performing C++ SOURCE FILE Test HAS_CXX_TREE_VECTORIZE failed with the
following output:

Source file was:
int main() { return 0;}
Performing C++ SOURCE FILE Test HAS_CXX_FAST_MATH failed with the following
output:

Source file was:
int main() { return 0;}
Performing C++ SOURCE FILE Test HAS_CXX_FPMATH_SSE failed with the following
output:

Source file was:
int main() { return 0;}
Performing C++ SOURCE FILE Test HAS_CXX_SSE2 failed with the following
output:

Source file was:
int main() { return 0;}
Performing C++ SOURCE FILE Test HAS_CXX_OMIT_FRAME_POINTER failed with the
following output:

Source file was:
int main() { return 0;}
Performing C++ SOURCE FILE Test HAS_CXX_VISIBILITY_HIDDEN failed with the
following output:

Source file was:
int main() { return 0;}
Determining if the system is big endian passed with the following output:
Change Dir: /home/marcelo/csound/cs6make/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec738748459/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec738748459.dir/build.make
CMakeFiles/cmTryCompileExec738748459.dir/build
make[1]: Entrando no diretório
`/home/marcelo/csound/cs6make/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/marcelo/csound/cs6make/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec738748459.dir/TestEndianess.c.o
/usr/bin/cc   -ffast-math -mfpmath=sse -msse2 -fomit-frame-pointer
-fvisibility=hidden    -o
CMakeFiles/cmTryCompileExec738748459.dir/TestEndianess.c.o   -c
/home/marcelo/csound/cs6make/CMakeFiles/CMakeTmp/TestEndianess.c
Linking C executable cmTryCompileExec738748459
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec738748459.dir/link.txt --verbose=1
/usr/bin/cc   -ffast-math -mfpmath=sse -msse2 -fomit-frame-pointer
-fvisibility=hidden
CMakeFiles/cmTryCompileExec738748459.dir/TestEndianess.c.o  -o
cmTryCompileExec738748459 -rdynamic
make[1]: Saindo do diretório
`/home/marcelo/csound/cs6make/CMakeFiles/CMakeTmp'

TestEndianess.c:
/* A 16 bit integer is required. */
typedef unsigned short cmakeint16;

/* On a little endian machine, these 16bit ints will give "THIS IS LITTLE
ENDIAN."
   On a big endian machine the characters will be exchanged pairwise. */
const cmakeint16 info_little[] =  {0x4854, 0x5349, 0x4920, 0x2053, 0x494c,
0x5454, 0x454c, 0x4520, 0x444e, 0x4149, 0x2e4e, 0x0000};

/* on a big endian machine, these 16bit ints will give "THIS IS BIG ENDIAN."
   On a little endian machine the characters will be exchanged pairwise. */
const cmakeint16 info_big[] =     {0x5448, 0x4953, 0x2049, 0x5320, 0x4249,
0x4720, 0x454e, 0x4449, 0x414e, 0x2e2e, 0x0000};

#ifdef __CLASSIC_C__
int main(argc, argv) int argc; char *argv[];
#else
int main(int argc, char *argv[])
#endif
{
  int require = 0;
  require += info_little[argc];
  require += info_big[argc];
  (void)argv;
  return require;
}


Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include <omp.h>
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include <omp.h>
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include <omp.h>
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include <omp.h>
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include <omp.h>
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include <omp.h>
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include <omp.h>
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include <omp.h>
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include <omp.h>
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Compiling the CXX compiler identification source file
"CMakeCXXCompilerId.cpp" failed.
Compiler: CMAKE_CXX_COMPILER-NOTFOUND
Build flags:
Id flags:

The output was:
No such file or directory


Compiling the CXX compiler identification source file
"CMakeCXXCompilerId.cpp" failed.
Compiler: CMAKE_CXX_COMPILER-NOTFOUND
Build flags:
Id flags: -c

The output was:
No such file or directory


Checking whether the CXX compiler is IAR using "" did not match "IAR .+
Compiler":
Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include <omp.h>
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include <omp.h>
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include <omp.h>
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include <omp.h>
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include <omp.h>
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include <omp.h>
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include <omp.h>
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include <omp.h>
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}

Performing C++ SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the
following output:

Source file was:

#include <omp.h>
int main() {
#ifdef _OPENMP
  return 0;
#else
  breaks_on_purpose
#endif
}




--
View this message in context: http://csound.1045644.n5.nabble.com/Installing-Csound-on-Ubuntu-Studio-tp5747072.html
Sent from the Csound - General mailing list archive at Nabble.com.

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-02-12 16:03
Fromjpff
SubjectRe: Installing Csound on Ubuntu Studio
Do you have C++ installed?  Those errors at first sight look have 
non-functioning compilers.
==John ff

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-02-13 00:12
FromMarcelo Carneiro
SubjectRe: Installing Csound on Ubuntu Studio
Hi, I don't have a C++ compiler, and I followed all steps under Debian/Ubuntu
- Building Csound 6 in here:
https://github.com/csound/csound/blob/develop/BUILD.md#debian

Thank you for your help.
Bests
Marcelo



--
View this message in context: http://csound.1045644.n5.nabble.com/Installing-Csound-on-Ubuntu-Studio-tp5747072p5747079.html
Sent from the Csound - General mailing list archive at Nabble.com.

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-02-13 00:19
FromMarcelo Carneiro
SubjectRe: Installing Csound on Ubuntu Studio
/sudo apt-get build-dep csound /  gets me this innformation:
marcelo@marcelo-HP-14-Notebook-PC:~$ sudo apt-get build-dep csound
[sudo] password for marcelo: 
Lendo listas de pacotes... Pronto
Construindo árvore de dependências       
Lendo informação de estado... Pronto
Nota, selecionando 'libpng12-dev' ao invés de 'libpng-dev'
Os pacotes a seguir têm dependências desencontradas:
 libjack-dev : Depende: libjack0 (= 2:0.124.2~20151211-2~trusty1) mas não
será instalado
E: Não foi possível satisfazer as dependências de compilação para csound.
marcelo@marcelo-HP-14-Notebook-PC:~$ ^C
marcelo@marcelo-HP-14-Notebook-PC:~$ 
 The information under 'E:' is in Portuguese, so I will translate it down
here:
"E: It was not possible to satisfy the compilation dependencies (?) for
csound."



--
View this message in context: http://csound.1045644.n5.nabble.com/Installing-Csound-on-Ubuntu-Studio-tp5747072p5747080.html
Sent from the Csound - General mailing list archive at Nabble.com.

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-02-13 07:12
FromVictor Lazzarini
SubjectRe: Installing Csound on Ubuntu Studio
you need the compilers otherwise you can't build software, that is an assumption implicit in the instructions.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 13 Feb 2016, at 00:12, Marcelo Carneiro  wrote:
> 
> Hi, I don't have a C++ compiler, and I followed all steps under Debian/Ubuntu
> - Building Csound 6 in here:
> https://github.com/csound/csound/blob/develop/BUILD.md#debian
> 
> Thank you for your help.
> Bests
> Marcelo
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Installing-Csound-on-Ubuntu-Studio-tp5747072p5747079.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> 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-02-13 07:16
FromVictor Lazzarini
SubjectRe: Installing Csound on Ubuntu Studio
The problem is only with Jack. Maybe you already have jack2, in which case you can try installing libjack2-dev or whatever name is the dev package for jack2 called. 

Or you can just build without jack support.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 13 Feb 2016, at 00:19, Marcelo Carneiro  wrote:
> 
> /sudo apt-get build-dep csound /  gets me this innformation:
> marcelo@marcelo-HP-14-Notebook-PC:~$ sudo apt-get build-dep csound
> [sudo] password for marcelo: 
> Lendo listas de pacotes... Pronto
> Construindo árvore de dependências       
> Lendo informação de estado... Pronto
> Nota, selecionando 'libpng12-dev' ao invés de 'libpng-dev'
> Os pacotes a seguir têm dependências desencontradas:
> libjack-dev : Depende: libjack0 (= 2:0.124.2~20151211-2~trusty1) mas não
> será instalado
> E: Não foi possível satisfazer as dependências de compilação para csound.
> marcelo@marcelo-HP-14-Notebook-PC:~$ ^C
> marcelo@marcelo-HP-14-Notebook-PC:~$ 
> The information under 'E:' is in Portuguese, so I will translate it down
> here:
> "E: It was not possible to satisfy the compilation dependencies (?) for
> csound."
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Installing-Csound-on-Ubuntu-Studio-tp5747072p5747080.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> 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