Advertisement
Guest User

Untitled

a guest
Oct 5th, 2012
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. $ make
  2. Scanning dependencies of target clusters
  3. [ 12%] Building CXX object CMakeFiles/clusters.dir/clusters.cc.o
  4. [ 25%] Building CXX object CMakeFiles/clusters.dir/util.cc.o
  5. Linking CXX static library libclusters.a
  6. [ 25%] Built target clusters
  7. Scanning dependencies of target fileseverity
  8. [ 37%] Building CXX object CMakeFiles/fileseverity.dir/fileseverity.cc.o
  9. Linking CXX executable fileseverity
  10. libclusters.a(clusters.cc.o): In function `Clusters::collect_fragments(Glib::ustring const&)':
  11. clusters.cc:(.text+0x16e2): undefined reference to `Glib::ustring::c_str() const'
  12. clusters.cc:(.text+0x1ae9): undefined reference to `Glib::ustring::c_str() const'
  13. collect2: ld returned 1 exit status
  14. make[2]: *** [fileseverity] Error 1
  15. make[1]: *** [CMakeFiles/fileseverity.dir/all] Error 2
  16. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement