Amarok latest SVN compilation issue

Dâniel Fraga fragabr at gmail.com
Tue Mar 10 17:56:08 UTC 2009


On Tue, 10 Mar 2009 07:50:47 -0500
Ian Monroe <ian.monroe at gmail.com> wrote:

> > ~/svn/amarok/b/CMakeTmp/generator/CMakeFiles/CMakeTmp$ ./cmTryCompileExec
> > -bash: ./cmTryCompileExec: No such file or directory
> 
> Go in that same directory and run 'make' instead, and post the output of that.

/usr/local/bin/cmake -H/home/fraga/svn/amarok/b/CMakeTmp/generator/CMakeFiles/CMakeTmp -B/home/fraga/svn/amarok/b/CMakeTmp/generator/CMakeFiles/CMakeTmp --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/bin/cmake -E cmake_progress_start /home/fraga/svn/amarok/b/CMakeTmp/generator/CMakeFiles/CMakeTmp/CMakeFiles /home/fraga/svn/amarok/b/CMakeTmp/generator/CMakeFiles/CMakeTmp/CMakeFiles/progress.make
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory `/usr/local/src/svn/amarok/b/CMakeTmp/generator/CMakeFiles/CMakeTmp'
make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/depend
make[2]: Entering directory `/usr/local/src/svn/amarok/b/CMakeTmp/generator/CMakeFiles/CMakeTmp'
cd /home/fraga/svn/amarok/b/CMakeTmp/generator/CMakeFiles/CMakeTmp && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /home/fraga/svn/amarok/b/CMakeTmp/generator/CMakeFiles/CMakeTmp /home/fraga/svn/amarok/b/CMakeTmp/generator/CMakeFiles/CMakeTmp /home/fraga/svn/amarok/b/CMakeTmp/generator/CMakeFiles/CMakeTmp /home/fraga/svn/amarok/b/CMakeTmp/generator/CMakeFiles/CMakeTmp /home/fraga/svn/amarok/b/CMakeTmp/generator/CMakeFiles/CMakeTmp/CMakeFiles/cmTryCompileExec.dir/DependInfo.cmake --color=
make[2]: Leaving directory `/usr/local/src/svn/amarok/b/CMakeTmp/generator/CMakeFiles/CMakeTmp'
make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[2]: Entering directory `/usr/local/src/svn/amarok/b/CMakeTmp/generator/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /home/fraga/svn/amarok/b/CMakeTmp/generator/CMakeFiles/CMakeTmp/CMakeFiles 1
[100%] Building CXX object CMakeFiles/cmTryCompileExec.dir/QtScriptBindingsTest.cpp.o
/usr/local/bin/c++    -O3 -march=native -pipe  -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden  -lQtCore -lkdeui -lkdecore -lQtScript   -o CMakeFiles/cmTryCompileExec.dir/QtScriptBindingsTest.cpp.o -c /home/fraga/svn/amarok/cmake/modules/QtScriptBindingsTest.cpp
/home/fraga/svn/amarok/cmake/modules/QtScriptBindingsTest.cpp:19:28: error: KDE/KApplication: No such file or directory
/home/fraga/svn/amarok/cmake/modules/QtScriptBindingsTest.cpp:20:26: error: KDE/KAboutData: No such file or directory
/home/fraga/svn/amarok/cmake/modules/QtScriptBindingsTest.cpp:21:28: error: KDE/KCmdLineArgs: No such file or directory
/home/fraga/svn/amarok/cmake/modules/QtScriptBindingsTest.cpp:22:34: error: QtScript/QScriptEngine: No such file or directory
/home/fraga/svn/amarok/cmake/modules/QtScriptBindingsTest.cpp:23:30: error: QtCore/QStringList: No such file or directory
/home/fraga/svn/amarok/cmake/modules/QtScriptBindingsTest.cpp: In function 'int main(int, char**)':
/home/fraga/svn/amarok/cmake/modules/QtScriptBindingsTest.cpp:29: error: 'KAboutData' was not declared in this scope
/home/fraga/svn/amarok/cmake/modules/QtScriptBindingsTest.cpp:29: error: expected `;' before 'about'
/home/fraga/svn/amarok/cmake/modules/QtScriptBindingsTest.cpp:30: error: 'KCmdLineArgs' has not been declared
/home/fraga/svn/amarok/cmake/modules/QtScriptBindingsTest.cpp:30: error: 'about' was not declared in this scope
/home/fraga/svn/amarok/cmake/modules/QtScriptBindingsTest.cpp:31: error: 'KApplication' was not declared in this scope
/home/fraga/svn/amarok/cmake/modules/QtScriptBindingsTest.cpp:31: error: expected `;' before 'app'
/home/fraga/svn/amarok/cmake/modules/QtScriptBindingsTest.cpp:33: error: 'QStringList' was not declared in this scope
/home/fraga/svn/amarok/cmake/modules/QtScriptBindingsTest.cpp:33: error: expected `;' before 'allowedBindings'
/home/fraga/svn/amarok/cmake/modules/QtScriptBindingsTest.cpp:34: error: 'allowedBindings' was not declared in this scope
/home/fraga/svn/amarok/cmake/modules/QtScriptBindingsTest.cpp:35: error: 'QScriptEngine' was not declared in this scope
/home/fraga/svn/amarok/cmake/modules/QtScriptBindingsTest.cpp:35: error: expected `;' before 'engine'
/home/fraga/svn/amarok/cmake/modules/QtScriptBindingsTest.cpp:36: error: 'QString' was not declared in this scope
/home/fraga/svn/amarok/cmake/modules/QtScriptBindingsTest.cpp:36: error: 'foreach' was not declared in this scope
/home/fraga/svn/amarok/cmake/modules/QtScriptBindingsTest.cpp:37: error: expected `;' before '{' token
/home/fraga/svn/amarok/cmake/modules/QtScriptBindingsTest.cpp:45: error: expected `}' at end of input
make[2]: *** [CMakeFiles/cmTryCompileExec.dir/QtScriptBindingsTest.cpp.o] Error 1
make[2]: Leaving directory `/usr/local/src/svn/amarok/b/CMakeTmp/generator/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/all] Error 2
make[1]: Leaving directory `/usr/local/src/svn/amarok/b/CMakeTmp/generator/CMakeFiles/CMakeTmp'
make: *** [all] Error 2

-- 
Linux 2.6.28: Erotic Pickled Herring
http://u-br.net





More information about the Amarok mailing list