Hanns Holger Rutz
2014-10-08 13:24:35 UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I need some helping building the sc3-plugins from source (apparently
there is no Debian Jessie package).
I am trying
::::: begin :::::
$ export CXX=/usr/bin/cpp
$ $CXX --version
cpp (Debian 4.9.1-16) 4.9.1
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
$ cmake --version
cmake version 3.0.2
CMake suite maintained and supported by Kitware (kitware.com/cmake).
$ cmake ..
- -- The CXX compiler identification is unknown
- -- Check for working CXX compiler: /usr/bin/gcc
- -- Check for working CXX compiler: /usr/bin/gcc -- broken
CMake Error at
/usr/share/cmake-3.0/Modules/CMakeTestCXXCompiler.cmake:54 (message):
The C++ compiler "/usr/bin/gcc" is not able to compile a simple test
program.
It fails with the following output:
Change Dir:
/home/hhrutz/Documents/devel/sc3-plugins/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2184250963/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2184250963.dir/build.make
CMakeFiles/cmTryCompileExec2184250963.dir/build
make[1]: Entering directory
'/home/hhrutz/Documents/devel/sc3-plugins/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/hhrutz/Documents/devel/sc3-plugins/build/CMakeFiles/CMakeTmp/CMakeFiles
1
Building CXX object
CMakeFiles/cmTryCompileExec2184250963.dir/testCXXCompiler.cxx.o
/usr/bin/gcc -o
CMakeFiles/cmTryCompileExec2184250963.dir/testCXXCompiler.cxx.o -c
/home/hhrutz/Documents/devel/sc3-plugins/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
CMakeFiles/cmTryCompileExec2184250963.dir/build.make:57: recipe for
target
'CMakeFiles/cmTryCompileExec2184250963.dir/testCXXCompiler.cxx.o' failed
make[1]: ***
[CMakeFiles/cmTryCompileExec2184250963.dir/testCXXCompiler.cxx.o]
Error 1
make[1]: Leaving directory
'/home/hhrutz/Documents/devel/sc3-plugins/build/CMakeFiles/CMakeTmp'
Makefile:118: recipe for target 'cmTryCompileExec2184250963/fast' failed
make: *** [cmTryCompileExec2184250963/fast] Error 2
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:2 (project)
- -- Configuring incomplete, errors occurred!
See also
"/home/hhrutz/Documents/devel/sc3-plugins/build/CMakeFiles/CMakeOutput.log".
See also
"/home/hhrutz/Documents/devel/sc3-plugins/build/CMakeFiles/CMakeError.log".
::::: end :::::
Any ideas?
Thanks, .h.h.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJUNTsTAAoJEKZFmaPaYk6QzLwP/0YrQmJZoC+GlRfaI585PQj2
B0dlWBkTqZ7q7mlk+1v79BUfFcz6KjnuyiR+3QSMbcURHa9mjlMpCBu9tneRP0Q5
NexQ8edD4fuNuJziZg6kdbWa6GEvFwwwTfouRSC/WlDH+K5HIwzo4EDMLr1oharb
3xDw4LWvNE4M1xtAB9vsjMcAzaOoCeq3FKFLoBsBBUz+pbG7MVeuTLNxHneQQ6wC
xNosBEH2J/9jKDT7CrDdVeviJ6p/JYzvdsMP0Gm22GpT3x4qdf09UMdTo0NmGtsz
jGHNTQU6PGYO7RqMmWulxt5Xog/HpUWjpgm3fukeUdKPt/pxmW9f580zwrM/g9V3
BrGP7PygR0HBDLc7eWxsQaIu2sdTM0ZnU1z0dCkoQRRPxlljnLvyrApf+c2m0rSI
FVSRyEduOLuWsisy/DXuL4OnBc/L2ngh1Bqgtebj6nxoLhPiGSN+8AtUMQRuW/ja
Ze5OBhThF1WSDXQeeeOajLntxA+6i1yRUxLh03R6Zuk3TQX9d9PHutzfGIbgVdkR
4Jx9V5kyQLz+OMnw9jWkYUHl02CChp4F22pq65QVOULLeWOmqWet0YGbPxcmffCo
+HdMyq82i/rGCN3W2bnyNYA+BBGIT1CLkVzcD+IflsiQ7X59MhYXvkdl+mvMgzWY
TdyVU9HMY7TiPAji+Mlq
=Bcg9
-----END PGP SIGNATURE-----
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
Hash: SHA1
Hi,
I need some helping building the sc3-plugins from source (apparently
there is no Debian Jessie package).
I am trying
::::: begin :::::
$ export CXX=/usr/bin/cpp
$ $CXX --version
cpp (Debian 4.9.1-16) 4.9.1
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
$ cmake --version
cmake version 3.0.2
CMake suite maintained and supported by Kitware (kitware.com/cmake).
$ cmake ..
- -- The CXX compiler identification is unknown
- -- Check for working CXX compiler: /usr/bin/gcc
- -- Check for working CXX compiler: /usr/bin/gcc -- broken
CMake Error at
/usr/share/cmake-3.0/Modules/CMakeTestCXXCompiler.cmake:54 (message):
The C++ compiler "/usr/bin/gcc" is not able to compile a simple test
program.
It fails with the following output:
Change Dir:
/home/hhrutz/Documents/devel/sc3-plugins/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2184250963/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2184250963.dir/build.make
CMakeFiles/cmTryCompileExec2184250963.dir/build
make[1]: Entering directory
'/home/hhrutz/Documents/devel/sc3-plugins/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/hhrutz/Documents/devel/sc3-plugins/build/CMakeFiles/CMakeTmp/CMakeFiles
1
Building CXX object
CMakeFiles/cmTryCompileExec2184250963.dir/testCXXCompiler.cxx.o
/usr/bin/gcc -o
CMakeFiles/cmTryCompileExec2184250963.dir/testCXXCompiler.cxx.o -c
/home/hhrutz/Documents/devel/sc3-plugins/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
CMakeFiles/cmTryCompileExec2184250963.dir/build.make:57: recipe for
target
'CMakeFiles/cmTryCompileExec2184250963.dir/testCXXCompiler.cxx.o' failed
make[1]: ***
[CMakeFiles/cmTryCompileExec2184250963.dir/testCXXCompiler.cxx.o]
Error 1
make[1]: Leaving directory
'/home/hhrutz/Documents/devel/sc3-plugins/build/CMakeFiles/CMakeTmp'
Makefile:118: recipe for target 'cmTryCompileExec2184250963/fast' failed
make: *** [cmTryCompileExec2184250963/fast] Error 2
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:2 (project)
- -- Configuring incomplete, errors occurred!
See also
"/home/hhrutz/Documents/devel/sc3-plugins/build/CMakeFiles/CMakeOutput.log".
See also
"/home/hhrutz/Documents/devel/sc3-plugins/build/CMakeFiles/CMakeError.log".
::::: end :::::
Any ideas?
Thanks, .h.h.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJUNTsTAAoJEKZFmaPaYk6QzLwP/0YrQmJZoC+GlRfaI585PQj2
B0dlWBkTqZ7q7mlk+1v79BUfFcz6KjnuyiR+3QSMbcURHa9mjlMpCBu9tneRP0Q5
NexQ8edD4fuNuJziZg6kdbWa6GEvFwwwTfouRSC/WlDH+K5HIwzo4EDMLr1oharb
3xDw4LWvNE4M1xtAB9vsjMcAzaOoCeq3FKFLoBsBBUz+pbG7MVeuTLNxHneQQ6wC
xNosBEH2J/9jKDT7CrDdVeviJ6p/JYzvdsMP0Gm22GpT3x4qdf09UMdTo0NmGtsz
jGHNTQU6PGYO7RqMmWulxt5Xog/HpUWjpgm3fukeUdKPt/pxmW9f580zwrM/g9V3
BrGP7PygR0HBDLc7eWxsQaIu2sdTM0ZnU1z0dCkoQRRPxlljnLvyrApf+c2m0rSI
FVSRyEduOLuWsisy/DXuL4OnBc/L2ngh1Bqgtebj6nxoLhPiGSN+8AtUMQRuW/ja
Ze5OBhThF1WSDXQeeeOajLntxA+6i1yRUxLh03R6Zuk3TQX9d9PHutzfGIbgVdkR
4Jx9V5kyQLz+OMnw9jWkYUHl02CChp4F22pq65QVOULLeWOmqWet0YGbPxcmffCo
+HdMyq82i/rGCN3W2bnyNYA+BBGIT1CLkVzcD+IflsiQ7X59MhYXvkdl+mvMgzWY
TdyVU9HMY7TiPAji+Mlq
=Bcg9
-----END PGP SIGNATURE-----
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/