Advertisement
Guest User

antlr fail

a guest
Oct 5th, 2013
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 296.76 KB | None | 0 0
  1. osephs-MacBook-Pro:build josephdaniels$ make all
  2. make -f  builder-iphone-simulator.mk enable_gpl_third_parties=yes enable_zrtp=no enable_opus=yes enable_debug=no all  \
  3.     && make -f  builder-iphone-os.mk  enable_gpl_third_parties=yes enable_zrtp=no enable_opus=yes enable_debug=no all  \
  4.     && make -f  builder-iphone-os.mk  host=armv7s-apple-darwin enable_gpl_third_parties=yes enable_zrtp=no enable_opus=yes enable_debug=no all  \
  5.     && make -f builder-iphone-os.mk delivery-sdk
  6. mkdir -p /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//../liblinphone-sdk/i386-apple-darwin/include
  7. mkdir -p /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//../liblinphone-sdk/i386-apple-darwin/lib/pkgconfig
  8. mkdir -p /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/../build-i386-apple-darwin/externals/polarssl
  9. cd /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/../build-i386-apple-darwin/externals/polarssl/ && \
  10.     rsync -rvLpgoc --exclude ".git" /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/polarssl/ .
  11. building file list ... done
  12. .gitignore
  13. CMakeLists.txt
  14. ChangeLog
  15. DartConfiguration.tcl
  16. LICENSE
  17. Makefile
  18. README
  19. build/
  20. build/windows/
  21. build/windows/polarssl/
  22. build/windows/polarssl/polarssl.sln
  23. build/windows/polarssl/polarssl/
  24. build/windows/polarssl/polarssl/polarssl.def
  25. build/windows/polarssl/polarssl/polarssl.vcxproj
  26. doxygen/
  27. doxygen/polarssl.doxyfile
  28. doxygen/input/
  29. doxygen/input/doc_encdec.h
  30. doxygen/input/doc_hashing.h
  31. doxygen/input/doc_mainpage.h
  32. doxygen/input/doc_rng.h
  33. doxygen/input/doc_ssltls.h
  34. doxygen/input/doc_tcpip.h
  35. doxygen/input/doc_x509.h
  36. include/
  37. include/.gitignore
  38. include/CMakeLists.txt
  39. include/polarssl/
  40. include/polarssl/aes.h
  41. include/polarssl/arc4.h
  42. include/polarssl/asn1.h
  43. include/polarssl/asn1write.h
  44. include/polarssl/base64.h
  45. include/polarssl/bignum.h
  46. include/polarssl/blowfish.h
  47. include/polarssl/bn_mul.h
  48. include/polarssl/camellia.h
  49. include/polarssl/certs.h
  50. include/polarssl/cipher.h
  51. include/polarssl/cipher_wrap.h
  52. include/polarssl/config.h
  53. include/polarssl/ctr_drbg.h
  54. include/polarssl/debug.h
  55. include/polarssl/des.h
  56. include/polarssl/dhm.h
  57. include/polarssl/entropy.h
  58. include/polarssl/entropy_poll.h
  59. include/polarssl/error.h
  60. include/polarssl/gcm.h
  61. include/polarssl/havege.h
  62. include/polarssl/md.h
  63. include/polarssl/md2.h
  64. include/polarssl/md4.h
  65. include/polarssl/md5.h
  66. include/polarssl/md_wrap.h
  67. include/polarssl/net.h
  68. include/polarssl/openssl.h
  69. include/polarssl/padlock.h
  70. include/polarssl/pbkdf2.h
  71. include/polarssl/pem.h
  72. include/polarssl/pkcs11.h
  73. include/polarssl/rsa.h
  74. include/polarssl/sha1.h
  75. include/polarssl/sha2.h
  76. include/polarssl/sha4.h
  77. include/polarssl/ssl.h
  78. include/polarssl/ssl_cache.h
  79. include/polarssl/timing.h
  80. include/polarssl/version.h
  81. include/polarssl/x509.h
  82. include/polarssl/x509write.h
  83. include/polarssl/xtea.h
  84. library/
  85. library/.gitignore
  86. library/CMakeLists.txt
  87. library/Makefile
  88. library/aes.c
  89. library/arc4.c
  90. library/asn1parse.c
  91. library/asn1write.c
  92. library/base64.c
  93. library/bignum.c
  94. library/blowfish.c
  95. library/camellia.c
  96. library/certs.c
  97. library/cipher.c
  98. library/cipher_wrap.c
  99. library/ctr_drbg.c
  100. library/debug.c
  101. library/des.c
  102. library/dhm.c
  103. library/entropy.c
  104. library/entropy_poll.c
  105. library/error.c
  106. library/gcm.c
  107. library/havege.c
  108. library/md.c
  109. library/md2.c
  110. library/md4.c
  111. library/md5.c
  112. library/md_wrap.c
  113. library/net.c
  114. library/padlock.c
  115. library/pbkdf2.c
  116. library/pem.c
  117. library/pkcs11.c
  118. library/rsa.c
  119. library/sha1.c
  120. library/sha2.c
  121. library/sha4.c
  122. library/ssl_cache.c
  123. library/ssl_cli.c
  124. library/ssl_srv.c
  125. library/ssl_tls.c
  126. library/timing.c
  127. library/version.c
  128. library/x509parse.c
  129. library/x509write.c
  130. library/xtea.c
  131. programs/
  132. programs/.gitignore
  133. programs/CMakeLists.txt
  134. programs/Makefile
  135. programs/wince_main.c
  136. programs/aes/
  137. programs/aes/CMakeLists.txt
  138. programs/aes/aescrypt2.c
  139. programs/aes/crypt_and_hash.c
  140. programs/hash/
  141. programs/hash/CMakeLists.txt
  142. programs/hash/generic_sum.c
  143. programs/hash/hello.c
  144. programs/hash/md5sum.c
  145. programs/hash/sha1sum.c
  146. programs/hash/sha2sum.c
  147. programs/pkey/
  148. programs/pkey/CMakeLists.txt
  149. programs/pkey/dh_client.c
  150. programs/pkey/dh_genprime.c
  151. programs/pkey/dh_prime.txt
  152. programs/pkey/dh_server.c
  153. programs/pkey/key_app.c
  154. programs/pkey/key_app_writer.c
  155. programs/pkey/mpi_demo.c
  156. programs/pkey/rsa_decrypt.c
  157. programs/pkey/rsa_encrypt.c
  158. programs/pkey/rsa_genkey.c
  159. programs/pkey/rsa_priv.txt
  160. programs/pkey/rsa_pub.txt
  161. programs/pkey/rsa_sign.c
  162. programs/pkey/rsa_sign_pss.c
  163. programs/pkey/rsa_verify.c
  164. programs/pkey/rsa_verify_pss.c
  165. programs/random/
  166. programs/random/CMakeLists.txt
  167. programs/random/gen_entropy.c
  168. programs/random/gen_random_ctr_drbg.c
  169. programs/random/gen_random_havege.c
  170. programs/ssl/
  171. programs/ssl/CA-HOWTO.txt
  172. programs/ssl/CMakeLists.txt
  173. programs/ssl/ssl_client1.c
  174. programs/ssl/ssl_client2.c
  175. programs/ssl/ssl_fork_server.c
  176. programs/ssl/ssl_mail_client.c
  177. programs/ssl/ssl_server.c
  178. programs/ssl/ssl_server2.c
  179. programs/ssl/test-ca/
  180. programs/ssl/test-ca/cert_digest.key
  181. programs/ssl/test-ca/cert_example.crt
  182. programs/ssl/test-ca/cert_example_multi.crt
  183. programs/ssl/test-ca/cert_example_wildcard.crt
  184. programs/ssl/test-ca/cert_example_www.crt
  185. programs/ssl/test-ca/cert_md2.crt
  186. programs/ssl/test-ca/cert_md4.crt
  187. programs/ssl/test-ca/cert_md5.crt
  188. programs/ssl/test-ca/cert_sha1.crt
  189. programs/ssl/test-ca/cert_sha224.crt
  190. programs/ssl/test-ca/cert_sha256.crt
  191. programs/ssl/test-ca/cert_sha384.crt
  192. programs/ssl/test-ca/cert_sha512.crt
  193. programs/ssl/test-ca/client1.crt
  194. programs/ssl/test-ca/client1.key
  195. programs/ssl/test-ca/client2.crt
  196. programs/ssl/test-ca/client2.key
  197. programs/ssl/test-ca/client2.pfx
  198. programs/ssl/test-ca/crl.pem
  199. programs/ssl/test-ca/crl_md2.pem
  200. programs/ssl/test-ca/crl_md4.pem
  201. programs/ssl/test-ca/crl_md5.pem
  202. programs/ssl/test-ca/crl_sha1.pem
  203. programs/ssl/test-ca/crl_sha224.pem
  204. programs/ssl/test-ca/crl_sha256.pem
  205. programs/ssl/test-ca/crl_sha384.pem
  206. programs/ssl/test-ca/crl_sha512.pem
  207. programs/ssl/test-ca/gen_test_ca.sh
  208. programs/ssl/test-ca/index
  209. programs/ssl/test-ca/index.attr
  210. programs/ssl/test-ca/serial
  211. programs/ssl/test-ca/server1.crt
  212. programs/ssl/test-ca/server1.key
  213. programs/ssl/test-ca/server1.pub
  214. programs/ssl/test-ca/server2.crt
  215. programs/ssl/test-ca/server2.key
  216. programs/ssl/test-ca/sslconf.txt
  217. programs/ssl/test-ca/test-ca.crt
  218. programs/ssl/test-ca/test-ca.key
  219. programs/ssl/test-ca/newcerts/
  220. programs/ssl/test-ca/newcerts/01.pem
  221. programs/ssl/test-ca/newcerts/02.pem
  222. programs/ssl/test-ca/newcerts/03.pem
  223. programs/ssl/test-ca/newcerts/04.pem
  224. programs/ssl/test-ca/newcerts/05.pem
  225. programs/ssl/test-ca/newcerts/06.pem
  226. programs/ssl/test-ca/newcerts/07.pem
  227. programs/ssl/test-ca/newcerts/08.pem
  228. programs/ssl/test-ca/newcerts/09.pem
  229. programs/ssl/test-ca/newcerts/0A.pem
  230. programs/ssl/test-ca/newcerts/0B.pem
  231. programs/ssl/test-ca/newcerts/0C.pem
  232. programs/ssl/test-ca/newcerts/0D.pem
  233. programs/ssl/test-ca/newcerts/0E.pem
  234. programs/ssl/test-ca/newcerts/0F.pem
  235. programs/ssl/test-ca/newcerts/10.pem
  236. programs/ssl/test-ca/newcerts/11.pem
  237. programs/test/
  238. programs/test/CMakeLists.txt
  239. programs/test/benchmark.c
  240. programs/test/o_p_test.c
  241. programs/test/selftest.c
  242. programs/test/ssl_cert_test.c
  243. programs/test/ssl_test.c
  244. programs/util/
  245. programs/util/CMakeLists.txt
  246. programs/util/strerror.c
  247. programs/x509/
  248. programs/x509/CMakeLists.txt
  249. programs/x509/cert_app.c
  250. programs/x509/cert_req.c
  251. programs/x509/crl_app.c
  252. scripts/
  253. scripts/bump_version.sh
  254. scripts/check_doxy_blocks.pl
  255. scripts/generate_errors.pl
  256. scripts/data_files/
  257. scripts/data_files/error.fmt
  258. tests/
  259. tests/.gitignore
  260. tests/CMakeLists.txt
  261. tests/Makefile
  262. tests/compat.sh
  263. tests/fct.h
  264. tests/data_files/
  265. tests/data_files/cert_example_multi.crt
  266. tests/data_files/cert_example_multi_nocn.crt
  267. tests/data_files/cert_example_wildcard.crt
  268. tests/data_files/cert_md2.crt
  269. tests/data_files/cert_md4.crt
  270. tests/data_files/cert_md5.crt
  271. tests/data_files/cert_sha1.crt
  272. tests/data_files/cert_sha224.crt
  273. tests/data_files/cert_sha256.crt
  274. tests/data_files/cert_sha384.crt
  275. tests/data_files/cert_sha512.crt
  276. tests/data_files/crl.pem
  277. tests/data_files/crl_expired.pem
  278. tests/data_files/crl_md2.pem
  279. tests/data_files/crl_md4.pem
  280. tests/data_files/crl_md5.pem
  281. tests/data_files/crl_sha1.pem
  282. tests/data_files/crl_sha224.pem
  283. tests/data_files/crl_sha256.pem
  284. tests/data_files/crl_sha384.pem
  285. tests/data_files/crl_sha512.pem
  286. tests/data_files/format_gen.key
  287. tests/data_files/format_gen.pub
  288. tests/data_files/format_pkcs12.fmt
  289. tests/data_files/format_rsa.key
  290. tests/data_files/hash_file_1
  291. tests/data_files/hash_file_2
  292. tests/data_files/hash_file_3
  293. tests/data_files/hash_file_4
  294. tests/data_files/keyfile
  295. tests/data_files/keyfile.3des
  296. tests/data_files/keyfile.aes128
  297. tests/data_files/keyfile.aes192
  298. tests/data_files/keyfile.aes256
  299. tests/data_files/keyfile.des
  300. tests/data_files/mpi_10
  301. tests/data_files/mpi_too_big
  302. tests/data_files/server1.crt
  303. tests/data_files/server1.key
  304. tests/data_files/server1.req.md4
  305. tests/data_files/server1.req.md5
  306. tests/data_files/server1.req.sha1
  307. tests/data_files/server1.req.sha224
  308. tests/data_files/server1.req.sha256
  309. tests/data_files/server1.req.sha384
  310. tests/data_files/server1.req.sha512
  311. tests/data_files/server2.crt
  312. tests/data_files/server2.key
  313. tests/data_files/test-ca.crt
  314. tests/data_files/test-ca.key
  315. tests/scripts/
  316. tests/scripts/gen_ctr_drbg.pl
  317. tests/scripts/gen_gcm_decrypt.pl
  318. tests/scripts/gen_gcm_encrypt.pl
  319. tests/scripts/gen_pkcs1_v21_sign_verify.pl
  320. tests/scripts/generate_code.pl
  321. tests/suites/
  322. tests/suites/helpers.function
  323. tests/suites/test_suite_aes.cbc.data
  324. tests/suites/test_suite_aes.cfb.data
  325. tests/suites/test_suite_aes.ecb.data
  326. tests/suites/test_suite_aes.function
  327. tests/suites/test_suite_aes.rest.data
  328. tests/suites/test_suite_arc4.data
  329. tests/suites/test_suite_arc4.function
  330. tests/suites/test_suite_base64.data
  331. tests/suites/test_suite_base64.function
  332. tests/suites/test_suite_blowfish.data
  333. tests/suites/test_suite_blowfish.function
  334. tests/suites/test_suite_camellia.data
  335. tests/suites/test_suite_camellia.function
  336. tests/suites/test_suite_cipher.aes.data
  337. tests/suites/test_suite_cipher.blowfish.data
  338. tests/suites/test_suite_cipher.camellia.data
  339. tests/suites/test_suite_cipher.des.data
  340. tests/suites/test_suite_cipher.function
  341. tests/suites/test_suite_cipher.null.data
  342. tests/suites/test_suite_ctr_drbg.data
  343. tests/suites/test_suite_ctr_drbg.function
  344. tests/suites/test_suite_debug.data
  345. tests/suites/test_suite_debug.function
  346. tests/suites/test_suite_des.data
  347. tests/suites/test_suite_des.function
  348. tests/suites/test_suite_dhm.data
  349. tests/suites/test_suite_dhm.function
  350. tests/suites/test_suite_error.data
  351. tests/suites/test_suite_error.function
  352. tests/suites/test_suite_gcm.decrypt_128.data
  353. tests/suites/test_suite_gcm.decrypt_192.data
  354. tests/suites/test_suite_gcm.decrypt_256.data
  355. tests/suites/test_suite_gcm.encrypt_128.data
  356. tests/suites/test_suite_gcm.encrypt_192.data
  357. tests/suites/test_suite_gcm.encrypt_256.data
  358. tests/suites/test_suite_gcm.function
  359. tests/suites/test_suite_hmac_shax.data
  360. tests/suites/test_suite_hmac_shax.function
  361. tests/suites/test_suite_md.data
  362. tests/suites/test_suite_md.function
  363. tests/suites/test_suite_mdx.data
  364. tests/suites/test_suite_mdx.function
  365. tests/suites/test_suite_mpi.data
  366. tests/suites/test_suite_mpi.function
  367. tests/suites/test_suite_pbkdf2.data
  368. tests/suites/test_suite_pbkdf2.function
  369. tests/suites/test_suite_pkcs1_v21.data
  370. tests/suites/test_suite_pkcs1_v21.function
  371. tests/suites/test_suite_rsa.data
  372. tests/suites/test_suite_rsa.function
  373. tests/suites/test_suite_shax.data
  374. tests/suites/test_suite_shax.function
  375. tests/suites/test_suite_version.data
  376. tests/suites/test_suite_version.function
  377. tests/suites/test_suite_x509parse.data
  378. tests/suites/test_suite_x509parse.function
  379. tests/suites/test_suite_x509write.data
  380. tests/suites/test_suite_x509write.function
  381. tests/suites/test_suite_xtea.data
  382. tests/suites/test_suite_xtea.function
  383. visualc/
  384. visualc/VS2010/
  385. visualc/VS2010/PolarSSL.sln
  386. visualc/VS2010/PolarSSL.vcxproj
  387. visualc/VS2010/aescrypt2.vcxproj
  388. visualc/VS2010/benchmark.vcxproj
  389. visualc/VS2010/crypt_and_hash.vcxproj
  390. visualc/VS2010/dh_client.vcxproj
  391. visualc/VS2010/dh_genprime.vcxproj
  392. visualc/VS2010/dh_server.vcxproj
  393. visualc/VS2010/gen_random_ctr_drbg.vcxproj
  394. visualc/VS2010/gen_random_havege.vcxproj
  395. visualc/VS2010/generic_sum.vcxproj
  396. visualc/VS2010/md5sum.vcxproj
  397. visualc/VS2010/mpi_demo.vcxproj
  398. visualc/VS2010/rsa_genkey.vcxproj
  399. visualc/VS2010/rsa_sign.vcxproj
  400. visualc/VS2010/rsa_sign_pss.vcxproj
  401. visualc/VS2010/rsa_verify.vcxproj
  402. visualc/VS2010/rsa_verify_pss.vcxproj
  403. visualc/VS2010/selftest.vcxproj
  404. visualc/VS2010/sha1sum.vcxproj
  405. visualc/VS2010/sha2sum.vcxproj
  406. visualc/VS2010/ssl_client1.vcxproj
  407. visualc/VS2010/ssl_client2.vcxproj
  408. visualc/VS2010/ssl_server.vcxproj
  409. visualc/VS6/
  410. visualc/VS6/aescrypt2.dsp
  411. visualc/VS6/benchmark.dsp
  412. visualc/VS6/dh_client.dsp
  413. visualc/VS6/dh_genprime.dsp
  414. visualc/VS6/dh_prime.txt
  415. visualc/VS6/dh_server.dsp
  416. visualc/VS6/hello.dsp
  417. visualc/VS6/md5sum.dsp
  418. visualc/VS6/mpi_demo.dsp
  419. visualc/VS6/polarssl.dsp
  420. visualc/VS6/polarssl.dsw
  421. visualc/VS6/rsa_genkey.dsp
  422. visualc/VS6/rsa_priv.txt
  423. visualc/VS6/rsa_pub.txt
  424. visualc/VS6/rsa_sign.dsp
  425. visualc/VS6/rsa_verify.dsp
  426. visualc/VS6/selftest.dsp
  427. visualc/VS6/sha1sum.dsp
  428. visualc/VS6/sha2sum.dsp
  429. visualc/VS6/ssl_cert_test.dsp
  430. visualc/VS6/ssl_client1.dsp
  431. visualc/VS6/ssl_client2.dsp
  432. visualc/VS6/ssl_server.dsp
  433. visualc/VS6/ssl_test.dsp
  434.  
  435. sent 3982486 bytes  received 8840 bytes  7982652.00 bytes/sec
  436. total size is 3950891  speedup is 0.99
  437. host_alias=i386-apple-darwin && . //Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//build/iphone-config.site && \
  438.     cd /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/../build-i386-apple-darwin/externals/polarssl && make CC="$CC" AR="$AR" CPPFLAGS="$CPPFLAGS" lib && make install DESTDIR=/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//../liblinphone-sdk/i386-apple-darwin
  439. Loading config.site for iPhone platform=Simulator version=4.0
  440. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk
  441. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk
  442. Selecting SDK path = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk
  443.   CC    aes.c
  444.   CC    arc4.c
  445.   CC    asn1parse.c
  446.   CC    asn1write.c
  447.   CC    base64.c
  448.   CC    bignum.c
  449.   CC    blowfish.c
  450.   CC    camellia.c
  451.   CC    certs.c
  452.   CC    cipher.c
  453.   CC    cipher_wrap.c
  454.   CC    ctr_drbg.c
  455.   CC    debug.c
  456.   CC    des.c
  457.   CC    dhm.c
  458.   CC    entropy.c
  459.   CC    entropy_poll.c
  460.   CC    error.c
  461.   CC    gcm.c
  462.   CC    havege.c
  463.   CC    md.c
  464.   CC    md_wrap.c
  465.   CC    md2.c
  466.   CC    md4.c
  467.   CC    md5.c
  468.   CC    net.c
  469.   CC    padlock.c
  470.   CC    pbkdf2.c
  471.   CC    pem.c
  472.   CC    pkcs11.c
  473.   CC    rsa.c
  474.   CC    sha1.c
  475.   CC    sha2.c
  476.   CC    sha4.c
  477.   CC    ssl_cache.c
  478.   CC    ssl_cli.c
  479.   CC    ssl_srv.c
  480.   CC    ssl_tls.c
  481.   CC    timing.c
  482.   CC    version.c
  483.   CC    x509parse.c
  484.   CC    x509write.c
  485.   CC    xtea.c
  486.   AR    libpolarssl.a
  487. ar: creating archive libpolarssl.a
  488. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpolarssl.a(md2.o) has no symbols
  489. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpolarssl.a(md4.o) has no symbols
  490. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpolarssl.a(pbkdf2.o) has no symbols
  491. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpolarssl.a(pkcs11.o) has no symbols
  492.   RL    libpolarssl.a
  493. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpolarssl.a(md2.o) has no symbols
  494. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpolarssl.a(md4.o) has no symbols
  495. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpolarssl.a(pbkdf2.o) has no symbols
  496. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpolarssl.a(pkcs11.o) has no symbols
  497. cd /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C && ./autogen.sh
  498. Generating build scripts in libantlr3c...
  499. + /opt/local/bin/glibtoolize --copy --force
  500. glibtoolize: putting auxiliary files in `.'.
  501. glibtoolize: copying file `./ltmain.sh'
  502. glibtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  503. glibtoolize: copying file `m4/libtool.m4'
  504. glibtoolize: copying file `m4/ltoptions.m4'
  505. glibtoolize: copying file `m4/ltsugar.m4'
  506. glibtoolize: copying file `m4/ltversion.m4'
  507. glibtoolize: copying file `m4/lt~obsolete.m4'
  508. + aclocal -I m4 -I /opt/local/share/aclocal
  509. + autoheader
  510. + automake --force-missing --add-missing --copy
  511. Makefile.am:68: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
  512. Makefile.am:7: warning: source file 'src/antlr3baserecognizer.c' is in a subdirectory,
  513. Makefile.am:7: but option 'subdir-objects' is disabled
  514. automake: warning: possible forward-incompatibility.
  515. automake: At least a source file is in a subdirectory, but the 'subdir-objects'
  516. automake: automake option hasn't been enabled.  For now, the corresponding output
  517. automake: object file(s) will be placed in the top-level directory.  However,
  518. automake: this behaviour will change in future Automake versions: they will
  519. automake: unconditionally cause object files to be placed in the same subdirectory
  520. automake: of the corresponding sources.
  521. automake: You are advised to start using 'subdir-objects' option throughout your
  522. automake: project, to avoid future incompatibilities.
  523. Makefile.am:7: warning: source file 'src/antlr3basetree.c' is in a subdirectory,
  524. Makefile.am:7: but option 'subdir-objects' is disabled
  525. Makefile.am:7: warning: source file 'src/antlr3basetreeadaptor.c' is in a subdirectory,
  526. Makefile.am:7: but option 'subdir-objects' is disabled
  527. Makefile.am:7: warning: source file 'src/antlr3bitset.c' is in a subdirectory,
  528. Makefile.am:7: but option 'subdir-objects' is disabled
  529. Makefile.am:7: warning: source file 'src/antlr3collections.c' is in a subdirectory,
  530. Makefile.am:7: but option 'subdir-objects' is disabled
  531. Makefile.am:7: warning: source file 'src/antlr3commontoken.c' is in a subdirectory,
  532. Makefile.am:7: but option 'subdir-objects' is disabled
  533. Makefile.am:7: warning: source file 'src/antlr3commontree.c' is in a subdirectory,
  534. Makefile.am:7: but option 'subdir-objects' is disabled
  535. Makefile.am:7: warning: source file 'src/antlr3commontreeadaptor.c' is in a subdirectory,
  536. Makefile.am:7: but option 'subdir-objects' is disabled
  537. Makefile.am:7: warning: source file 'src/antlr3commontreenodestream.c' is in a subdirectory,
  538. Makefile.am:7: but option 'subdir-objects' is disabled
  539. Makefile.am:7: warning: source file 'src/antlr3convertutf.c' is in a subdirectory,
  540. Makefile.am:7: but option 'subdir-objects' is disabled
  541. Makefile.am:7: warning: source file 'src/antlr3cyclicdfa.c' is in a subdirectory,
  542. Makefile.am:7: but option 'subdir-objects' is disabled
  543. Makefile.am:7: warning: source file 'src/antlr3debughandlers.c' is in a subdirectory,
  544. Makefile.am:7: but option 'subdir-objects' is disabled
  545. Makefile.am:7: warning: source file 'src/antlr3encodings.c' is in a subdirectory,
  546. Makefile.am:7: but option 'subdir-objects' is disabled
  547. Makefile.am:7: warning: source file 'src/antlr3exception.c' is in a subdirectory,
  548. Makefile.am:7: but option 'subdir-objects' is disabled
  549. Makefile.am:7: warning: source file 'src/antlr3filestream.c' is in a subdirectory,
  550. Makefile.am:7: but option 'subdir-objects' is disabled
  551. Makefile.am:7: warning: source file 'src/antlr3inputstream.c' is in a subdirectory,
  552. Makefile.am:7: but option 'subdir-objects' is disabled
  553. Makefile.am:7: warning: source file 'src/antlr3intstream.c' is in a subdirectory,
  554. Makefile.am:7: but option 'subdir-objects' is disabled
  555. Makefile.am:7: warning: source file 'src/antlr3lexer.c' is in a subdirectory,
  556. Makefile.am:7: but option 'subdir-objects' is disabled
  557. Makefile.am:7: warning: source file 'src/antlr3parser.c' is in a subdirectory,
  558. Makefile.am:7: but option 'subdir-objects' is disabled
  559. Makefile.am:7: warning: source file 'src/antlr3rewritestreams.c' is in a subdirectory,
  560. Makefile.am:7: but option 'subdir-objects' is disabled
  561. Makefile.am:7: warning: source file 'src/antlr3string.c' is in a subdirectory,
  562. Makefile.am:7: but option 'subdir-objects' is disabled
  563. Makefile.am:7: warning: source file 'src/antlr3tokenstream.c' is in a subdirectory,
  564. Makefile.am:7: but option 'subdir-objects' is disabled
  565. Makefile.am:7: warning: source file 'src/antlr3treeparser.c' is in a subdirectory,
  566. Makefile.am:7: but option 'subdir-objects' is disabled
  567. + autoconf
  568. mkdir -p /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/../build-i386-apple-darwin/externals/antlr3/runtime/C
  569. cd /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/../build-i386-apple-darwin/externals/antlr3/runtime/C/ \
  570.     && PKG_CONFIG_LIBDIR=/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//../liblinphone-sdk/i386-apple-darwin/lib/pkgconfig CONFIG_SITE=/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//build/iphone-config.site \
  571.     /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/configure -prefix=/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//../liblinphone-sdk/i386-apple-darwin --host=i386-apple-darwin --disable-shared --enable-static  
  572. configure: loading site script /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//build/iphone-config.site
  573. Loading config.site for iPhone platform=Simulator version=4.0
  574. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk
  575. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk
  576. Selecting SDK path = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk
  577. checking for a BSD-compatible install... /opt/local/bin/ginstall -c
  578. checking whether build environment is sane... yes
  579. checking for i386-apple-darwin-strip... xcrun strip
  580. checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p
  581. checking for gawk... no
  582. checking for mawk... no
  583. checking for nawk... no
  584. checking for awk... awk
  585. checking whether make sets $(MAKE)... yes
  586. checking whether make supports nested variables... yes
  587. checking for i386-apple-darwin-xlc... xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions
  588. checking whether the C compiler works... yes
  589. checking for C compiler default output file name... a.out
  590. checking for suffix of executables...
  591. checking whether we are cross compiling... no
  592. checking for suffix of object files... o
  593. checking whether we are using the GNU C compiler... yes
  594. checking whether xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions accepts -g... yes
  595. checking for xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions option to accept ISO C89... none needed
  596. checking whether xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions understands -c and -o together... yes
  597. checking for style of include used by make... GNU
  598. checking dependency style of xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions... gcc3
  599. checking whether to enable maintainer-specific portions of Makefiles... no
  600. checking build system type... x86_64-apple-darwin12.5.0
  601. checking host system type... i386-apple-darwin
  602. checking how to print strings... printf
  603. checking for a sed that does not truncate output... /usr/bin/sed
  604. checking for grep that handles long lines and -e... /opt/local/bin/ggrep
  605. checking for egrep... /opt/local/bin/ggrep -E
  606. checking for fgrep... /opt/local/bin/ggrep -F
  607. checking for ld used by xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions... xcrun ld -arch i386
  608. checking if the linker (xcrun ld -arch i386) is GNU ld... no
  609. checking for BSD- or MS-compatible name lister (nm)... xcrun nm
  610. checking the name lister (xcrun nm) interface... BSD nm
  611. checking whether ln -s works... yes
  612. checking the maximum length of command line arguments... 196608
  613. checking whether the shell understands some XSI constructs... yes
  614. checking whether the shell understands "+="... yes
  615. checking how to convert x86_64-apple-darwin12.5.0 file names to i386-apple-darwin format... func_convert_file_noop
  616. checking how to convert x86_64-apple-darwin12.5.0 file names to toolchain format... func_convert_file_noop
  617. checking for xcrun ld -arch i386 option to reload object files... -r
  618. checking for i386-apple-darwin-objdump... no
  619. checking for objdump... no
  620. checking how to recognize dependent libraries... pass_all
  621. checking for i386-apple-darwin-dlltool... no
  622. checking for dlltool... no
  623. checking how to associate runtime and link libraries... printf %s\n
  624. checking for i386-apple-darwin-ar... xcrun ar
  625. checking for archiver @FILE support... no
  626. checking for i386-apple-darwin-strip... (cached) xcrun strip
  627. checking for i386-apple-darwin-ranlib... xcrun ranlib
  628. checking command to parse xcrun nm output from xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions object... ok
  629. checking for sysroot... no
  630. checking for i386-apple-darwin-mt... no
  631. checking for mt... no
  632. checking if : is a manifest tool... no
  633. checking for i386-apple-darwin-dsymutil... no
  634. checking for dsymutil... dsymutil
  635. checking for i386-apple-darwin-nmedit... no
  636. checking for nmedit... nmedit
  637. checking for i386-apple-darwin-lipo... no
  638. checking for lipo... lipo
  639. checking for i386-apple-darwin-otool... no
  640. checking for otool... otool
  641. checking for i386-apple-darwin-otool64... no
  642. checking for otool64... no
  643. checking for -single_module linker flag... yes
  644. checking for -exported_symbols_list linker flag... yes
  645. checking for -force_load linker flag... yes
  646. checking how to run the C preprocessor... xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -E
  647. checking for ANSI C header files... yes
  648. checking for sys/types.h... yes
  649. checking for sys/stat.h... yes
  650. checking for stdlib.h... yes
  651. checking for string.h... yes
  652. checking for memory.h... yes
  653. checking for strings.h... yes
  654. checking for inttypes.h... yes
  655. checking for stdint.h... yes
  656. checking for unistd.h... yes
  657. checking for dlfcn.h... yes
  658. checking for objdir... .libs
  659. checking if xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions supports -fno-rtti -fno-exceptions... yes
  660. checking for xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions option to produce PIC... -fno-common -DPIC
  661. checking if xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions PIC flag -fno-common -DPIC works... yes
  662. checking if xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions static flag -static works... no
  663. checking if xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions supports -c -o file.o... yes
  664. checking if xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions supports -c -o file.o... (cached) yes
  665. checking whether the xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions linker (xcrun ld -arch i386) supports shared libraries... yes
  666. checking dynamic linker characteristics... darwin dyld
  667. checking how to hardcode library paths into programs... immediate
  668. checking whether stripping libraries is possible... yes
  669. checking if libtool supports shared libraries... yes
  670. checking whether to build shared libraries... no
  671. checking whether to build static libraries... yes
  672. checking compiler flags required for compiling ANTLR with xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions C compiler on host i386-apple-darwin...   -O  
  673. checking whether ln -s works... yes
  674. checking whether make sets $(MAKE)... (cached) yes
  675. /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/configure: line 11635: #include: command not found
  676. checking for sys/types.h... (cached) yes
  677. checking for netinet/in.h... yes
  678. checking for arpa/nameser.h... yes
  679. checking for netdb.h... yes
  680. checking for resolv.h... yes
  681. checking for sys/malloc.h... yes
  682. checking for malloc.h... no
  683. checking for stdarg.h... yes
  684. checking for sys/stat.h... (cached) yes
  685. checking for ctype.h... yes
  686. checking for netinet/tcp.h... yes
  687. checking for sys/socket.h... yes
  688. checking for socket.h... no
  689. checking for an ANSI C-conforming const... yes
  690. checking for size_t... yes
  691. checking for int8_t... yes
  692. checking for int16_t... yes
  693. checking for int32_t... yes
  694. checking for int64_t... yes
  695. checking for intptr_t... yes
  696. checking for uint8_t... yes
  697. checking for uint16_t... yes
  698. checking for uint32_t... yes
  699. checking for uint64_t... yes
  700. checking for uintptr_t... yes
  701. checking for inline... inline
  702. checking for memmove... yes
  703. checking for memset... yes
  704. checking for strdup... yes
  705. checking for accept... yes
  706. checking that generated files are newer than configure... done
  707. configure: creating ./config.status
  708. config.status: creating Makefile
  709. config.status: creating antlr3config.h
  710. config.status: executing depfiles commands
  711. config.status: executing libtool commands
  712. cd /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/../build-i386-apple-darwin/externals/antlr3/runtime/C && PKG_CONFIG_LIBDIR=/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//../liblinphone-sdk/i386-apple-darwin/lib/pkgconfig CONFIG_SITE=/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//build/iphone-config.site  make && make install
  713. make  all-am
  714. /bin/sh ./libtool  --tag=CC   --mode=compile xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include  -Dasm=__asm  -O   -MT antlr3baserecognizer.lo -MD -MP -MF .deps/antlr3baserecognizer.Tpo -c -o antlr3baserecognizer.lo `test -f 'src/antlr3baserecognizer.c' || echo '/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/'`src/antlr3baserecognizer.c
  715. libtool: compile:  xcrun clang -std=c99 -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include -Dasm=__asm -O -MT antlr3baserecognizer.lo -MD -MP -MF .deps/antlr3baserecognizer.Tpo -c /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/src/antlr3baserecognizer.c -o antlr3baserecognizer.o
  716. /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/src/antlr3baserecognizer.c:589:51: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
  717.                if      (recognizer->state->following->vector->count >= 0)
  718.                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
  719. 1 warning generated.
  720. mv -f .deps/antlr3baserecognizer.Tpo .deps/antlr3baserecognizer.Plo
  721. /bin/sh ./libtool  --tag=CC   --mode=compile xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include  -Dasm=__asm  -O   -MT antlr3basetree.lo -MD -MP -MF .deps/antlr3basetree.Tpo -c -o antlr3basetree.lo `test -f 'src/antlr3basetree.c' || echo '/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/'`src/antlr3basetree.c
  722. libtool: compile:  xcrun clang -std=c99 -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include -Dasm=__asm -O -MT antlr3basetree.lo -MD -MP -MF .deps/antlr3basetree.Tpo -c /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/src/antlr3basetree.c -o antlr3basetree.o
  723. mv -f .deps/antlr3basetree.Tpo .deps/antlr3basetree.Plo
  724. /bin/sh ./libtool  --tag=CC   --mode=compile xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include  -Dasm=__asm  -O   -MT antlr3basetreeadaptor.lo -MD -MP -MF .deps/antlr3basetreeadaptor.Tpo -c -o antlr3basetreeadaptor.lo `test -f 'src/antlr3basetreeadaptor.c' || echo '/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/'`src/antlr3basetreeadaptor.c
  725. libtool: compile:  xcrun clang -std=c99 -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include -Dasm=__asm -O -MT antlr3basetreeadaptor.lo -MD -MP -MF .deps/antlr3basetreeadaptor.Tpo -c /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/src/antlr3basetreeadaptor.c -o antlr3basetreeadaptor.o
  726. mv -f .deps/antlr3basetreeadaptor.Tpo .deps/antlr3basetreeadaptor.Plo
  727. /bin/sh ./libtool  --tag=CC   --mode=compile xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include  -Dasm=__asm  -O   -MT antlr3bitset.lo -MD -MP -MF .deps/antlr3bitset.Tpo -c -o antlr3bitset.lo `test -f 'src/antlr3bitset.c' || echo '/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/'`src/antlr3bitset.c
  728. libtool: compile:  xcrun clang -std=c99 -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include -Dasm=__asm -O -MT antlr3bitset.lo -MD -MP -MF .deps/antlr3bitset.Tpo -c /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/src/antlr3bitset.c -o antlr3bitset.o
  729. mv -f .deps/antlr3bitset.Tpo .deps/antlr3bitset.Plo
  730. /bin/sh ./libtool  --tag=CC   --mode=compile xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include  -Dasm=__asm  -O   -MT antlr3collections.lo -MD -MP -MF .deps/antlr3collections.Tpo -c -o antlr3collections.lo `test -f 'src/antlr3collections.c' || echo '/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/'`src/antlr3collections.c
  731. libtool: compile:  xcrun clang -std=c99 -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include -Dasm=__asm -O -MT antlr3collections.lo -MD -MP -MF .deps/antlr3collections.Tpo -c /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/src/antlr3collections.c -o antlr3collections.o
  732. mv -f .deps/antlr3collections.Tpo .deps/antlr3collections.Plo
  733. /bin/sh ./libtool  --tag=CC   --mode=compile xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include  -Dasm=__asm  -O   -MT antlr3commontoken.lo -MD -MP -MF .deps/antlr3commontoken.Tpo -c -o antlr3commontoken.lo `test -f 'src/antlr3commontoken.c' || echo '/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/'`src/antlr3commontoken.c
  734. libtool: compile:  xcrun clang -std=c99 -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include -Dasm=__asm -O -MT antlr3commontoken.lo -MD -MP -MF .deps/antlr3commontoken.Tpo -c /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/src/antlr3commontoken.c -o antlr3commontoken.o
  735. mv -f .deps/antlr3commontoken.Tpo .deps/antlr3commontoken.Plo
  736. /bin/sh ./libtool  --tag=CC   --mode=compile xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include  -Dasm=__asm  -O   -MT antlr3commontree.lo -MD -MP -MF .deps/antlr3commontree.Tpo -c -o antlr3commontree.lo `test -f 'src/antlr3commontree.c' || echo '/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/'`src/antlr3commontree.c
  737. libtool: compile:  xcrun clang -std=c99 -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include -Dasm=__asm -O -MT antlr3commontree.lo -MD -MP -MF .deps/antlr3commontree.Tpo -c /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/src/antlr3commontree.c -o antlr3commontree.o
  738. mv -f .deps/antlr3commontree.Tpo .deps/antlr3commontree.Plo
  739. /bin/sh ./libtool  --tag=CC   --mode=compile xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include  -Dasm=__asm  -O   -MT antlr3commontreeadaptor.lo -MD -MP -MF .deps/antlr3commontreeadaptor.Tpo -c -o antlr3commontreeadaptor.lo `test -f 'src/antlr3commontreeadaptor.c' || echo '/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/'`src/antlr3commontreeadaptor.c
  740. libtool: compile:  xcrun clang -std=c99 -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include -Dasm=__asm -O -MT antlr3commontreeadaptor.lo -MD -MP -MF .deps/antlr3commontreeadaptor.Tpo -c /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/src/antlr3commontreeadaptor.c -o antlr3commontreeadaptor.o
  741. mv -f .deps/antlr3commontreeadaptor.Tpo .deps/antlr3commontreeadaptor.Plo
  742. /bin/sh ./libtool  --tag=CC   --mode=compile xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include  -Dasm=__asm  -O   -MT antlr3commontreenodestream.lo -MD -MP -MF .deps/antlr3commontreenodestream.Tpo -c -o antlr3commontreenodestream.lo `test -f 'src/antlr3commontreenodestream.c' || echo '/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/'`src/antlr3commontreenodestream.c
  743. libtool: compile:  xcrun clang -std=c99 -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include -Dasm=__asm -O -MT antlr3commontreenodestream.lo -MD -MP -MF .deps/antlr3commontreenodestream.Tpo -c /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/src/antlr3commontreenodestream.c -o antlr3commontreenodestream.o
  744. mv -f .deps/antlr3commontreenodestream.Tpo .deps/antlr3commontreenodestream.Plo
  745. /bin/sh ./libtool  --tag=CC   --mode=compile xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include  -Dasm=__asm  -O   -MT antlr3convertutf.lo -MD -MP -MF .deps/antlr3convertutf.Tpo -c -o antlr3convertutf.lo `test -f 'src/antlr3convertutf.c' || echo '/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/'`src/antlr3convertutf.c
  746. libtool: compile:  xcrun clang -std=c99 -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include -Dasm=__asm -O -MT antlr3convertutf.lo -MD -MP -MF .deps/antlr3convertutf.Tpo -c /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/src/antlr3convertutf.c -o antlr3convertutf.o
  747. mv -f .deps/antlr3convertutf.Tpo .deps/antlr3convertutf.Plo
  748. /bin/sh ./libtool  --tag=CC   --mode=compile xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include  -Dasm=__asm  -O   -MT antlr3cyclicdfa.lo -MD -MP -MF .deps/antlr3cyclicdfa.Tpo -c -o antlr3cyclicdfa.lo `test -f 'src/antlr3cyclicdfa.c' || echo '/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/'`src/antlr3cyclicdfa.c
  749. libtool: compile:  xcrun clang -std=c99 -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include -Dasm=__asm -O -MT antlr3cyclicdfa.lo -MD -MP -MF .deps/antlr3cyclicdfa.Tpo -c /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/src/antlr3cyclicdfa.c -o antlr3cyclicdfa.o
  750. mv -f .deps/antlr3cyclicdfa.Tpo .deps/antlr3cyclicdfa.Plo
  751. /bin/sh ./libtool  --tag=CC   --mode=compile xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include  -Dasm=__asm  -O   -MT antlr3debughandlers.lo -MD -MP -MF .deps/antlr3debughandlers.Tpo -c -o antlr3debughandlers.lo `test -f 'src/antlr3debughandlers.c' || echo '/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/'`src/antlr3debughandlers.c
  752. libtool: compile:  xcrun clang -std=c99 -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include -Dasm=__asm -O -MT antlr3debughandlers.lo -MD -MP -MF .deps/antlr3debughandlers.Tpo -c /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/src/antlr3debughandlers.c -o antlr3debughandlers.o
  753. mv -f .deps/antlr3debughandlers.Tpo .deps/antlr3debughandlers.Plo
  754. /bin/sh ./libtool  --tag=CC   --mode=compile xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include  -Dasm=__asm  -O   -MT antlr3encodings.lo -MD -MP -MF .deps/antlr3encodings.Tpo -c -o antlr3encodings.lo `test -f 'src/antlr3encodings.c' || echo '/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/'`src/antlr3encodings.c
  755. libtool: compile:  xcrun clang -std=c99 -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include -Dasm=__asm -O -MT antlr3encodings.lo -MD -MP -MF .deps/antlr3encodings.Tpo -c /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/src/antlr3encodings.c -o antlr3encodings.o
  756. mv -f .deps/antlr3encodings.Tpo .deps/antlr3encodings.Plo
  757. /bin/sh ./libtool  --tag=CC   --mode=compile xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include  -Dasm=__asm  -O   -MT antlr3exception.lo -MD -MP -MF .deps/antlr3exception.Tpo -c -o antlr3exception.lo `test -f 'src/antlr3exception.c' || echo '/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/'`src/antlr3exception.c
  758. libtool: compile:  xcrun clang -std=c99 -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include -Dasm=__asm -O -MT antlr3exception.lo -MD -MP -MF .deps/antlr3exception.Tpo -c /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/src/antlr3exception.c -o antlr3exception.o
  759. mv -f .deps/antlr3exception.Tpo .deps/antlr3exception.Plo
  760. /bin/sh ./libtool  --tag=CC   --mode=compile xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include  -Dasm=__asm  -O   -MT antlr3filestream.lo -MD -MP -MF .deps/antlr3filestream.Tpo -c -o antlr3filestream.lo `test -f 'src/antlr3filestream.c' || echo '/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/'`src/antlr3filestream.c
  761. libtool: compile:  xcrun clang -std=c99 -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include -Dasm=__asm -O -MT antlr3filestream.lo -MD -MP -MF .deps/antlr3filestream.Tpo -c /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/src/antlr3filestream.c -o antlr3filestream.o
  762. mv -f .deps/antlr3filestream.Tpo .deps/antlr3filestream.Plo
  763. /bin/sh ./libtool  --tag=CC   --mode=compile xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include  -Dasm=__asm  -O   -MT antlr3inputstream.lo -MD -MP -MF .deps/antlr3inputstream.Tpo -c -o antlr3inputstream.lo `test -f 'src/antlr3inputstream.c' || echo '/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/'`src/antlr3inputstream.c
  764. libtool: compile:  xcrun clang -std=c99 -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include -Dasm=__asm -O -MT antlr3inputstream.lo -MD -MP -MF .deps/antlr3inputstream.Tpo -c /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/src/antlr3inputstream.c -o antlr3inputstream.o
  765. mv -f .deps/antlr3inputstream.Tpo .deps/antlr3inputstream.Plo
  766. /bin/sh ./libtool  --tag=CC   --mode=compile xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include  -Dasm=__asm  -O   -MT antlr3intstream.lo -MD -MP -MF .deps/antlr3intstream.Tpo -c -o antlr3intstream.lo `test -f 'src/antlr3intstream.c' || echo '/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/'`src/antlr3intstream.c
  767. libtool: compile:  xcrun clang -std=c99 -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include -Dasm=__asm -O -MT antlr3intstream.lo -MD -MP -MF .deps/antlr3intstream.Tpo -c /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/src/antlr3intstream.c -o antlr3intstream.o
  768. mv -f .deps/antlr3intstream.Tpo .deps/antlr3intstream.Plo
  769. /bin/sh ./libtool  --tag=CC   --mode=compile xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include  -Dasm=__asm  -O   -MT antlr3lexer.lo -MD -MP -MF .deps/antlr3lexer.Tpo -c -o antlr3lexer.lo `test -f 'src/antlr3lexer.c' || echo '/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/'`src/antlr3lexer.c
  770. libtool: compile:  xcrun clang -std=c99 -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include -Dasm=__asm -O -MT antlr3lexer.lo -MD -MP -MF .deps/antlr3lexer.Tpo -c /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/src/antlr3lexer.c -o antlr3lexer.o
  771. mv -f .deps/antlr3lexer.Tpo .deps/antlr3lexer.Plo
  772. /bin/sh ./libtool  --tag=CC   --mode=compile xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include  -Dasm=__asm  -O   -MT antlr3parser.lo -MD -MP -MF .deps/antlr3parser.Tpo -c -o antlr3parser.lo `test -f 'src/antlr3parser.c' || echo '/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/'`src/antlr3parser.c
  773. libtool: compile:  xcrun clang -std=c99 -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include -Dasm=__asm -O -MT antlr3parser.lo -MD -MP -MF .deps/antlr3parser.Tpo -c /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/src/antlr3parser.c -o antlr3parser.o
  774. mv -f .deps/antlr3parser.Tpo .deps/antlr3parser.Plo
  775. /bin/sh ./libtool  --tag=CC   --mode=compile xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include  -Dasm=__asm  -O   -MT antlr3rewritestreams.lo -MD -MP -MF .deps/antlr3rewritestreams.Tpo -c -o antlr3rewritestreams.lo `test -f 'src/antlr3rewritestreams.c' || echo '/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/'`src/antlr3rewritestreams.c
  776. libtool: compile:  xcrun clang -std=c99 -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include -Dasm=__asm -O -MT antlr3rewritestreams.lo -MD -MP -MF .deps/antlr3rewritestreams.Tpo -c /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/src/antlr3rewritestreams.c -o antlr3rewritestreams.o
  777. mv -f .deps/antlr3rewritestreams.Tpo .deps/antlr3rewritestreams.Plo
  778. /bin/sh ./libtool  --tag=CC   --mode=compile xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include  -Dasm=__asm  -O   -MT antlr3string.lo -MD -MP -MF .deps/antlr3string.Tpo -c -o antlr3string.lo `test -f 'src/antlr3string.c' || echo '/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/'`src/antlr3string.c
  779. libtool: compile:  xcrun clang -std=c99 -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include -Dasm=__asm -O -MT antlr3string.lo -MD -MP -MF .deps/antlr3string.Tpo -c /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/src/antlr3string.c -o antlr3string.o
  780. mv -f .deps/antlr3string.Tpo .deps/antlr3string.Plo
  781. /bin/sh ./libtool  --tag=CC   --mode=compile xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include  -Dasm=__asm  -O   -MT antlr3tokenstream.lo -MD -MP -MF .deps/antlr3tokenstream.Tpo -c -o antlr3tokenstream.lo `test -f 'src/antlr3tokenstream.c' || echo '/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/'`src/antlr3tokenstream.c
  782. libtool: compile:  xcrun clang -std=c99 -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include -Dasm=__asm -O -MT antlr3tokenstream.lo -MD -MP -MF .deps/antlr3tokenstream.Tpo -c /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/src/antlr3tokenstream.c -o antlr3tokenstream.o
  783. mv -f .deps/antlr3tokenstream.Tpo .deps/antlr3tokenstream.Plo
  784. /bin/sh ./libtool  --tag=CC   --mode=compile xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include  -Dasm=__asm  -O   -MT antlr3treeparser.lo -MD -MP -MF .deps/antlr3treeparser.Tpo -c -o antlr3treeparser.lo `test -f 'src/antlr3treeparser.c' || echo '/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/'`src/antlr3treeparser.c
  785. libtool: compile:  xcrun clang -std=c99 -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -DHAVE_CONFIG_H -I. -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C -I/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include -Dasm=__asm -O -MT antlr3treeparser.lo -MD -MP -MF .deps/antlr3treeparser.Tpo -c /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/src/antlr3treeparser.c -o antlr3treeparser.o
  786. mv -f .deps/antlr3treeparser.Tpo .deps/antlr3treeparser.Plo
  787. /bin/sh ./libtool  --tag=CC   --mode=link xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions  -O   -no-undefined -avoid-version  -o libantlr3c.la -rpath /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//../liblinphone-sdk/i386-apple-darwin/lib antlr3baserecognizer.lo antlr3basetree.lo antlr3basetreeadaptor.lo antlr3bitset.lo antlr3collections.lo antlr3commontoken.lo antlr3commontree.lo antlr3commontreeadaptor.lo antlr3commontreenodestream.lo antlr3convertutf.lo antlr3cyclicdfa.lo antlr3debughandlers.lo antlr3encodings.lo antlr3exception.lo antlr3filestream.lo antlr3inputstream.lo antlr3intstream.lo antlr3lexer.lo antlr3parser.lo antlr3rewritestreams.lo antlr3string.lo antlr3tokenstream.lo antlr3treeparser.lo  
  788. libtool: link: xcrun ar cru .libs/libantlr3c.a  antlr3baserecognizer.o antlr3basetree.o antlr3basetreeadaptor.o antlr3bitset.o antlr3collections.o antlr3commontoken.o antlr3commontree.o antlr3commontreeadaptor.o antlr3commontreenodestream.o antlr3convertutf.o antlr3cyclicdfa.o antlr3debughandlers.o antlr3encodings.o antlr3exception.o antlr3filestream.o antlr3inputstream.o antlr3intstream.o antlr3lexer.o antlr3parser.o antlr3rewritestreams.o antlr3string.o antlr3tokenstream.o antlr3treeparser.o
  789. libtool: link: xcrun ranlib .libs/libantlr3c.a
  790. libtool: link: ( cd ".libs" && rm -f "libantlr3c.la" && ln -s "../libantlr3c.la" "libantlr3c.la" )
  791. /opt/local/bin/gmkdir -p '/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//../liblinphone-sdk/i386-apple-darwin/lib'
  792. /bin/sh ./libtool   --mode=install /opt/local/bin/ginstall -c   libantlr3c.la '/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//../liblinphone-sdk/i386-apple-darwin/lib'
  793. libtool: install: /opt/local/bin/ginstall -c .libs/libantlr3c.lai /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//../liblinphone-sdk/i386-apple-darwin/lib/libantlr3c.la
  794. libtool: install: /opt/local/bin/ginstall -c .libs/libantlr3c.a /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//../liblinphone-sdk/i386-apple-darwin/lib/libantlr3c.a
  795. libtool: install: chmod 644 /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//../liblinphone-sdk/i386-apple-darwin/lib/libantlr3c.a
  796. libtool: install: xcrun ranlib /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//../liblinphone-sdk/i386-apple-darwin/lib/libantlr3c.a
  797. /opt/local/bin/gmkdir -p '/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//../liblinphone-sdk/i386-apple-darwin/include'
  798. ginstall -C /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3baserecognizer.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3basetree.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3basetreeadaptor.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3bitset.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3collections.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3commontoken.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3commontree.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3commontreeadaptor.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3commontreenodestream.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3convertutf.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3cyclicdfa.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3debugeventlistener.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3defs.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3encodings.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3errors.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3exception.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3filestream.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3input.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3interfaces.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3intstream.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3lexer.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3memory.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3parser.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3parsetree.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3recognizersharedstate.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3rewritestreams.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3string.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3tokenstream.h /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//externals/antlr3/runtime/C/include/antlr3treeparser.h antlr3config.h '/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//../liblinphone-sdk/i386-apple-darwin/include'
  799. cd /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//belle-sip && ./autogen.sh
  800. Generating build scripts in belle-sip...
  801. + /opt/local/bin/glibtoolize --copy --force
  802. glibtoolize: putting auxiliary files in `.'.
  803. glibtoolize: copying file `./ltmain.sh'
  804. glibtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
  805. glibtoolize: rerunning glibtoolize, to keep the correct libtool macros in-tree.
  806. glibtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  807. + aclocal -I /opt/local/share/aclocal
  808. + autoheader
  809. + automake --force-missing --add-missing --copy
  810. src/Makefile.am:30: warning: source file 'transports/udp_listeningpoint.c' is in a subdirectory,
  811. src/Makefile.am:30: but option 'subdir-objects' is disabled
  812. automake: warning: possible forward-incompatibility.
  813. automake: At least a source file is in a subdirectory, but the 'subdir-objects'
  814. automake: automake option hasn't been enabled.  For now, the corresponding output
  815. automake: object file(s) will be placed in the top-level directory.  However,
  816. automake: this behaviour will change in future Automake versions: they will
  817. automake: unconditionally cause object files to be placed in the same subdirectory
  818. automake: of the corresponding sources.
  819. automake: You are advised to start using 'subdir-objects' option throughout your
  820. automake: project, to avoid future incompatibilities.
  821. src/Makefile.am:30: warning: source file 'transports/udp_channel.c' is in a subdirectory,
  822. src/Makefile.am:30: but option 'subdir-objects' is disabled
  823. src/Makefile.am:30: warning: source file 'transports/stream_channel.c' is in a subdirectory,
  824. src/Makefile.am:30: but option 'subdir-objects' is disabled
  825. src/Makefile.am:30: warning: source file 'transports/stream_listeningpoint.c' is in a subdirectory,
  826. src/Makefile.am:30: but option 'subdir-objects' is disabled
  827. src/Makefile.am:30: warning: source file 'transports/tls_listeningpoint_polarssl.c' is in a subdirectory,
  828. src/Makefile.am:30: but option 'subdir-objects' is disabled
  829. src/Makefile.am:30: warning: source file 'transports/tls_channel_polarssl.c' is in a subdirectory,
  830. src/Makefile.am:30: but option 'subdir-objects' is disabled
  831. src/Makefile.am:67: warning: source file 'transports/tunnel_listeningpoint.c' is in a subdirectory,
  832. src/Makefile.am:67: but option 'subdir-objects' is disabled
  833. src/Makefile.am:67: warning: source file 'transports/tunnel_channel.c' is in a subdirectory,
  834. src/Makefile.am:67: but option 'subdir-objects' is disabled
  835. src/Makefile.am:67: warning: source file 'transports/tunnel_wrapper.cc' is in a subdirectory,
  836. src/Makefile.am:67: but option 'subdir-objects' is disabled
  837. + autoconf
  838. mkdir -p /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/../build-i386-apple-darwin/belle-sip
  839. cd /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/../build-i386-apple-darwin/belle-sip/ \
  840.     && PKG_CONFIG_LIBDIR=/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//../liblinphone-sdk/i386-apple-darwin/lib/pkgconfig CONFIG_SITE=/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//build/iphone-config.site \
  841.     /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//belle-sip/configure --prefix=/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//../liblinphone-sdk/i386-apple-darwin --host=i386-apple-darwin --disable-shared --enable-static --enable-tls --with-polarssl=/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//../liblinphone-sdk/i386-apple-darwin
  842. configure: loading site script /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//build/iphone-config.site
  843. Loading config.site for iPhone platform=Simulator version=4.0
  844. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk
  845. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk
  846. Selecting SDK path = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk
  847. checking build system type... x86_64-apple-darwin12.5.0
  848. checking host system type... i386-apple-darwin
  849. checking target system type... i386-apple-darwin
  850. checking for i386-apple-darwin-pkg-config... no
  851. checking for pkg-config... /opt/local/bin/pkg-config
  852. checking pkg-config is at least version 0.9.0... yes
  853. checking for a BSD-compatible install... /opt/local/bin/ginstall -c
  854. checking whether build environment is sane... yes
  855. checking for i386-apple-darwin-strip... xcrun strip
  856. checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p
  857. checking for gawk... no
  858. checking for mawk... no
  859. checking for nawk... no
  860. checking for awk... awk
  861. checking whether make sets $(MAKE)... yes
  862. checking whether make supports nested variables... yes
  863. checking whether make supports nested variables... (cached) yes
  864. checking for i386-apple-darwin-gcc... xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions
  865. checking whether the C compiler works... yes
  866. checking for C compiler default output file name... a.out
  867. checking for suffix of executables...
  868. checking whether we are cross compiling... no
  869. checking for suffix of object files... o
  870. checking whether we are using the GNU C compiler... yes
  871. checking whether xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions accepts -g... yes
  872. checking for xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions option to accept ISO C89... none needed
  873. checking whether xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions understands -c and -o together... yes
  874. checking for style of include used by make... GNU
  875. checking dependency style of xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions... gcc3
  876. checking whether we are using the GNU C++ compiler... yes
  877. checking whether xcrun clang++  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions accepts -g... yes
  878. checking dependency style of xcrun clang++  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions... gcc3
  879. checking how to print strings... printf
  880. checking for a sed that does not truncate output... /usr/bin/sed
  881. checking for grep that handles long lines and -e... /opt/local/bin/ggrep
  882. checking for egrep... /opt/local/bin/ggrep -E
  883. checking for fgrep... /opt/local/bin/ggrep -F
  884. checking for ld used by xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions... xcrun ld -arch i386
  885. checking if the linker (xcrun ld -arch i386) is GNU ld... no
  886. checking for BSD- or MS-compatible name lister (nm)... xcrun nm
  887. checking the name lister (xcrun nm) interface... BSD nm
  888. checking whether ln -s works... yes
  889. checking the maximum length of command line arguments... 196608
  890. checking whether the shell understands some XSI constructs... yes
  891. checking whether the shell understands "+="... yes
  892. checking how to convert x86_64-apple-darwin12.5.0 file names to i386-apple-darwin format... func_convert_file_noop
  893. checking how to convert x86_64-apple-darwin12.5.0 file names to toolchain format... func_convert_file_noop
  894. checking for xcrun ld -arch i386 option to reload object files... -r
  895. checking for i386-apple-darwin-objdump... no
  896. checking for objdump... no
  897. checking how to recognize dependent libraries... pass_all
  898. checking for i386-apple-darwin-dlltool... no
  899. checking for dlltool... no
  900. checking how to associate runtime and link libraries... printf %s\n
  901. checking for i386-apple-darwin-ar... xcrun ar
  902. checking for archiver @FILE support... no
  903. checking for i386-apple-darwin-strip... (cached) xcrun strip
  904. checking for i386-apple-darwin-ranlib... xcrun ranlib
  905. checking command to parse xcrun nm output from xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions object... ok
  906. checking for sysroot... no
  907. checking for i386-apple-darwin-mt... no
  908. checking for mt... no
  909. checking if : is a manifest tool... no
  910. checking for i386-apple-darwin-dsymutil... no
  911. checking for dsymutil... dsymutil
  912. checking for i386-apple-darwin-nmedit... no
  913. checking for nmedit... nmedit
  914. checking for i386-apple-darwin-lipo... no
  915. checking for lipo... lipo
  916. checking for i386-apple-darwin-otool... no
  917. checking for otool... otool
  918. checking for i386-apple-darwin-otool64... no
  919. checking for otool64... no
  920. checking for -single_module linker flag... yes
  921. checking for -exported_symbols_list linker flag... yes
  922. checking for -force_load linker flag... yes
  923. checking how to run the C preprocessor... xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -E
  924. checking for ANSI C header files... yes
  925. checking for sys/types.h... yes
  926. checking for sys/stat.h... yes
  927. checking for stdlib.h... yes
  928. checking for string.h... yes
  929. checking for memory.h... yes
  930. checking for strings.h... yes
  931. checking for inttypes.h... yes
  932. checking for stdint.h... yes
  933. checking for unistd.h... yes
  934. checking for dlfcn.h... yes
  935. checking for objdir... .libs
  936. checking if xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions supports -fno-rtti -fno-exceptions... yes
  937. checking for xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions option to produce PIC... -fno-common -DPIC
  938. checking if xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions PIC flag -fno-common -DPIC works... yes
  939. checking if xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions static flag -static works... no
  940. checking if xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions supports -c -o file.o... yes
  941. checking if xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions supports -c -o file.o... (cached) yes
  942. checking whether the xcrun clang -std=c99  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions linker (xcrun ld -arch i386) supports shared libraries... yes
  943. checking dynamic linker characteristics... darwin dyld
  944. checking how to hardcode library paths into programs... immediate
  945. checking whether stripping libraries is possible... yes
  946. checking if libtool supports shared libraries... yes
  947. checking whether to build shared libraries... no
  948. checking whether to build static libraries... yes
  949. checking how to run the C++ preprocessor... xcrun clang++  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions -E
  950. checking for ld used by xcrun clang++  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions... xcrun ld -arch i386
  951. checking if the linker (xcrun ld -arch i386) is GNU ld... no
  952. checking whether the xcrun clang++  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions linker (xcrun ld -arch i386) supports shared libraries... yes
  953. checking for xcrun clang++  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions option to produce PIC... -fno-common -DPIC
  954. checking if xcrun clang++  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions PIC flag -fno-common -DPIC works... yes
  955. checking if xcrun clang++  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions static flag -static works... no
  956. checking if xcrun clang++  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions supports -c -o file.o... yes
  957. checking if xcrun clang++  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions supports -c -o file.o... (cached) yes
  958. checking whether the xcrun clang++  -arch i386  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -miphoneos-version-min=4.0 -DTARGET_OS_IPHONE=1 -D__IOS -fms-extensions linker (xcrun ld -arch i386) supports shared libraries... yes
  959. checking dynamic linker characteristics... darwin dyld
  960. checking how to hardcode library paths into programs... immediate
  961. checking antlr3.h usability... yes
  962. checking antlr3.h presence... yes
  963. checking for antlr3.h... yes
  964. checking whether antlr3StringStreamNew is declared... yes
  965. checking whether res_ndestroy is declared... yes
  966. checking for antlr3... no
  967. checking for java... /usr/bin/java
  968. checking polarssl/ssl.h usability... yes
  969. checking polarssl/ssl.h presence... yes
  970. checking for polarssl/ssl.h... yes
  971. checking for x509parse_crtpath in -lpolarssl... yes
  972. checking for CUNIT... no
  973. checking CUnit/CUnit.h usability... no
  974. checking CUnit/CUnit.h presence... no
  975. checking for CUnit/CUnit.h... no
  976. configure: WARNING: Could not find cunit framework, tests are not compiled.
  977. checking for clock_gettime in -lrt... no
  978. checking for dlopen in -ldl... yes
  979. checking that generated files are newer than configure... done
  980. configure: creating ./config.status
  981. config.status: creating Makefile
  982. config.status: creating include/Makefile
  983. config.status: creating include/belle-sip/Makefile
  984. config.status: creating src/Makefile
  985. config.status: creating tester/Makefile
  986. config.status: creating belle-sip.pc
  987. config.status: creating belle-sip.spec
  988. config.status: creating config.h
  989. config.status: executing depfiles commands
  990. config.status: executing libtool commands
  991. cd /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/../build-i386-apple-darwin/belle-sip && PKG_CONFIG_LIBDIR=/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//../liblinphone-sdk/i386-apple-darwin/lib/pkgconfig CONFIG_SITE=/Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//build/iphone-config.site  make && make install
  992. make  all-recursive
  993. Making all in include
  994. Making all in belle-sip
  995. make[5]: Nothing to be done for `all'.
  996. make[5]: Nothing to be done for `all-am'.
  997. Making all in src
  998. /usr/bin/java -jar /usr/local/share/java/antlr.jar  -make -fo . /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//belle-sip/src/belle_sip_message.g /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//belle-sip/src/belle_sdp.g
  999. warning(200): /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//belle-sip/src/belle_sip_message.g:1043:3:
  1000. Decision can match input such as "LPAREN {COMMON_CHAR, HEX_CHAR} {EOF, DIGIT, LPAREN, PLUS, RPAREN, SLASH, STAR..'!', '%', '-'..'.', '\'', '_'..'`', '~'}" using multiple alternatives: 1, 2
  1001.  
  1002. As a result, alternative(s) 2 were disabled for that input
  1003. warning(200): /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//belle-sip/src/belle_sip_message.g:1043:3:
  1004. Decision can match input such as "LPAREN SLASH {COMMON_CHAR, DIGIT, HEX_CHAR, LPAREN, PLUS, RPAREN, STAR..'!', '%', '-'..'.', '\'', '_'..'`', '~'}" using multiple alternatives: 1, 2
  1005.  
  1006. As a result, alternative(s) 2 were disabled for that input
  1007. warning(200): /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//belle-sip/src/belle_sip_message.g:1277:43:
  1008. Decision can match input such as "{COMMON_CHAR, HEX_CHAR} {COMMON_CHAR, HEX_CHAR} DIGIT '?' {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} EQUAL {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} '&' {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} EQUAL {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} SEMI {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' HEX_CHAR HEX_CHAR EQUAL {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' HEX_CHAR HEX_CHAR COMMA {COMMON_CHAR, HEX_CHAR} COLON PLUS" using multiple alternatives: 1, 2
  1009.  
  1010. As a result, alternative(s) 2 were disabled for that input
  1011. warning(200): /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//belle-sip/src/belle_sip_message.g:1277:43:
  1012. Decision can match input such as "{COMMON_CHAR, HEX_CHAR} {COMMON_CHAR, HEX_CHAR} DIGIT '?' {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} EQUAL {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} '&' {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} EQUAL {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} SEMI {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' HEX_CHAR HEX_CHAR EQUAL {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' HEX_CHAR HEX_CHAR COMMA {COMMON_CHAR, HEX_CHAR} COLON '$'" using multiple alternatives: 1, 2
  1013.  
  1014. As a result, alternative(s) 2 were disabled for that input
  1015. warning(200): /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//belle-sip/src/belle_sip_message.g:1277:43:
  1016. Decision can match input such as "{COMMON_CHAR, HEX_CHAR} COLON DIGIT COMMA {COMMON_CHAR, HEX_CHAR} {COMMA, EQUAL, '$', '&', '@'}" using multiple alternatives: 1, 2
  1017.  
  1018. As a result, alternative(s) 2 were disabled for that input
  1019. warning(200): /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//belle-sip/src/belle_sip_message.g:1277:43:
  1020. Decision can match input such as "{COMMON_CHAR, HEX_CHAR} {COMMON_CHAR, HEX_CHAR} DIGIT '?' {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} EQUAL {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} '&' {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} EQUAL {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} SEMI {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' HEX_CHAR HEX_CHAR EQUAL {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' HEX_CHAR HEX_CHAR COMMA {COMMON_CHAR, HEX_CHAR} COLON DIGIT" using multiple alternatives: 1, 2
  1021.  
  1022. As a result, alternative(s) 2 were disabled for that input
  1023. warning(200): /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//belle-sip/src/belle_sip_message.g:1277:43:
  1024. Decision can match input such as "{COMMON_CHAR, HEX_CHAR} {COMMON_CHAR, HEX_CHAR} DIGIT '?' {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} EQUAL {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} '&' {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} EQUAL {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} SEMI {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' HEX_CHAR HEX_CHAR EQUAL {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' HEX_CHAR HEX_CHAR COMMA {COMMON_CHAR, HEX_CHAR} COLON {COMMON_CHAR, HEX_CHAR}" using multiple alternatives: 1, 2
  1025.  
  1026. As a result, alternative(s) 2 were disabled for that input
  1027. warning(200): /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//belle-sip/src/belle_sip_message.g:1277:43:
  1028. Decision can match input such as "{COMMON_CHAR, HEX_CHAR} {COMMON_CHAR, HEX_CHAR} DIGIT '?' {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} EQUAL {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} '&' {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} EQUAL {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} SEMI {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' HEX_CHAR HEX_CHAR EQUAL {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' HEX_CHAR HEX_CHAR COMMA {COMMON_CHAR, HEX_CHAR} COLON {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'}" using multiple alternatives: 1, 2
  1029.  
  1030. As a result, alternative(s) 2 were disabled for that input
  1031. warning(200): /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//belle-sip/src/belle_sip_message.g:1277:43:
  1032. Decision can match input such as "{COMMON_CHAR, HEX_CHAR} {COMMON_CHAR, HEX_CHAR} DIGIT '?' {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} EQUAL {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} '&' {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} EQUAL {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} SEMI {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' HEX_CHAR HEX_CHAR EQUAL {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' HEX_CHAR HEX_CHAR COMMA {COMMON_CHAR, HEX_CHAR} COLON EQUAL" using multiple alternatives: 1, 2
  1033.  
  1034. As a result, alternative(s) 2 were disabled for that input
  1035. warning(200): /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//belle-sip/src/belle_sip_message.g:1277:43:
  1036. Decision can match input such as "{COMMON_CHAR, HEX_CHAR} {COMMON_CHAR, HEX_CHAR} DIGIT '?' {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} EQUAL {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} '&' {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} EQUAL {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' {DIGIT, HEX_CHAR} {DIGIT, HEX_CHAR} SEMI {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' HEX_CHAR HEX_CHAR EQUAL {COMMON_CHAR, HEX_CHAR} DIGIT {LPAREN, RPAREN, STAR..'!', '-'..'.', '\'', '_', '~'} '%' HEX_CHAR HEX_CHAR COMMA {COMMON_CHAR, HEX_CHAR} COLON '&'" using multiple alternatives: 1, 2
  1037.  
  1038. As a result, alternative(s) 2 were disabled for that input
  1039. warning(200): /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//belle-sip/src/belle_sip_message.g:1363:2:
  1040. Decision can match input such as "{COLON, PLUS, SLASH, '$', '&', '.', '[', ']'}" using multiple alternatives: 1, 2
  1041.  
  1042. As a result, alternative(s) 2 were disabled for that input
  1043. warning(200): /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//belle-sip/src/belle_sip_message.g:1414:33:
  1044. Decision can match input such as "LWS" using multiple alternatives: 1, 2
  1045.  
  1046. As a result, alternative(s) 2 were disabled for that input
  1047. warning(200): /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//belle-sip/src/belle_sip_message.g:1424:17:
  1048. Decision can match input such as "LWS" using multiple alternatives: 1, 2
  1049.  
  1050. As a result, alternative(s) 2 were disabled for that input
  1051. warning(200): /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//belle-sip/src/belle_sip_message.g:1443:17:
  1052. Decision can match input such as "LWS" using multiple alternatives: 1, 2
  1053.  
  1054. As a result, alternative(s) 2 were disabled for that input
  1055. warning(200): /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//belle-sip/src/belle_sip_message.g:1449:20:
  1056. Decision can match input such as "LWS" using multiple alternatives: 1, 2
  1057.  
  1058. As a result, alternative(s) 2 were disabled for that input
  1059. warning(200): /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//belle-sip/src/belle_sip_message.g:1457:16:
  1060. Decision can match input such as "LWS" using multiple alternatives: 1, 2
  1061.  
  1062. As a result, alternative(s) 2 were disabled for that input
  1063. warning(200): /Users/josephdaniels/Projects/tmp/linphone-iphone/submodules/build/..//belle-sip/src/belle_sip_message.g:1475:15:
  1064. Decision can match input such as "LWS" using multiple alternatives: 1, 2
  1065.  
  1066. As a result, alternative(s) 2 were disabled for that input
  1067. warning(24):  template error: context [/outputFile /parser] 1:1 could not pass through undefined attribute filterMode
  1068. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1069. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1070. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1071. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1072. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1073. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1074. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1075. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1076. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1077. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1078. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1079. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1080. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1081. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1082. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1083. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1084. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1085. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1086. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1087. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1088. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1089. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1090. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1091. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1092. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1093. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1094. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1095. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1096. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1097. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1098. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1099. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1100. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1101. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1102. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1103. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1104. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1105. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1106. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1107. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1108. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1109. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1110. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1111. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1112. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1113. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1114. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1115. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1116. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1117. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1118. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1119. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1120. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1121. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1122. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1123. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1124. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1125. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1126. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1127. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1128. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1129. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1130. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1131. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1132. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1133. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1134. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1135. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1136. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1137. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1138. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1139. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1140. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1141. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1142. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1143. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1144. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1145. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1146. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1147. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1148. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1149. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1150. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1151. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1152. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1153. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1154. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1155. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1156. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1157. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1158. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1159. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1160. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1161. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1162. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1163. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1164. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1165. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1166. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1167. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1168. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1169. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1170. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1171. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1172. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1173. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1174. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1175. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1176. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1177. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1178. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1179. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1180. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1181. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1182. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1183. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1184. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1185. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1186. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1187. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1188. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1189. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1190. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1191. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1192. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1193. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1194. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1195. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1196. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1197. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1198. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1199. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1200. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1201. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1202. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1203. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1204. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1205. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1206. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1207. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1208. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1209. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1210. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1211. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1212. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1213. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1214. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1215. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1216. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1217. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1218. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1219. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1220. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1221. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1222. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1223. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1224. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1225. warning(24):  template error: context [/outputFile /parser /genericParser /_sub134 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  1226. warning(24):  template error: context [/outputFile /parser /genericParser] 155:5 no such property or can't access: null.apifuncs
  1227. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1228. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1229. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1230. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1231. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1232. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1233. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1234. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1235. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1236. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1237. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1238. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1239. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1240. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1241. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1242. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1243. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1244. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1245. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1246. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1247. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1248. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1249. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1250. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1251. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1252. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1253. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1254. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1255. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1256. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1257. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1258. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1259. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1260. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1261. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1262. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1263. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1264. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1265. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1266. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1267. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1268. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1269. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1270. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1271. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1272. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1273. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1274. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1275. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1276. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1277. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1278. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1279. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1280. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1281. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1282. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1283. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1284. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1285. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1286. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1287. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1288. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1289. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1290. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1291. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1292. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1293. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1294. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1295. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1296. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1297. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1298. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1299. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1300. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1301. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1302. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1303. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1304. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1305. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1306. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1307. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1308. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1309. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1310. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1311. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1312. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1313. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1314. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1315. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1316. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1317. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1318. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1319. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1320. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1321. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1322. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1323. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1324. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1325. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1326. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1327. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1328. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1329. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1330. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1331. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1332. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1333. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1334. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1335. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1336. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1337. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1338. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1339. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1340. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1341. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1342. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1343. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1344. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1345. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1346. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1347. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1348. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1349. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1350. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1351. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1352. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1353. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1354. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1355. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1356. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1357. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1358. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1359. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1360. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1361. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1362. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1363. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1364. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1365. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1366. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1367. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1368. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1369. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1370. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1371. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1372. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1373. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1374. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1375. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1376. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1377. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1378. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1379. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1380. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1381. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1382. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1383. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1384. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1385. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1386. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1387. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1388. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1389. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1390. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1391. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1392. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1393. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1394. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1395. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1396. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1397. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1398. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1399. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1400. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1401. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1402. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1403. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1404. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1405. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1406. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1407. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1408. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1409. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1410. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1411. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1412. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1413. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1414. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1415. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1416. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1417. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1418. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1419. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1420. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1421. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1422. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1423. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1424. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1425. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1426. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1427. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1428. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1429. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1430. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1431. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1432. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1433. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1434. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1435. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1436. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1437. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1438. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1439. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1440. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1441. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1442. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1443. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1444. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1445. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1446. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1447. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1448. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1449. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1450. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1451. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1452. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1453. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1454. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1455. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1456. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1457. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1458. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1459. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1460. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1461. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 4:1 no such property or can't access: null.attributes
  1462. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1463. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1464. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1465. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1466. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1467. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1468. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1469. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1470. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1471. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1472. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1473. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1474. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1475. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1476. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1477. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1478. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1479. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1480. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1481. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations] 8:1 no such property or can't access: null.attributes
  1482. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1483. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1484. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1485. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1486. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1487. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1488. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1489. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1490. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1491. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1492. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1493. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1494. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1495. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1496. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1497. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1498. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1499. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1500. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1501. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1502. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1503. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1504. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1505. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1506. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1507. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1508. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1509. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1510. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1511. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1512. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1513. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1514. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1515. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1516. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1517. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1518. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1519. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1520. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1521. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1522. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1523. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1524. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1525. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1526. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1527. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1528. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1529. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1530. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1531. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1532. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1533. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1534. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1535. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1536. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1537. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1538. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1539. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1540. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1541. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1542. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1543. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1544. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1545. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1546. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1547. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1548. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1549. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1550. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1551. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1552. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1553. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1554. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1555. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1556. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1557. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1558. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1559. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1560. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1561. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1562. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1563. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1564. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1565. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1566. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1567. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1568. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1569. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1570. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1571. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1572. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1573. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1574. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1575. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1576. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1577. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1578. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1579. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1580. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1581. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1582. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1583. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1584. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1585. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1586. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1587. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1588. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1589. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1590. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1591. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1592. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1593. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1594. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1595. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1596. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1597. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1598. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1599. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1600. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1601. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1602. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1603. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1604. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1605. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1606. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1607. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1608. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1609. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1610. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1611. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1612. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1613. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1614. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1615. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1616. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1617. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1618. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1619. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1620. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1621. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1622. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1623. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1624. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1625. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1626. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1627. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1628. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1629. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1630. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1631. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1632. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1633. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1634. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1635. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1636. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1637. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1638. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1639. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1640. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1641. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1642. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1643. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1644. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1645. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1646. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1647. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1648. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1649. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1650. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1651. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1652. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1653. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1654. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1655. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1656. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1657. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1658. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1659. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1660. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1661. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1662. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1663. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1664. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1665. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1666. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1667. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1668. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1669. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1670. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1671. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1672. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1673. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1674. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1675. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1676. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1677. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1678. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1679. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1680. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1681. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1682. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1683. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1684. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1685. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1686. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1687. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1688. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1689. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1690. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1691. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1692. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1693. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1694. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1695. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1696. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1697. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1698. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1699. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1700. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1701. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1702. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1703. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1704. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1705. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1706. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1707. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1708. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1709. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1710. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1711. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  1712. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1713. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1714. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1715. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1716. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1717. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1718. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1719. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1720. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1721. warning(24):  template error: context [/headerFile /_sub108 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1722. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1723. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1724. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1725. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1726. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1727. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1728. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1729. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1730. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1731. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1732. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1733. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1734. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1735. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1736. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1737. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1738. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1739. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1740. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1741. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1742. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1743. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1744. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1745. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1746. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1747. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1748. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1749. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1750. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1751. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1752. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1753. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1754. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1755. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1756. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1757. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1758. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1759. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1760. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1761. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1762. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1763. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1764. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1765. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1766. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1767. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1768. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1769. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1770. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1771. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1772. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1773. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1774. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1775. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1776. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1777. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1778. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1779. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1780. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1781. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1782. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1783. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1784. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1785. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1786. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1787. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1788. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1789. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1790. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1791. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1792. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1793. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1794. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1795. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1796. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1797. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1798. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1799. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1800. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1801. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1802. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1803. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1804. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1805. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1806. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1807. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1808. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1809. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1810. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1811. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1812. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1813. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1814. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1815. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1816. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1817. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1818. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1819. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1820. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1821. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1822. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1823. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1824. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1825. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1826. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1827. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1828. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1829. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1830. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1831. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1832. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1833. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1834. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1835. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1836. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1837. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1838. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1839. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1840. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1841. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1842. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1843. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1844. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1845. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1846. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1847. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1848. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1849. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1850. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1851. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1852. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1853. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1854. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1855. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1856. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1857. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1858. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1859. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1860. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1861. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1862. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1863. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1864. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1865. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1866. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1867. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1868. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1869. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1870. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1871. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1872. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1873. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1874. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1875. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1876. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1877. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1878. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1879. warning(24):  template error: context [/headerFile /_sub110 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1880. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1881. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1882. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1883. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1884. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1885. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1886. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1887. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1888. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1889. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1890. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1891. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1892. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1893. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1894. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1895. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1896. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1897. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1898. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1899. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1900. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1901. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1902. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1903. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1904. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1905. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1906. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1907. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1908. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1909. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1910. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1911. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1912. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1913. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1914. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1915. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1916. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1917. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1918. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  1919. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1920. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1921. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1922. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1923. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1924. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1925. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1926. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1927. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1928. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1929. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1930. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1931. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1932. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1933. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1934. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1935. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1936. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1937. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1938. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1939. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1940. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1941. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1942. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1943. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1944. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1945. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1946. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1947. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1948. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1949. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1950. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1951. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1952. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1953. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1954. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1955. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1956. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1957. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1958. warning(24):  template error: context [/headerFile /_sub199 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  1959. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1960. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1961. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1962. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1963. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1964. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1965. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1966. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1967. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1968. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1969. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1970. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1971. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1972. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1973. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1974. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1975. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1976. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1977. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1978. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1979. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1980. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1981. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1982. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1983. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1984. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1985. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1986. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1987. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1988. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1989. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1990. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1991. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1992. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1993. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1994. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1995. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1996. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1997. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1998. warning(24):  template error: context [/headerFile /_sub201 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  1999. warning(24):  template error: context [/outputFile /parser] 1:1 could not pass through undefined attribute filterMode
  2000. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2001. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2002. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2003. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2004. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2005. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2006. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2007. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2008. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2009. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2010. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2011. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2012. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2013. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2014. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2015. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2016. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2017. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2018. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2019. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2020. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2021. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2022. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2023. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2024. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2025. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2026. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2027. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2028. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2029. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2030. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2031. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2032. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2033. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2034. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2035. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2036. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2037. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2038. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2039. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2040. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2041. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2042. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2043. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2044. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2045. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2046. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2047. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2048. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2049. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2050. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2051. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2052. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2053. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2054. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2055. warning(24):  template error: context [/outputFile /parser /genericParser /_sub436 /ruleAttributeScopeFuncMacro] 1:4 no such property or can't access: null.attributes
  2056. warning(24):  template error: context [/outputFile /parser /genericParser] 155:5 no such property or can't access: null.apifuncs
  2057. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2058. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2059. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2060. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleBlockSingleAlt /alt /element /closureBlock /_sub480 /altSwitchCase /alt /element /matchSet /matchSet /_sub518 /createNodeFromToken] 1:4 no such property or can't access: null.node
  2061. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2062. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2063. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2064. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2065. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2066. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2067. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2068. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleBlockSingleAlt /alt /element /closureBlock /_sub480 /altSwitchCase /alt /element /matchSet /matchSet /_sub518 /createNodeFromToken] 1:4 no such property or can't access: null.node
  2069. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2070. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2071. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2072. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleBlockSingleAlt /alt /element /closureBlock /_sub480 /altSwitchCase /alt /element /matchSet /matchSet /_sub518 /createNodeFromToken] 1:4 no such property or can't access: null.node
  2073. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2074. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2075. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2076. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2077. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleBlockSingleAlt /alt /element /closureBlock /_sub480 /altSwitchCase /alt /element /matchSet /matchSet /_sub518 /createNodeFromToken] 1:4 no such property or can't access: null.node
  2078. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2079. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2080. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2081. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2082. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2083. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2084. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2085. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2086. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2087. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2088. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2089. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2090. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2091. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2092. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2093. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleBlockSingleAlt /alt /element /closureBlock /_sub480 /altSwitchCase /alt /element /matchSet /matchSet /_sub518 /createNodeFromToken] 1:4 no such property or can't access: null.node
  2094. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2095. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2096. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2097. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2098. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2099. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2100. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2101. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2102. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2103. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2104. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2105. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2106. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2107. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2108. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2109. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2110. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleBlockSingleAlt /alt /element /closureBlock /_sub480 /altSwitchCase /alt /element /matchSet /matchSet /_sub518 /createNodeFromToken] 1:4 no such property or can't access: null.node
  2111. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2112. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2113. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2114. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2115. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2116. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2117. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2118. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleBlockSingleAlt /alt /element /matchRuleBlockSet /matchSet /matchSet /_sub518 /createNodeFromToken] 1:4 no such property or can't access: null.node
  2119. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleInitializations /ruleInitializations] 4:1 no such property or can't access: null.attributes
  2120. warning(24):  template error: context [/outputFile /parser /genericParser /rule /ruleBlockSingleAlt /alt /element /matchRuleBlockSet /matchSet /matchSet /_sub518 /createNodeFromToken] 1:4 no such property or can't access: null.node
  2121. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2122. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2123. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2124. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2125. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2126. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2127. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2128. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2129. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2130. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2131. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2132. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2133. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2134. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2135. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2136. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2137. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2138. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2139. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2140. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2141. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2142. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2143. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2144. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2145. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2146. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2147. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2148. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2149. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2150. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2151. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2152. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2153. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2154. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2155. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2156. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2157. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2158. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2159. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2160. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2161. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2162. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2163. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2164. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2165. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2166. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2167. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2168. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2169. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2170. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2171. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2172. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2173. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2174. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2175. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2176. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2177. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2178. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2179. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2180. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2181. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2182. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2183. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2184. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2185. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2186. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2187. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2188. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2189. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2190. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2191. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2192. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2193. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2194. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2195. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2196. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2197. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2198. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2199. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2200. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2201. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2202. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2203. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2204. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2205. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2206. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2207. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2208. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2209. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2210. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2211. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2212. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2213. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2214. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2215. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2216. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2217. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2218. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2219. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2220. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2221. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2222. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2223. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2224. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2225. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2226. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2227. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2228. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2229. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2230. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2231. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2232. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2233. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2234. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2235. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2236. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2237. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2238. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2239. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2240. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2241. warning(24):  template error: context [/headerFile /_sub410 /headerReturnScope /returnScope] 15:5 no such property or can't access: null.attributes
  2242. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2243. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2244. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2245. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2246. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2247. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2248. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2249. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2250. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2251. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2252. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2253. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2254. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2255. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2256. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2257. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2258. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2259. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2260. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2261. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2262. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2263. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2264. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2265. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2266. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2267. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2268. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2269. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2270. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2271. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2272. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2273. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2274. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2275. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2276. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2277. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2278. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2279. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2280. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2281. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2282. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2283. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2284. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2285. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2286. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2287. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2288. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2289. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2290. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2291. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2292. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2293. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2294. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2295. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2296. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2297. warning(24):  template error: context [/headerFile /_sub412 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2298. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  2299. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  2300. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  2301. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  2302. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  2303. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  2304. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  2305. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  2306. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  2307. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  2308. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  2309. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  2310. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  2311. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  2312. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  2313. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  2314. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  2315. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  2316. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  2317. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  2318. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  2319. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  2320. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  2321. warning(24):  template error: context [/outputFile /lexer /lexerRule /ruleDeclarations] 4:1 no such property or can't access: null.attributes
  2322. warning(24):  template error: context [/headerFile /_sub532 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2323. warning(24):  template error: context [/headerFile /_sub532 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2324. warning(24):  template error: context [/headerFile /_sub532 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2325. warning(24):  template error: context [/headerFile /_sub532 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2326. warning(24):  template error: context [/headerFile /_sub532 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2327. warning(24):  template error: context [/headerFile /_sub532 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2328. warning(24):  template error: context [/headerFile /_sub532 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2329. warning(24):  template error: context [/headerFile /_sub532 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2330. warning(24):  template error: context [/headerFile /_sub532 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2331. warning(24):  template error: context [/headerFile /_sub532 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2332. warning(24):  template error: context [/headerFile /_sub532 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2333. warning(24):  template error: context [/headerFile /_sub532 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2334. warning(24):  template error: context [/headerFile /_sub532 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2335. warning(24):  template error: context [/headerFile /_sub532 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2336. warning(24):  template error: context [/headerFile /_sub532 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2337. warning(24):  template error: context [/headerFile /_sub532 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2338. warning(24):  template error: context [/headerFile /_sub532 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2339. warning(24):  template error: context [/headerFile /_sub532 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2340. warning(24):  template error: context [/headerFile /_sub532 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2341. warning(24):  template error: context [/headerFile /_sub532 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2342. warning(24):  template error: context [/headerFile /_sub532 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2343. warning(24):  template error: context [/headerFile /_sub532 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2344. warning(24):  template error: context [/headerFile /_sub532 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2345. warning(24):  template error: context [/headerFile /_sub532 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2346. warning(24):  template error: context [/headerFile /_sub532 /headerReturnScope] 1:1 could not pass through undefined attribute scope
  2347. warning(24):  template error: context [/headerFile /_sub534 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2348. warning(24):  template error: context [/headerFile /_sub534 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2349. warning(24):  template error: context [/headerFile /_sub534 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2350. warning(24):  template error: context [/headerFile /_sub534 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2351. warning(24):  template error: context [/headerFile /_sub534 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2352. warning(24):  template error: context [/headerFile /_sub534 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2353. warning(24):  template error: context [/headerFile /_sub534 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2354. warning(24):  template error: context [/headerFile /_sub534 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2355. warning(24):  template error: context [/headerFile /_sub534 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2356. warning(24):  template error: context [/headerFile /_sub534 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2357. warning(24):  template error: context [/headerFile /_sub534 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2358. warning(24):  template error: context [/headerFile /_sub534 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2359. warning(24):  template error: context [/headerFile /_sub534 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2360. warning(24):  template error: context [/headerFile /_sub534 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2361. warning(24):  template error: context [/headerFile /_sub534 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2362. warning(24):  template error: context [/headerFile /_sub534 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2363. warning(24):  template error: context [/headerFile /_sub534 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2364. warning(24):  template error: context [/headerFile /_sub534 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2365. warning(24):  template error: context [/headerFile /_sub534 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2366. warning(24):  template error: context [/headerFile /_sub534 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2367. warning(24):  template error: context [/headerFile /_sub534 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2368. warning(24):  template error: context [/headerFile /_sub534 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2369. warning(24):  template error: context [/headerFile /_sub534 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2370. warning(24):  template error: context [/headerFile /_sub534 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2371. warning(24):  template error: context [/headerFile /_sub534 /ruleAttributeScopeDecl] 1:4 no such property or can't access: null.attributes
  2372. touch ./generated_src_stamp
  2373. make  all-am
  2374.   CC       libbellesip_la-clock_gettime.lo
  2375.   CC       libbellesip_la-port.lo
  2376.   CC       libbellesip_la-belle_sip_uri_impl.lo
  2377.   CC       libbellesip_la-belle_sip_headers_impl.lo
  2378.   CC       libbellesip_la-belle_sip_utils.lo
  2379.   CC       libbellesip_la-belle_sip_object.lo
  2380.   CC       libbellesip_la-belle_sip_loop.lo
  2381.   CC       libbellesip_la-belle_sip_resolver.lo
  2382.   CC       libbellesip_la-belle_sip_parameters.lo
  2383.   CC       libbellesip_la-belle_sdp_impl.lo
  2384.   CC       libbellesip_la-transaction.lo
  2385.   CC       libbellesip_la-listeningpoint.lo
  2386.   CC       libbellesip_la-sipstack.lo
  2387.   CC       libbellesip_la-provider.lo
  2388.   CC       libbellesip_la-channel.lo
  2389.   CC       libbellesip_la-message.lo
  2390.   CC       libbellesip_la-md5.lo
  2391.   CC       libbellesip_la-auth_helper.lo
  2392.   CC       libbellesip_la-siplistener.lo
  2393.   CC       libbellesip_la-ict.lo
  2394.   CC       libbellesip_la-ist.lo
  2395.   CC       libbellesip_la-nict.lo
  2396.   CC       libbellesip_la-nist.lo
  2397.   CC       libbellesip_la-dialog.lo
  2398.   CC       libbellesip_la-auth_event.lo
  2399.   CC       libbellesip_la-udp_listeningpoint.lo
  2400.   CC       libbellesip_la-udp_channel.lo
  2401.   CC       libbellesip_la-stream_channel.lo
  2402.   CC       libbellesip_la-stream_listeningpoint.lo
  2403.   CC       libbellesip_la-tls_listeningpoint_polarssl.lo
  2404.   CC       libbellesip_la-tls_channel_polarssl.lo
  2405.   CC       libbellesip_la-refresher.lo
  2406.   CC       libbellesip_la-dns.lo
  2407.   CC       libbellesip_generated_la-belle_sip_messageParser.lo
  2408. belle_sip_messageParser.c:8068:68: error: use of undeclared identifier '_empty'
  2409.     dfa1_T3, dfa1_T0, dfa1_T0, dfa1_T0, dfa1_T0, dfa1_T0, dfa1_T0, _empty,
  2410.                                                                    ^
  2411. belle_sip_messageParser.c:8069:14: error: use of undeclared identifier '_empty'
  2412.     dfa1_T5, _empty, dfa1_T4, dfa1_T2, dfa1_T1
  2413.              ^
  2414. belle_sip_messageParser.c:10203:5: error: use of undeclared identifier '_empty'
  2415.     _empty, _empty, dfa11_T59, dfa11_T78, dfa11_T59, dfa11_T59, dfa11_T59,
  2416.     ^
  2417. belle_sip_messageParser.c:10203:13: error: use of undeclared identifier '_empty'
  2418.     _empty, _empty, dfa11_T59, dfa11_T78, dfa11_T59, dfa11_T59, dfa11_T59,
  2419.             ^
  2420. belle_sip_messageParser.c:23887:5: error: use of undeclared identifier '_empty'
  2421.     _empty, _empty, _empty, _empty, _empty, _empty, _empty, _empty, _empty,
  2422.     ^
  2423. belle_sip_messageParser.c:23887:13: error: use of undeclared identifier '_empty'
  2424.     _empty, _empty, _empty, _empty, _empty, _empty, _empty, _empty, _empty,
  2425.             ^
  2426. belle_sip_messageParser.c:23887:21: error: use of undeclared identifier '_empty'
  2427.     _empty, _empty, _empty, _empty, _empty, _empty, _empty, _empty, _empty,
  2428.                     ^
  2429. belle_sip_messageParser.c:23887:29: error: use of undeclared identifier '_empty'
  2430.     _empty, _empty, _empty, _empty, _empty, _empty, _empty, _empty, _empty,
  2431.                             ^
  2432. belle_sip_messageParser.c:23887:37: error: use of undeclared identifier '_empty'
  2433.     _empty, _empty, _empty, _empty, _empty, _empty, _empty, _empty, _empty,
  2434.                                     ^
  2435. belle_sip_messageParser.c:23887:45: error: use of undeclared identifier '_empty'
  2436.     _empty, _empty, _empty, _empty, _empty, _empty, _empty, _empty, _empty,
  2437.                                             ^
  2438. belle_sip_messageParser.c:23887:53: error: use of undeclared identifier '_empty'
  2439.     _empty, _empty, _empty, _empty, _empty, _empty, _empty, _empty, _empty,
  2440.                                                     ^
  2441. belle_sip_messageParser.c:23887:61: error: use of undeclared identifier '_empty'
  2442.     _empty, _empty, _empty, _empty, _empty, _empty, _empty, _empty, _empty,
  2443.                                                             ^
  2444. belle_sip_messageParser.c:23887:69: error: use of undeclared identifier '_empty'
  2445.     _empty, _empty, _empty, _empty, _empty, _empty, _empty, _empty, _empty,
  2446.                                                                     ^
  2447. belle_sip_messageParser.c:23888:5: error: use of undeclared identifier '_empty'
  2448.     _empty, dfa13_T29, dfa13_T90, dfa13_T29, dfa13_T29, dfa13_T29, dfa13_T29,
  2449.     ^
  2450. belle_sip_messageParser.c:23894:50: error: use of undeclared identifier '_empty'
  2451.     dfa13_T29, dfa13_T29, dfa13_T231, dfa13_T53, _empty, dfa13_T29, dfa13_T225,
  2452.                                                  ^
  2453. belle_sip_messageParser.c:43714:5: error: use of undeclared identifier '_empty'
  2454.     _empty, _empty
  2455.     ^
  2456. belle_sip_messageParser.c:43714:13: error: use of undeclared identifier '_empty'
  2457.     _empty, _empty
  2458.             ^
  2459. belle_sip_messageParser.c:43789:5: error: use of undeclared identifier '_empty'
  2460.     _empty, _empty
  2461.     ^
  2462. belle_sip_messageParser.c:43789:13: error: use of undeclared identifier '_empty'
  2463.     _empty, _empty
  2464.             ^
  2465. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  2466. 20 errors generated.
  2467. make[5]: *** [libbellesip_generated_la-belle_sip_messageParser.lo] Error 1
  2468. make[4]: *** [all] Error 2
  2469. make[3]: *** [all-recursive] Error 1
  2470. make[2]: *** [all] Error 2
  2471. make[1]: *** [build-belle-sip] Error 2
  2472. make: *** [build] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement