Advertisement
peetaur

minion manual build fail

Aug 3rd, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. peter@peter:~/tmp/minion-0.12/bin> cmake ..
  2. CMake Error at CMakeLists.txt:25 (message):
  3. You cannot run CMake in the source directory (please take a look at the
  4. README).
  5.  
  6.  
  7. -- Configuring incomplete, errors occurred!
  8. peter@peter:~/tmp/minion-0.12/bin> vim ../CMakeLists.txt
  9. peter@peter:~/tmp/minion-0.12/bin> cmake ..
  10. fatal: Not a git repository (or any of the parent directories): .git
  11. fatal: Not a git repository (or any of the parent directories): .git
  12. -- Unable to determine git version (no checkout?)
  13. -- Git version 0, date unknown
  14. -- Help file exists, not regenerating
  15. -- Generating constraints:
  16. -- element element_one watchelement watchelement_one gacelement-deprecated
  17. -- alldiff gacalldiff gcc gccweak watchneq diseq __reify_diseq eq
  18. -- __reify_eq minuseq __reify_minuseq abs ineq watchless lexleq[rv]
  19. -- lexleq[quick] lexleq lexless lexless[quick] max min occurrence
  20. -- occurrenceleq occurrencegeq product difference weightedsumleq
  21. -- weightedsumgeq sumgeq sumleq watchsumgeq watchsumleq table negativetable
  22. -- watchvecneq staticvecneq litsumgeq pow div modulo gadget disabled-or
  23. -- hamming not-hamming watched-or watched-and w-inset w-notinset
  24. -- w-inrange w-notinrange w-literal w-notliteral reify reifyimply-quick
  25. -- reifyimply reifyimply-old reifyimply-new true false check[gsa]
  26. -- check[assign] watchvecexists_less lighttable
  27. -- Please be naughty
  28. -- Boost version: 1.46.1
  29. -- Found the following Boost libraries:
  30. -- iostreams
  31. -- Found ZLIB: /usr/lib64/libz.so (found version "1.2.5")
  32. -- Found BZip2: /usr/lib64/libbz2.so
  33. -- Looking for BZ2_bzCompressInit in /usr/lib64/libbz2.so
  34. -- Looking for BZ2_bzCompressInit in /usr/lib64/libbz2.so - found
  35. -- Boost and all required libraries found, building with boost
  36. -- Performing Test CheckWarnings
  37. -- Performing Test CheckWarnings - Success
  38. -- Looking for C++ include boost/unordered_set.hpp
  39. -- Looking for C++ include boost/unordered_set.hpp - found
  40. -- Using Boost TR1 libraries
  41. -- Performing Test MAC_MDYNAMIC
  42. -- Performing Test MAC_MDYNAMIC - Failed
  43. -- Using CPU-specific flags x86_64
  44. -- Executable name set to "minion"
  45. -- No clisp executable found, not generating LISP targets
  46. -- Generating HTML documentation target
  47. -- Generating doxygen documentation target
  48. -- Configuring done
  49. -- Generating done
  50. -- Build files have been written to: /home/peter/tmp/minion-0.12
  51. peter@peter:~/tmp/minion-0.12/bin> cd ..
  52. peter@peter:~/tmp/minion-0.12> make minion
  53. Scanning dependencies of target inputfile_parse
  54. [ 2%] Building CXX object CMakeFiles/inputfile_parse.dir/minion/inputfile_parse/inputfile_parse.o
  55. c++: error: x86_64: No such file or directory
  56. make[3]: *** [CMakeFiles/inputfile_parse.dir/minion/inputfile_parse/inputfile_parse.o] Error 1
  57. make[2]: *** [CMakeFiles/inputfile_parse.dir/all] Error 2
  58. make[1]: *** [CMakeFiles/minion.dir/rule] Error 2
  59. make: *** [minion] Error 2
  60. peter@peter:~/tmp/minion-0.12>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement