All pastes #2074234 Raw Edit

oneforall2

public text v1 · immutable
#2074234 ·published 2011-06-03 19:20 UTC
rendered paste body
Performing C++ SOURCE FILE Test TAGLIB_ASF_FOUND failed with the following output:
Change Dir: /tmp/amarok-2.4.0/build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Entering directory `/tmp/amarok-2.4.0/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /tmp/amarok-2.4.0/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/src.cxx.o
/usr/bin/c++    -DTAGLIB_ASF_FOUND -I/usr/include/taglib   -o CMakeFiles/cmTryCompileExec.dir/src.cxx.o -c /tmp/amarok-2.4.0/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/c++      -DTAGLIB_ASF_FOUND   CMakeFiles/cmTryCompileExec.dir/src.cxx.o  -o cmTryCompileExec -rdynamic -L/usr/lib64 -ltag 
CMakeFiles/cmTryCompileExec.dir/src.cxx.o: In function `main':
src.cxx:(.text+0x11): undefined reference to `TagLib::ASF::Tag::Tag()'
src.cxx:(.text+0x22): undefined reference to `TagLib::ASF::Tag::~Tag()'
collect2: ld returned 1 exit status
gmake[1]: *** [cmTryCompileExec] Error 1
gmake[1]: Leaving directory `/tmp/amarok-2.4.0/build/CMakeFiles/CMakeTmp'
gmake: *** [cmTryCompileExec/fast] Error 2

Source file was:
#include <asftag.h>
int main() { TagLib::ASF::Tag tag; return 0;}