Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.77 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by pvaPy configure 0.2, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ tools/autoconf/configure --with-top=.
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = gaia
  14. uname -m = x86_64
  15. uname -r = 15.0.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 15.0.0: Sat Sep 19 15:53:46 PDT 2015; root:xnu-3247.10.11~1/RELEASE_X86_64
  18.  
  19. /usr/bin/uname -p = i386
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = Mach kernel version:
  26. Darwin Kernel Version 15.0.0: Sat Sep 19 15:53:46 PDT 2015; root:xnu-3247.10.11~1/RELEASE_X86_64
  27. Kernel configured for up to 8 processors.
  28. 4 processors are physically available.
  29. 8 processors are logically available.
  30. Processor type: i486 (Intel 80486)
  31. Processors active: 0 1 2 3 4 5 6 7
  32. Primary memory available: 16.00 gigabytes
  33. Default processor set: 369 tasks, 2236 threads, 8 processors
  34. Load average: 2.45, Mach factor: 5.54
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: /Users/arkilic/epics/base-3.14.12.4/bin/darwin-x86
  40. PATH: /usr/local/bin
  41. PATH: /Users/arkilic/epics/base-3.14.12.4/bin/darwin-x86
  42. PATH: /opt/local/bin
  43. PATH: /usr/local/bin
  44. PATH: /usr/bin
  45. PATH: /bin
  46. PATH: /usr/sbin
  47. PATH: /sbin
  48. PATH: /opt/X11/bin
  49. PATH: /Users/arkilic/pig-0.13.0/bin
  50. PATH: /usr/local/Cellar/hbase/0.98.6.1/libexec/bin
  51. PATH: /usr/local/Cellar/hive/0.13.1/libexec/bin
  52. PATH: /opt/local/bin
  53.  
  54.  
  55. ## ----------- ##
  56. ## Core tests. ##
  57. ## ----------- ##
  58.  
  59. configure:2021: checking for a BSD-compatible install
  60. configure:2089: result: /usr/bin/install -c
  61. configure:2100: checking whether build environment is sane
  62. configure:2155: result: yes
  63. configure:2306: checking for a thread-safe mkdir -p
  64. configure:2345: result: tools/autoconf/install-sh -c -d
  65. configure:2352: checking for gawk
  66. configure:2368: found /usr/local/bin/gawk
  67. configure:2379: result: gawk
  68. configure:2390: checking whether make sets $(MAKE)
  69. configure:2412: result: yes
  70. configure:2441: checking whether make supports nested variables
  71. configure:2458: result: yes
  72. configure:2599: checking for style of include used by make
  73. configure:2627: result: GNU
  74. configure:2698: checking for gcc
  75. configure:2714: found /usr/bin/gcc
  76. configure:2725: result: gcc
  77. configure:2954: checking for C compiler version
  78. configure:2963: gcc --version >&5
  79. Apple LLVM version 7.0.0 (clang-700.1.76)
  80. Target: x86_64-apple-darwin15.0.0
  81. Thread model: posix
  82. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/c++/4.2.1
  83. configure:2974: $? = 0
  84. configure:2963: gcc -v >&5
  85. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/c++/4.2.1
  86. Apple LLVM version 7.0.0 (clang-700.1.76)
  87. Target: x86_64-apple-darwin15.0.0
  88. Thread model: posix
  89. configure:2974: $? = 0
  90. configure:2963: gcc -V >&5
  91. clang: error: argument to '-V' is missing (expected 1 value)
  92. clang: error: no input files
  93. configure:2974: $? = 1
  94. configure:2963: gcc -qversion >&5
  95. clang: error: unknown argument: '-qversion'
  96. clang: error: no input files
  97. configure:2974: $? = 1
  98. configure:2994: checking whether the C compiler works
  99. configure:3016: gcc conftest.c >&5
  100. configure:3020: $? = 0
  101. configure:3068: result: yes
  102. configure:3071: checking for C compiler default output file name
  103. configure:3073: result: a.out
  104. configure:3079: checking for suffix of executables
  105. configure:3086: gcc -o conftest conftest.c >&5
  106. configure:3090: $? = 0
  107. configure:3112: result:
  108. configure:3134: checking whether we are cross compiling
  109. configure:3142: gcc -o conftest conftest.c >&5
  110. configure:3146: $? = 0
  111. configure:3153: ./conftest
  112. configure:3157: $? = 0
  113. configure:3172: result: no
  114. configure:3177: checking for suffix of object files
  115. configure:3199: gcc -c conftest.c >&5
  116. configure:3203: $? = 0
  117. configure:3224: result: o
  118. configure:3228: checking whether we are using the GNU C compiler
  119. configure:3247: gcc -c conftest.c >&5
  120. configure:3247: $? = 0
  121. configure:3256: result: yes
  122. configure:3265: checking whether gcc accepts -g
  123. configure:3285: gcc -c -g conftest.c >&5
  124. configure:3285: $? = 0
  125. configure:3326: result: yes
  126. configure:3343: checking for gcc option to accept ISO C89
  127. configure:3406: gcc -c -g -O2 conftest.c >&5
  128. configure:3406: $? = 0
  129. configure:3419: result: none needed
  130. configure:3444: checking whether gcc understands -c and -o together
  131. configure:3466: gcc -c conftest.c -o conftest2.o
  132. configure:3469: $? = 0
  133. configure:3466: gcc -c conftest.c -o conftest2.o
  134. configure:3469: $? = 0
  135. configure:3481: result: yes
  136. configure:3500: checking dependency style of gcc
  137. configure:3611: result: none
  138. configure:3635: checking for python
  139. configure:3653: found /usr/local/bin/python
  140. configure:3665: result: /usr/local/bin/python
  141. configure:3681: checking for a version of Python >= '2.1.0'
  142. configure:3707: result: yes
  143. configure:3715: checking for a version of Python >=2.6
  144. configure:3721: result: yes
  145. configure:3738: checking for the distutils Python package
  146. configure:3742: result: yes
  147. configure:3756: checking for Python include path
  148. configure:3772: result: -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7
  149. configure:3779: checking for Python library path
  150. configure:3856: result: -L/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7
  151. configure:3863: checking for Python site-packages path
  152. configure:3869: result: /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
  153. configure:3876: checking python extra libraries
  154. configure:3883: result: -ldl -framework CoreFoundation
  155. configure:3890: checking python extra linking flags
  156. configure:3897: result: -u _PyMac_Error /usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Python
  157. configure:3904: checking consistency of all components of python development environment
  158. configure:3930: gcc -o conftest -g -O2 -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 conftest.c -L/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -u _PyMac_Error /usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Python -ldl -framework CoreFoundation >&5
  159. configure:3930: $? = 0
  160. configure:3947: result: yes
  161. configure:4030: checking for g++
  162. configure:4046: found /usr/bin/g++
  163. configure:4057: result: g++
  164. configure:4084: checking for C++ compiler version
  165. configure:4093: g++ --version >&5
  166. Apple LLVM version 7.0.0 (clang-700.1.76)
  167. Target: x86_64-apple-darwin15.0.0
  168. Thread model: posix
  169. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/c++/4.2.1
  170. configure:4104: $? = 0
  171. configure:4093: g++ -v >&5
  172. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/c++/4.2.1
  173. Apple LLVM version 7.0.0 (clang-700.1.76)
  174. Target: x86_64-apple-darwin15.0.0
  175. Thread model: posix
  176. configure:4104: $? = 0
  177. configure:4093: g++ -V >&5
  178. clang: error: argument to '-V' is missing (expected 1 value)
  179. clang: error: no input files
  180. configure:4104: $? = 1
  181. configure:4093: g++ -qversion >&5
  182. clang: error: unknown argument: '-qversion'
  183. clang: error: no input files
  184. configure:4104: $? = 1
  185. configure:4108: checking whether we are using the GNU C++ compiler
  186. configure:4127: g++ -c conftest.cpp >&5
  187. configure:4127: $? = 0
  188. configure:4136: result: yes
  189. configure:4145: checking whether g++ accepts -g
  190. configure:4165: g++ -c -g conftest.cpp >&5
  191. configure:4165: $? = 0
  192. configure:4206: result: yes
  193. configure:4231: checking dependency style of g++
  194. configure:4342: result: none
  195. configure:4403: checking for boostlib >= 1.40
  196. configure:4476: g++ -c -g -O2 -I/usr/local/include conftest.cpp >&5
  197. configure:4476: $? = 0
  198. configure:4478: result: yes
  199. configure:4628: Using boost version 105900
  200. configure:4639: checking whether the Boost::Python library is available
  201. configure:4669: g++ -c -g -O2 -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 conftest.cpp >&5
  202. conftest.cpp:17:11: fatal error: 'boost/python/module.hpp' file not found
  203. #include <boost/python/module.hpp>
  204. ^
  205. 1 error generated.
  206. configure:4669: $? = 1
  207. configure: failed program was:
  208. | /* confdefs.h */
  209. | #define PACKAGE_NAME "pvaPy"
  210. | #define PACKAGE_TARNAME "pvapy"
  211. | #define PACKAGE_VERSION "0.2"
  212. | #define PACKAGE_STRING "pvaPy 0.2"
  213. | #define PACKAGE_BUGREPORT "epics-pvdata-devel@lists.sourceforge.net"
  214. | #define PACKAGE_URL ""
  215. | #define PACKAGE "pvapy"
  216. | #define VERSION "0.2"
  217. | #define HAVE_PYTHON "2.7"
  218. | #define HAVE_BOOST /**/
  219. | #define BOOST_DIR $BOOST_DIR
  220. | #define BOOST_CPPFLAGS $BOOST_CPPFLAGS
  221. | #define BOOST_LDFLAGS $BOOST_LDFLAGS
  222. | /* end confdefs.h. */
  223. |
  224. | #include <boost/python/module.hpp>
  225. | using namespace boost::python;
  226. | BOOST_PYTHON_MODULE(test) { throw "Boost::Python test."; }
  227. | int
  228. | main ()
  229. | {
  230. | return 0;
  231. | ;
  232. | return 0;
  233. | }
  234. configure:4684: result: no
  235. configure:4770: checking for EPICS base directory /Users/arkilic/epics/base-3.14.12.4
  236. configure:4782: result: yes
  237. configure:4790: checking for EPICS base >= 3.14.12
  238. configure:4819: result: yes
  239. configure:4837: checking for usable EPICS base libraries for Darwin OS (gcc compiler) and host architecture darwin-x86
  240. configure:4873: g++ -o conftest -g -O2 -I/Users/arkilic/epics/base-3.14.12.4/include -I/Users/arkilic/epics/base-3.14.12.4/include/os/Darwin -I/Users/arkilic/epics/base-3.14.12.4/include/compiler/gcc -L/Users/arkilic/epics/base-3.14.12.4/lib/darwin-x86 conftest.cpp -lca >&5
  241. configure:4873: $? = 0
  242. configure:4892: result: yes
  243. configure:4929: checking for EPICS4 directory /Users/arkilic/EPICS-CPP-4.5.0-rc1
  244. configure:4954: result: yes
  245. configure:4962: checking for EPICS4 >= 4.4.0
  246. configure:4992: result: yes
  247. configure:4996: checking for usable EPICS4 libraries for Darwin OS (gcc compiler) and host architecture darwin-x86
  248. configure:5038: g++ -o conftest -g -O2 -I/Users/arkilic/epics/base-3.14.12.4/include -I/Users/arkilic/epics/base-3.14.12.4/include/os/Darwin -I/Users/arkilic/epics/base-3.14.12.4/include/compiler/gcc -I/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvDataCPP/include -I/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvAccessCPP/include -L/Users/arkilic/epics/base-3.14.12.4/lib/darwin-x86 -L/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvDataCPP/lib/darwin-x86 -L/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvAccessCPP/lib/darwin-x86 conftest.cpp -lpvAccess -lpvData -lCom >&5
  249. configure:5038: $? = 0
  250. configure:5070: g++ -o conftest -g -O2 -I/Users/arkilic/epics/base-3.14.12.4/include -I/Users/arkilic/epics/base-3.14.12.4/include/os/Darwin -I/Users/arkilic/epics/base-3.14.12.4/include/compiler/gcc -I/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvDataCPP/include -I/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvAccessCPP/include -L/Users/arkilic/epics/base-3.14.12.4/lib/darwin-x86 -L/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvDataCPP/lib/darwin-x86 -L/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvAccessCPP/lib/darwin-x86 conftest.cpp -lpvAccess -lpvData -lCom >&5
  251. conftest.cpp:23:52: error: no type named 'String' in namespace 'epics::pvData'; did you mean 'PVString'?
  252. RequesterImpl(const epics::pvData::String& requesterName) {}
  253. ~~~~~~~~~~~~~~~^~~~~~
  254. PVString
  255. /Users/arkilic/EPICS-CPP-4.5.0-rc1/pvDataCPP/include/pv/pvData.h:470:23: note: 'PVString' declared here
  256. class epicsShareClass PVString : public PVScalarValue<std::string>, SerializableArray {
  257. ^
  258. conftest.cpp:24:40: error: no type named 'String' in namespace 'epics::pvData'; did you mean 'PVString'?
  259. virtual epics::pvData::String getRequesterName() { return "requester"; }
  260. ~~~~~~~~~~~~~~~^~~~~~
  261. PVString
  262. /Users/arkilic/EPICS-CPP-4.5.0-rc1/pvDataCPP/include/pv/pvData.h:470:23: note: 'PVString' declared here
  263. class epicsShareClass PVString : public PVScalarValue<std::string>, SerializableArray {
  264. ^
  265. conftest.cpp:24:47: error: virtual function 'getRequesterName' has a different return type ('epics::pvData::PVString') than the function it overrides (which has return type 'std::string' (aka 'basic_string<char, char_traits<char>, allocator<char> >'))
  266. virtual epics::pvData::String getRequesterName() { return "requester"; }
  267. ~~~~~~~~~~~~~~~~~~~~~ ^
  268. /Users/arkilic/EPICS-CPP-4.5.0-rc1/pvDataCPP/include/pv/requester.h:56:25: note: overridden virtual function is here
  269. virtual std::string getRequesterName() = 0;
  270. ~~~~~~~~~~~ ^
  271. conftest.cpp:25:59: error: no type named 'String' in namespace 'epics::pvData'; did you mean 'PVString'?
  272. virtual void message(const epics::pvData::String& message, epics::pvData::MessageType messageType) {}
  273. ~~~~~~~~~~~~~~~^~~~~~
  274. PVString
  275. /Users/arkilic/EPICS-CPP-4.5.0-rc1/pvDataCPP/include/pv/pvData.h:470:23: note: 'PVString' declared here
  276. class epicsShareClass PVString : public PVScalarValue<std::string>, SerializableArray {
  277. ^
  278. conftest.cpp:24:75: error: no viable conversion from 'const char [10]' to 'epics::pvData::PVString'
  279. virtual epics::pvData::String getRequesterName() { return "requester"; }
  280. ^~~~~~~~~~~
  281. /Users/arkilic/EPICS-CPP-4.5.0-rc1/pvDataCPP/include/pv/pvData.h:470:23: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'const char [10]' to 'const epics::pvData::PVString &' for 1st argument
  282. class epicsShareClass PVString : public PVScalarValue<std::string>, SerializableArray {
  283. ^
  284. conftest.cpp:32:68: error: allocating an object of abstract class type 'RequesterImpl'
  285. epics::pvData::Requester::shared_pointer requester(new RequesterImpl("Channel"));
  286. ^
  287. /Users/arkilic/EPICS-CPP-4.5.0-rc1/pvDataCPP/include/pv/requester.h:68:18: note: unimplemented pure virtual method 'message' in 'RequesterImpl'
  288. virtual void message(std::string const & message,MessageType messageType) = 0;
  289. ^
  290. conftest.cpp:33:85: error: no member named 'getCreateRequest' in namespace 'epics::pvAccess'
  291. epics::pvData::PVStructure::shared_pointer pvRequest = epics::pvAccess::getCreateRequest()->createRequest("field(value)", requester);
  292. ~~~~~~~~~~~~~~~~~^
  293. 7 errors generated.
  294. configure:5070: $? = 1
  295. configure: failed program was:
  296. | /* confdefs.h */
  297. | #define PACKAGE_NAME "pvaPy"
  298. | #define PACKAGE_TARNAME "pvapy"
  299. | #define PACKAGE_VERSION "0.2"
  300. | #define PACKAGE_STRING "pvaPy 0.2"
  301. | #define PACKAGE_BUGREPORT "epics-pvdata-devel@lists.sourceforge.net"
  302. | #define PACKAGE_URL ""
  303. | #define PACKAGE "pvapy"
  304. | #define VERSION "0.2"
  305. | #define HAVE_PYTHON "2.7"
  306. | #define HAVE_BOOST /**/
  307. | #define BOOST_DIR $BOOST_DIR
  308. | #define BOOST_CPPFLAGS $BOOST_CPPFLAGS
  309. | #define BOOST_LDFLAGS $BOOST_LDFLAGS
  310. | #define HAVE_EPICS /**/
  311. | /* end confdefs.h. */
  312. |
  313. | #include "pv/pvAccess.h"
  314. | #include "pv/pvData.h"
  315. | class RequesterImpl : public epics::pvData::Requester
  316. | {
  317. | public:
  318. | RequesterImpl(const epics::pvData::String& requesterName) {}
  319. | virtual epics::pvData::String getRequesterName() { return "requester"; }
  320. | virtual void message(const epics::pvData::String& message, epics::pvData::MessageType messageType) {}
  321. | };
  322. |
  323. | int
  324. | main ()
  325. | {
  326. |
  327. | epics::pvData::Requester::shared_pointer requester(new RequesterImpl("Channel"));
  328. | epics::pvData::PVStructure::shared_pointer pvRequest = epics::pvAccess::getCreateRequest()->createRequest("field(value)", requester);
  329. |
  330. | ;
  331. | return 0;
  332. | }
  333. |
  334. configure:5114: g++ -o conftest -g -O2 -I/Users/arkilic/epics/base-3.14.12.4/include -I/Users/arkilic/epics/base-3.14.12.4/include/os/Darwin -I/Users/arkilic/epics/base-3.14.12.4/include/compiler/gcc -I/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvDataCPP/include -I/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvAccessCPP/include -I/Users/arkilic/EPICS-CPP-4.5.0-rc1/normativeTypesCPP/include -I/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvaClientCPP/include -L/Users/arkilic/epics/base-3.14.12.4/lib/darwin-x86 -L/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvDataCPP/lib/darwin-x86 -L/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvAccessCPP/lib/darwin-x86 -L/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvaClientCPP/lib/darwin-x86 -L/Users/arkilic/EPICS-CPP-4.5.0-rc1/normativeTypesCPP/lib/darwin-x86 conftest.cpp -lpvaClient -lpvAccess -lnt -lpvData -lCom >&5
  335. ld: warning: directory not found for option '-L/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvaClientCPP/lib/darwin-x86'
  336. ld: library not found for -lpvaClient
  337. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  338. configure:5114: $? = 1
  339. configure: failed program was:
  340. | /* confdefs.h */
  341. | #define PACKAGE_NAME "pvaPy"
  342. | #define PACKAGE_TARNAME "pvapy"
  343. | #define PACKAGE_VERSION "0.2"
  344. | #define PACKAGE_STRING "pvaPy 0.2"
  345. | #define PACKAGE_BUGREPORT "epics-pvdata-devel@lists.sourceforge.net"
  346. | #define PACKAGE_URL ""
  347. | #define PACKAGE "pvapy"
  348. | #define VERSION "0.2"
  349. | #define HAVE_PYTHON "2.7"
  350. | #define HAVE_BOOST /**/
  351. | #define BOOST_DIR $BOOST_DIR
  352. | #define BOOST_CPPFLAGS $BOOST_CPPFLAGS
  353. | #define BOOST_LDFLAGS $BOOST_LDFLAGS
  354. | #define HAVE_EPICS /**/
  355. | /* end confdefs.h. */
  356. |
  357. | #include "pv/pvaClient.h"
  358. |
  359. | int
  360. | main ()
  361. | {
  362. |
  363. | epics::pvaClient::PvaClientChannelPtr pvaClientChannel;
  364. |
  365. | ;
  366. | return 0;
  367. | }
  368. |
  369. configure:5144: result: yes (pva api version: 440)
  370. configure:5164: checking EPICS4 PVA RPC API version
  371. configure:5193: g++ -o conftest -g -O2 -I/Users/arkilic/epics/base-3.14.12.4/include -I/Users/arkilic/epics/base-3.14.12.4/include/os/Darwin -I/Users/arkilic/epics/base-3.14.12.4/include/compiler/gcc -I/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvDataCPP/include -I/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvAccessCPP/include -L/Users/arkilic/epics/base-3.14.12.4/lib/darwin-x86 -L/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvDataCPP/lib/darwin-x86 -L/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvAccessCPP/lib/darwin-x86 conftest.cpp -lpvAccess -lpvData -lCom >&5
  372. configure:5193: $? = 0
  373. configure:5216: g++ -o conftest -g -O2 -I/Users/arkilic/epics/base-3.14.12.4/include -I/Users/arkilic/epics/base-3.14.12.4/include/os/Darwin -I/Users/arkilic/epics/base-3.14.12.4/include/compiler/gcc -I/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvDataCPP/include -I/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvAccessCPP/include -L/Users/arkilic/epics/base-3.14.12.4/lib/darwin-x86 -L/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvDataCPP/lib/darwin-x86 -L/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvAccessCPP/lib/darwin-x86 conftest.cpp -lpvAccess -lpvData -lCom >&5
  374. conftest.cpp:26:30: error: no member named 'RPCClientFactory' in namespace 'epics::pvAccess'
  375. epics::pvAccess::RPCClientFactory::create("Channel");
  376. ~~~~~~~~~~~~~~~~~^
  377. 1 error generated.
  378. configure:5216: $? = 1
  379. configure: failed program was:
  380. | /* confdefs.h */
  381. | #define PACKAGE_NAME "pvaPy"
  382. | #define PACKAGE_TARNAME "pvapy"
  383. | #define PACKAGE_VERSION "0.2"
  384. | #define PACKAGE_STRING "pvaPy 0.2"
  385. | #define PACKAGE_BUGREPORT "epics-pvdata-devel@lists.sourceforge.net"
  386. | #define PACKAGE_URL ""
  387. | #define PACKAGE "pvapy"
  388. | #define VERSION "0.2"
  389. | #define HAVE_PYTHON "2.7"
  390. | #define HAVE_BOOST /**/
  391. | #define BOOST_DIR $BOOST_DIR
  392. | #define BOOST_CPPFLAGS $BOOST_CPPFLAGS
  393. | #define BOOST_LDFLAGS $BOOST_LDFLAGS
  394. | #define HAVE_EPICS /**/
  395. | #define HAVE_EPICS4 /**/
  396. | #define PVA_API_VERSION $pva_api_version
  397. | /* end confdefs.h. */
  398. |
  399. | #include "pv/rpcClient.h"
  400. |
  401. | int
  402. | main ()
  403. | {
  404. |
  405. | epics::pvAccess::RPCClientFactory::create("Channel");
  406. |
  407. | ;
  408. | return 0;
  409. | }
  410. |
  411. configure:5241: g++ -o conftest -g -O2 -I/Users/arkilic/epics/base-3.14.12.4/include -I/Users/arkilic/epics/base-3.14.12.4/include/os/Darwin -I/Users/arkilic/epics/base-3.14.12.4/include/compiler/gcc -I/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvDataCPP/include -I/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvAccessCPP/include -L/Users/arkilic/epics/base-3.14.12.4/lib/darwin-x86 -L/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvDataCPP/lib/darwin-x86 -L/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvAccessCPP/lib/darwin-x86 conftest.cpp -lpvAccess -lpvData -lCom >&5
  412. conftest.cpp:28:114: error: too many arguments to function call, expected single argument 'serviceName', have 2 arguments
  413. epics::pvAccess::RPCClient::shared_pointer rpcClient = epics::pvAccess::RPCClient::create("Channel", pvRequest);
  414. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
  415. /Users/arkilic/EPICS-CPP-4.5.0-rc1/pvAccessCPP/include/pv/rpcClient.h:49:9: note: 'create' declared here
  416. static shared_pointer create(const std::string & serviceName);
  417. ^
  418. 1 error generated.
  419. configure:5241: $? = 1
  420. configure: failed program was:
  421. | /* confdefs.h */
  422. | #define PACKAGE_NAME "pvaPy"
  423. | #define PACKAGE_TARNAME "pvapy"
  424. | #define PACKAGE_VERSION "0.2"
  425. | #define PACKAGE_STRING "pvaPy 0.2"
  426. | #define PACKAGE_BUGREPORT "epics-pvdata-devel@lists.sourceforge.net"
  427. | #define PACKAGE_URL ""
  428. | #define PACKAGE "pvapy"
  429. | #define VERSION "0.2"
  430. | #define HAVE_PYTHON "2.7"
  431. | #define HAVE_BOOST /**/
  432. | #define BOOST_DIR $BOOST_DIR
  433. | #define BOOST_CPPFLAGS $BOOST_CPPFLAGS
  434. | #define BOOST_LDFLAGS $BOOST_LDFLAGS
  435. | #define HAVE_EPICS /**/
  436. | #define HAVE_EPICS4 /**/
  437. | #define PVA_API_VERSION $pva_api_version
  438. | /* end confdefs.h. */
  439. |
  440. | #include "pv/event.h"
  441. | #include "pv/rpcClient.h"
  442. |
  443. | int
  444. | main ()
  445. | {
  446. |
  447. | epics::pvData::PVStructure::shared_pointer pvRequest;
  448. | epics::pvAccess::RPCClient::shared_pointer rpcClient = epics::pvAccess::RPCClient::create("Channel", pvRequest);
  449. |
  450. | ;
  451. | return 0;
  452. | }
  453. |
  454. configure:5264: g++ -o conftest -g -O2 -I/Users/arkilic/epics/base-3.14.12.4/include -I/Users/arkilic/epics/base-3.14.12.4/include/os/Darwin -I/Users/arkilic/epics/base-3.14.12.4/include/compiler/gcc -I/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvDataCPP/include -I/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvAccessCPP/include -L/Users/arkilic/epics/base-3.14.12.4/lib/darwin-x86 -L/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvDataCPP/lib/darwin-x86 -L/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvAccessCPP/lib/darwin-x86 conftest.cpp -lpvAccess -lpvData -lCom >&5
  455. configure:5264: $? = 0
  456. configure:5296: result: 440
  457. configure:5331: checking for TOP directory .
  458. configure:5339: result: yes
  459. configure:5349: checking for existing pvaPy /Users/arkilic/EPICS-CPP-4.5.0-rc1/pvaPy/configure/RELEASE.local file
  460. configure:5356: result: no
  461. configure:5362: checking for existing pvaPy /Users/arkilic/EPICS-CPP-4.5.0-rc1/pvaPy/configure/CONFIG_SITE.local file
  462. configure:5369: result: no
  463. configure:5374: checking for boost
  464. configure:5381: result: yes
  465. configure:5386: checking for boost python
  466. configure:5393: result: yes
  467. configure:5398: checking for python development library
  468. configure:5410: result: yes
  469. configure:5416: checking for epics base
  470. configure:5423: result: yes
  471. configure:5428: checking for epics4
  472. configure:5435: result: yes
  473. configure:5445: created /Users/arkilic/EPICS-CPP-4.5.0-rc1/pvaPy/configure/RELEASE.local file
  474. configure:5455: created /Users/arkilic/EPICS-CPP-4.5.0-rc1/pvaPy/configure/CONFIG_SITE.local file
  475.  
  476. ## ---------------- ##
  477. ## Cache variables. ##
  478. ## ---------------- ##
  479.  
  480. ac_cv_boost_python=no
  481. ac_cv_c_compiler_gnu=yes
  482. ac_cv_cxx_compiler_gnu=yes
  483. ac_cv_env_CCC_set=
  484. ac_cv_env_CCC_value=
  485. ac_cv_env_CC_set=
  486. ac_cv_env_CC_value=
  487. ac_cv_env_CFLAGS_set=
  488. ac_cv_env_CFLAGS_value=
  489. ac_cv_env_CPPFLAGS_set=
  490. ac_cv_env_CPPFLAGS_value=
  491. ac_cv_env_CXXFLAGS_set=
  492. ac_cv_env_CXXFLAGS_value=
  493. ac_cv_env_CXX_set=
  494. ac_cv_env_CXX_value=
  495. ac_cv_env_LDFLAGS_set=
  496. ac_cv_env_LDFLAGS_value=
  497. ac_cv_env_LIBS_set=
  498. ac_cv_env_LIBS_value=
  499. ac_cv_env_PYTHON_VERSION_set=
  500. ac_cv_env_PYTHON_VERSION_value=
  501. ac_cv_env_build_alias_set=
  502. ac_cv_env_build_alias_value=
  503. ac_cv_env_host_alias_set=
  504. ac_cv_env_host_alias_value=
  505. ac_cv_env_target_alias_set=
  506. ac_cv_env_target_alias_value=
  507. ac_cv_objext=o
  508. ac_cv_path_PYTHON=/usr/local/bin/python
  509. ac_cv_path_install='/usr/bin/install -c'
  510. ac_cv_prog_AWK=gawk
  511. ac_cv_prog_ac_ct_CC=gcc
  512. ac_cv_prog_ac_ct_CXX=g++
  513. ac_cv_prog_cc_c89=
  514. ac_cv_prog_cc_g=yes
  515. ac_cv_prog_cxx_g=yes
  516. ac_cv_prog_make_make_set=yes
  517. am_cv_CC_dependencies_compiler_type=none
  518. am_cv_CXX_dependencies_compiler_type=none
  519. am_cv_make_support_nested_variables=yes
  520. am_cv_prog_cc_c_o=yes
  521.  
  522. ## ----------------- ##
  523. ## Output variables. ##
  524. ## ----------------- ##
  525.  
  526. ACLOCAL='${SHELL} /Users/arkilic/EPICS-CPP-4.5.0-rc1/pvaPy/tools/autoconf/missing aclocal-1.15'
  527. AMDEPBACKSLASH='\'
  528. AMDEP_FALSE='#'
  529. AMDEP_TRUE=''
  530. AMTAR='$${TAR-tar}'
  531. AM_BACKSLASH='\'
  532. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  533. AM_DEFAULT_VERBOSITY='1'
  534. AM_V='$(V)'
  535. AUTOCONF='${SHELL} /Users/arkilic/EPICS-CPP-4.5.0-rc1/pvaPy/tools/autoconf/missing autoconf'
  536. AUTOHEADER='${SHELL} /Users/arkilic/EPICS-CPP-4.5.0-rc1/pvaPy/tools/autoconf/missing autoheader'
  537. AUTOMAKE='${SHELL} /Users/arkilic/EPICS-CPP-4.5.0-rc1/pvaPy/tools/autoconf/missing automake-1.15'
  538. AWK='gawk'
  539. BOOST_CPPFLAGS='-I/usr/local/include'
  540. BOOST_LDFLAGS='-L/usr/local/lib'
  541. BOOST_PYTHON_LIB='/usr/local/Cellar/boost-python'
  542. CC='gcc'
  543. CCDEPMODE='depmode=none'
  544. CFLAGS='-g -O2'
  545. CPPFLAGS=''
  546. CXX='g++'
  547. CXXDEPMODE='depmode=none'
  548. CXXFLAGS='-g -O2'
  549. CYGPATH_W='echo'
  550. DEFS=''
  551. DEPDIR='.deps'
  552. ECHO_C='\c'
  553. ECHO_N=''
  554. ECHO_T=''
  555. EPICS4_DIR='/Users/arkilic/EPICS-CPP-4.5.0-rc1'
  556. EPICS_BASE='/Users/arkilic/epics/base-3.14.12.4'
  557. EPICS_CMPLR_CLASS='gcc'
  558. EPICS_HOST_ARCH='darwin-x86'
  559. EPICS_OS_CLASS='Darwin'
  560. EXEEXT=''
  561. INSTALL_DATA='${INSTALL} -m 644'
  562. INSTALL_PROGRAM='${INSTALL}'
  563. INSTALL_SCRIPT='${INSTALL}'
  564. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  565. LDFLAGS=''
  566. LIBS='-lpvAccess -lpvData -lCom'
  567. MAKEINFO='${SHELL} /Users/arkilic/EPICS-CPP-4.5.0-rc1/pvaPy/tools/autoconf/missing makeinfo'
  568. MKDIR_P='tools/autoconf/install-sh -c -d'
  569. NORMATIVETYPESCPP_DIR=''
  570. OBJEXT='o'
  571. PACKAGE='pvapy'
  572. PACKAGE_BUGREPORT='epics-pvdata-devel@lists.sourceforge.net'
  573. PACKAGE_NAME='pvaPy'
  574. PACKAGE_STRING='pvaPy 0.2'
  575. PACKAGE_TARNAME='pvapy'
  576. PACKAGE_URL=''
  577. PACKAGE_VERSION='0.2'
  578. PATH_SEPARATOR=':'
  579. PVACCESSCPP_DIR='/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvAccessCPP'
  580. PVACLIENTCPP_DIR=''
  581. PVA_API_VERSION='440'
  582. PVA_RPC_API_VERSION='440'
  583. PVDATACPP_DIR='/Users/arkilic/EPICS-CPP-4.5.0-rc1/pvDataCPP'
  584. PYTHON='/usr/local/bin/python'
  585. PYTHON_CPPFLAGS='-I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7'
  586. PYTHON_EXTRA_LDFLAGS='-u _PyMac_Error /usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Python'
  587. PYTHON_EXTRA_LIBS='-ldl -framework CoreFoundation'
  588. PYTHON_LDFLAGS='-L/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7'
  589. PYTHON_SITE_PKG='/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages'
  590. PYTHON_VERSION=''
  591. SET_MAKE=''
  592. SHELL='/bin/sh'
  593. STRIP=''
  594. VERSION='0.2'
  595. ac_ct_CC='gcc'
  596. ac_ct_CXX='g++'
  597. am__fastdepCC_FALSE=''
  598. am__fastdepCC_TRUE='#'
  599. am__fastdepCXX_FALSE=''
  600. am__fastdepCXX_TRUE='#'
  601. am__include='include'
  602. am__isrc=' -I$(srcdir)'
  603. am__leading_dot='.'
  604. am__nodep='_no'
  605. am__quote=''
  606. am__tar='$${TAR-tar} chof - "$$tardir"'
  607. am__untar='$${TAR-tar} xf -'
  608. bindir='${exec_prefix}/bin'
  609. build_alias=''
  610. datadir='${datarootdir}'
  611. datarootdir='${prefix}/share'
  612. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  613. dvidir='${docdir}'
  614. exec_prefix='NONE'
  615. host_alias=''
  616. htmldir='${docdir}'
  617. includedir='${prefix}/include'
  618. infodir='${datarootdir}/info'
  619. install_sh='${SHELL} /Users/arkilic/EPICS-CPP-4.5.0-rc1/pvaPy/tools/autoconf/install-sh'
  620. libdir='${exec_prefix}/lib'
  621. libexecdir='${exec_prefix}/libexec'
  622. localedir='${datarootdir}/locale'
  623. localstatedir='${prefix}/var'
  624. mandir='${datarootdir}/man'
  625. mkdir_p='$(MKDIR_P)'
  626. oldincludedir='/usr/include'
  627. pdfdir='${docdir}'
  628. prefix='NONE'
  629. program_transform_name='s,x,x,'
  630. psdir='${docdir}'
  631. sbindir='${exec_prefix}/sbin'
  632. sharedstatedir='${prefix}/com'
  633. sysconfdir='${prefix}/etc'
  634. target_alias=''
  635.  
  636. ## ----------- ##
  637. ## confdefs.h. ##
  638. ## ----------- ##
  639.  
  640. /* confdefs.h */
  641. #define PACKAGE_NAME "pvaPy"
  642. #define PACKAGE_TARNAME "pvapy"
  643. #define PACKAGE_VERSION "0.2"
  644. #define PACKAGE_STRING "pvaPy 0.2"
  645. #define PACKAGE_BUGREPORT "epics-pvdata-devel@lists.sourceforge.net"
  646. #define PACKAGE_URL ""
  647. #define PACKAGE "pvapy"
  648. #define VERSION "0.2"
  649. #define HAVE_PYTHON "2.7"
  650. #define HAVE_BOOST /**/
  651. #define BOOST_DIR $BOOST_DIR
  652. #define BOOST_CPPFLAGS $BOOST_CPPFLAGS
  653. #define BOOST_LDFLAGS $BOOST_LDFLAGS
  654. #define HAVE_EPICS /**/
  655. #define HAVE_EPICS4 /**/
  656. #define PVA_API_VERSION $pva_api_version
  657. #define PVA_RPC_API_VERSION $pva_rpc_api_version
  658.  
  659. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement