Advertisement
Guest User

Anope Config

a guest
Sep 10th, 2013
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. ./Config
  2. ___
  3. / _ \ http://www.anope.org
  4. | /_\ | _ __ _ _ _ _ ___
  5. | _ || '_ \/ _ \/ _ \ / _ \
  6. | | | || | | |_| |_| | __/
  7. |_| |_||_| |_\___/| _/ \___|
  8. | |
  9. |_| IRC Services
  10. 1.9.8
  11. This program will help you to compile your Services, and ask you
  12. questions regarding the compile-time settings of it during the
  13. process. For more options type ./Config --help
  14.  
  15. Anope is a set of Services for IRC networks that allows users to
  16. manage their nicks and channels in a secure and efficient way,
  17. and administrators to manage their network with powerful tools.
  18.  
  19. For all your Anope needs please visit our portal at www.anope.org
  20.  
  21. Beginning Services configuration.
  22.  
  23. Using defaults from config.cache. To ignore, ./Config -nocache
  24.  
  25. In what directory should Anope be installed?
  26. [/home/anope/services]
  27.  
  28. Which group should all Services data files be owned by? (If Services
  29. should not force files to be owned by a particular group, just press
  30. Return.)
  31. []
  32.  
  33. What should the default umask for data files be (in octal)?
  34. (077 = only accessible by owner; 007 = accessible by owner and group)
  35. [0777]
  36.  
  37. Would you like to build a debug version of Anope?
  38. [y]
  39.  
  40. You can optionally have the build run through run-cc.pl, which will
  41. cause warnings and errors (if any) to be colored yellow and red,
  42. respectively. This relies on Perl being installed, so if you say yes
  43. to this without Perl, the option will be ignored.
  44. NOTE: If you are using MinGW, it is NOT recommended to say yes to
  45. this, it may fail.
  46. Would you like to utilize run-cc.pl?
  47. [y]
  48.  
  49. Do you want to build using precompiled headers? This can speed up
  50. the build, but uses more disk space.
  51. [n]
  52.  
  53. Are there any extra include directories you wish to use?
  54. You may only need to do this if CMake is unable to locate
  55. missing dependencies without hints.
  56. Separate directories with semicolons.
  57. If you need no extra include directories, enter NONE in all caps.
  58. []
  59.  
  60. Are there any extra library directories you wish to use?
  61. You may only need to do this if CMake is unable to locate
  62. missing dependencies without hints.
  63. Separate directories with semicolons.
  64. If you need no extra library directories, enter NONE in all caps.
  65. ] E
  66.  
  67. Are there any extra arguments you wish to pass to CMake?
  68. If you need no extra arugments to CMake, enter NONE in all caps.
  69. []
  70.  
  71. Saving configuration results in config.cache... done.
  72. cmake -DINSTDIR:STRING=/home/anope/services -DDEFUMASK:STRING=0777 -DCMAKE_BUILD_TYPE:STRING=DEBUG -DUSE_RUN_CC_PL:BOOLEAN=ON -DUSE_PCH:BOOLEAN=OFF -DEXTRA_LIBS:STRING ..
  73. -- The CXX compiler identification is unknown
  74. CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
  75. CMake Warning (dev) at CMakeLists.txt:219 (link_directories):
  76. This command specifies the relative path
  77.  
  78. NE
  79.  
  80. as a link directory.
  81.  
  82. Policy CMP0015 is not set: link_directories() treats paths relative to the
  83. source dir. Run "cmake --help-policy CMP0015" for policy details. Use the
  84. cmake_policy command to set the policy and suppress this warning.
  85. This warning is for project developers. Use -Wno-dev to suppress it.
  86.  
  87. extra/m_ldap.cpp can not be built due to missing dependencies.
  88. extra/m_mysql.cpp can not be built due to missing dependencies.
  89. extra/m_regex_pcre.cpp can not be built due to missing dependencies.
  90. extra/m_regex_posix.cpp can not be built due to missing dependencies.
  91. extra/m_regex_tre.cpp can not be built due to missing dependencies.
  92. extra/m_sqlite.cpp can not be built due to missing dependencies.
  93. extra/m_ssl.cpp can not be built due to missing dependencies.
  94. can not be built due to missing dependencies.
  95. -- Configuring incomplete, errors occurred!
  96.  
  97. Now cd build, then run make to build Anope.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement