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