Advertisement
Guest User

Untitled

a guest
Dec 10th, 2022
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.38 KB | None | 0 0
  1. [anon-pc mednafen]# ./configure --without-libsndfile
  2. checking for gcc... gcc
  3. checking whether the C compiler works... yes
  4. checking for C compiler default output file name... a.out
  5. checking for suffix of executables...
  6. checking whether we are cross compiling... no
  7. checking for suffix of object files... o
  8. checking whether we are using the GNU C compiler... yes
  9. checking whether gcc accepts -g... yes
  10. checking for gcc option to accept ISO C89... none needed
  11. checking whether gcc understands -c and -o together... yes
  12. checking how to run the C preprocessor... gcc -E
  13. checking for grep that handles long lines and -e... /usr/bin/grep
  14. checking for egrep... /usr/bin/grep -E
  15. checking for ANSI C header files... yes
  16. checking for sys/types.h... yes
  17. checking for sys/stat.h... yes
  18. checking for stdlib.h... yes
  19. checking for string.h... yes
  20. checking for memory.h... yes
  21. checking for strings.h... yes
  22. checking for inttypes.h... yes
  23. checking for stdint.h... yes
  24. checking for unistd.h... yes
  25. checking minix/config.h usability... no
  26. checking minix/config.h presence... no
  27. checking for minix/config.h... no
  28. checking whether it is safe to define __EXTENSIONS__... yes
  29. checking build system type... x86_64-unknown-linux-gnu
  30. checking host system type... x86_64-unknown-linux-gnu
  31. checking target system type... x86_64-unknown-linux-gnu
  32. checking for a BSD-compatible install... /usr/bin/install -c
  33. checking whether build environment is sane... yes
  34. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  35. checking for gawk... gawk
  36. checking whether make sets $(MAKE)... yes
  37. checking for style of include used by make... GNU
  38. checking whether make supports nested variables... yes
  39. checking dependency style of gcc... gcc3
  40. checking whether make supports nested variables... (cached) yes
  41. checking for gcc... (cached) gcc
  42. checking whether we are using the GNU C compiler... (cached) yes
  43. checking whether gcc accepts -g... (cached) yes
  44. checking for gcc option to accept ISO C89... (cached) none needed
  45. checking whether gcc understands -c and -o together... (cached) yes
  46. checking how to run the C preprocessor... gcc -E
  47. checking dependency style of gcc... gcc3
  48. checking for g++... g++
  49. checking whether we are using the GNU C++ compiler... yes
  50. checking whether g++ accepts -g... yes
  51. checking dependency style of g++... gcc3
  52. checking how to run the C++ preprocessor... g++ -E
  53. checking CC for gcc -fsigned-char... -fsigned-char
  54. checking CXX for gcc -fsigned-char... -fsigned-char
  55. checking how to print strings... printf
  56. checking for a sed that does not truncate output... /usr/bin/sed
  57. checking for fgrep... /usr/bin/grep -F
  58. checking for ld used by gcc -std=gnu99 -fsigned-char... /usr/bin/ld
  59. checking if the linker (/usr/bin/ld) is GNU ld... yes
  60. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  61. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  62. checking whether ln -s works... yes
  63. checking the maximum length of command line arguments... 1572864
  64. checking whether the shell understands some XSI constructs... yes
  65. checking whether the shell understands "+="... yes
  66. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  67. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  68. checking for /usr/bin/ld option to reload object files... -r
  69. checking for objdump... objdump
  70. checking how to recognize dependent libraries... pass_all
  71. checking for dlltool... no
  72. checking how to associate runtime and link libraries... printf %s\n
  73. checking for ar... ar
  74. checking for archiver @FILE support... @
  75. checking for strip... strip
  76. checking for ranlib... ranlib
  77. checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 -fsigned-char object... ok
  78. checking for sysroot... no
  79. checking for mt... no
  80. checking if : is a manifest tool... no
  81. checking for dlfcn.h... yes
  82. checking for objdir... .libs
  83. checking if gcc -std=gnu99 -fsigned-char supports -fno-rtti -fno-exceptions... no
  84. checking for gcc -std=gnu99 -fsigned-char option to produce PIC... -fPIC -DPIC
  85. checking if gcc -std=gnu99 -fsigned-char PIC flag -fPIC -DPIC works... yes
  86. checking if gcc -std=gnu99 -fsigned-char static flag -static works... yes
  87. checking if gcc -std=gnu99 -fsigned-char supports -c -o file.o... yes
  88. checking if gcc -std=gnu99 -fsigned-char supports -c -o file.o... (cached) yes
  89. checking whether the gcc -std=gnu99 -fsigned-char linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  90. checking whether -lc should be explicitly linked in... no
  91. checking dynamic linker characteristics... GNU/Linux ld.so
  92. checking how to hardcode library paths into programs... immediate
  93. checking whether stripping libraries is possible... yes
  94. checking if libtool supports shared libraries... yes
  95. checking whether to build shared libraries... yes
  96. checking whether to build static libraries... yes
  97. checking how to run the C++ preprocessor... g++ -E -std=gnu++11
  98. checking for ld used by g++ -std=gnu++11 -fsigned-char... /usr/bin/ld -m elf_x86_64
  99. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  100. checking whether the g++ -std=gnu++11 -fsigned-char linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  101. checking for g++ -std=gnu++11 -fsigned-char option to produce PIC... -fPIC -DPIC
  102. checking if g++ -std=gnu++11 -fsigned-char PIC flag -fPIC -DPIC works... yes
  103. checking if g++ -std=gnu++11 -fsigned-char static flag -static works... yes
  104. checking if g++ -std=gnu++11 -fsigned-char supports -c -o file.o... yes
  105. checking if g++ -std=gnu++11 -fsigned-char supports -c -o file.o... (cached) yes
  106. checking whether the g++ -std=gnu++11 -fsigned-char linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  107. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  108. checking how to hardcode library paths into programs... immediate
  109. checking whether the -Werror option is usable... yes
  110. checking for simple visibility declarations... yes
  111. checking for special C compiler options needed for large files... no
  112. checking for _FILE_OFFSET_BITS value needed for large files... no
  113. checking for _LARGEFILE_SOURCE value needed for large files... no
  114. checking for ptrdiff_t... yes
  115. checking for size_t... yes
  116. checking size of char... 1
  117. checking size of short... 2
  118. checking size of int... 4
  119. checking size of long... 8
  120. checking size of long long... 8
  121. checking size of double... 8
  122. checking size of __int64... 0
  123. checking size of void *... 8
  124. checking size of size_t... 8
  125. checking size of ptrdiff_t... 8
  126. checking size of off_t... 8
  127. checking for an ANSI C-conforming const... yes
  128. checking for memcmp... yes
  129. checking for memcpy... yes
  130. checking for memmove... yes
  131. checking for memset... yes
  132. checking for mmap... yes
  133. checking for munmap... yes
  134. checking for madvise... yes
  135. checking for signal... yes
  136. checking for sigaction... yes
  137. checking for fork... yes
  138. checking for pipe... yes
  139. checking for dup2... yes
  140. checking for fcntl... yes
  141. checking for getenv... yes
  142. checking for putenv... yes
  143. checking for setenv... yes
  144. checking for gettimeofday... yes
  145. checking for getpwuid... yes
  146. checking for getuid... yes
  147. checking for nanosleep... yes
  148. checking for usleep... yes
  149. checking for strerror... yes
  150. checking for strerror_r... yes
  151. checking for ftello... yes
  152. checking for fopen64... yes
  153. checking for fseeko64... yes
  154. checking for ftello64... yes
  155. checking for fstat64... yes
  156. checking for ftruncate64... yes
  157. checking for __mingw_get_crt_info... no
  158. checking fcntl.h usability... yes
  159. checking fcntl.h presence... yes
  160. checking for fcntl.h... yes
  161. checking for stdint.h... (cached) yes
  162. checking for inttypes.h... (cached) yes
  163. checking for mkdir... yes
  164. checking for _mkdir... no
  165. checking whether mkdir takes one argument... no
  166. checking for pkg-config... no
  167. checking for round... yes
  168. checking for nearbyint... yes
  169. checking for nearbyintf... yes
  170. checking for rint... yes
  171. checking for rintf... yes
  172. checking fenv.h usability... yes
  173. checking fenv.h presence... yes
  174. checking for fenv.h... yes
  175. checking for library containing clock_gettime... none required
  176. checking for clock_gettime... yes
  177. checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
  178. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  179. checking for shared library run path origin... done
  180. checking for iconv... yes
  181. checking for working iconv... yes
  182. checking for iconv declaration...
  183. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  184. checking whether NLS is requested... yes
  185. checking for msgfmt... /usr/bin/msgfmt
  186. checking for gmsgfmt... /usr/bin/msgfmt
  187. checking for xgettext... /usr/bin/xgettext
  188. checking for msgmerge... /usr/bin/msgmerge
  189. checking whether we are using the GNU C Library 2 or newer... yes
  190. checking for ranlib... (cached) ranlib
  191. checking for inline... inline
  192. checking for stdint.h... yes
  193. checking for working alloca.h... yes
  194. checking for alloca... yes
  195. checking for stdlib.h... (cached) yes
  196. checking for unistd.h... (cached) yes
  197. checking for sys/param.h... yes
  198. checking for getpagesize... yes
  199. checking for working mmap... yes
  200. checking whether integer division by zero raises SIGFPE... yes
  201. checking for inttypes.h... yes
  202. checking for unsigned long long int... yes
  203. checking for inttypes.h... (cached) yes
  204. checking whether the inttypes.h PRIxNN macros are broken... no
  205. checking whether imported symbols can be declared weak... yes
  206. checking pthread.h usability... yes
  207. checking pthread.h presence... yes
  208. checking for pthread.h... yes
  209. checking for pthread_kill in -lpthread... yes
  210. checking for multithread API to use... posix
  211. checking for pthread_rwlock_t... yes
  212. checking argz.h usability... yes
  213. checking argz.h presence... yes
  214. checking for argz.h... yes
  215. checking for inttypes.h... (cached) yes
  216. checking limits.h usability... yes
  217. checking limits.h presence... yes
  218. checking for limits.h... yes
  219. checking for unistd.h... (cached) yes
  220. checking for sys/param.h... (cached) yes
  221. checking for getcwd... yes
  222. checking for getegid... yes
  223. checking for geteuid... yes
  224. checking for getgid... yes
  225. checking for getuid... (cached) yes
  226. checking for mempcpy... yes
  227. checking for munmap... (cached) yes
  228. checking for stpcpy... yes
  229. checking for strcasecmp... yes
  230. checking for strdup... yes
  231. checking for strtoul... yes
  232. checking for tsearch... yes
  233. checking for uselocale... yes
  234. checking for argz_count... yes
  235. checking for argz_stringify... yes
  236. checking for argz_next... yes
  237. checking for __fsetlocking... yes
  238. checking whether feof_unlocked is declared... yes
  239. checking whether fgets_unlocked is declared... yes
  240. checking for bison... no
  241. checking for long long int... yes
  242. checking for wchar_t... yes
  243. checking for wint_t... yes
  244. checking for intmax_t... yes
  245. checking whether printf() supports POSIX/XSI format strings... yes
  246. checking whether we are using the GNU C Library 2.1 or newer... yes
  247. checking for stdint.h... (cached) yes
  248. checking for SIZE_MAX... yes
  249. checking for stdint.h... (cached) yes
  250. checking for working fcntl.h... yes
  251. checking for CFPreferencesCopyAppValue... no
  252. checking for CFLocaleCopyCurrent... no
  253. checking for ptrdiff_t... (cached) yes
  254. checking stddef.h usability... yes
  255. checking stddef.h presence... yes
  256. checking for stddef.h... yes
  257. checking for stdlib.h... (cached) yes
  258. checking for string.h... (cached) yes
  259. checking for asprintf... yes
  260. checking for fwprintf... yes
  261. checking for newlocale... yes
  262. checking for putenv... (cached) yes
  263. checking for setenv... (cached) yes
  264. checking for setlocale... yes
  265. checking for snprintf... yes
  266. checking for strnlen... yes
  267. checking for wcslen... yes
  268. checking for wcsnlen... yes
  269. checking for mbrtowc... yes
  270. checking for wcrtomb... yes
  271. checking whether _snprintf is declared... no
  272. checking whether _snwprintf is declared... no
  273. checking whether getc_unlocked is declared... yes
  274. checking for nl_langinfo and CODESET... yes
  275. checking for LC_MESSAGES... yes
  276. checking for CFPreferencesCopyAppValue... (cached) no
  277. checking for CFLocaleCopyCurrent... (cached) no
  278. checking whether included gettext is requested... no
  279. checking for GNU gettext in libc... yes
  280. checking whether to use NLS... yes
  281. checking where the gettext function comes from... libc
  282. checking for zlibVersion in -lz... yes
  283. checking OPTIMIZER_FLAGS for gcc -fno-fast-math... -fno-fast-math
  284. checking OPTIMIZER_FLAGS for gcc -fno-unsafe-math-optimizations... -fno-unsafe-math-optimizations
  285. checking OPTIMIZER_FLAGS for gcc -fno-aggressive-loop-optimizations... -fno-aggressive-loop-optimizations
  286. checking OPTIMIZER_FLAGS for gcc -fno-ipa-icf... -fno-ipa-icf
  287. checking OPTIMIZER_FLAGS for gcc -fomit-frame-pointer... -fomit-frame-pointer
  288. checking CODEGEN_FLAGS for gcc -fno-pic... -fno-pic
  289. checking CODEGEN_FLAGS for gcc -fno-pie... -fno-pie
  290. checking CODEGEN_FLAGS for gcc -fno-PIC... -fno-PIC
  291. checking CODEGEN_FLAGS for gcc -fno-PIE... -fno-PIE
  292. checking CODEGEN_FLAGS for gcc -nopie... no, unknown
  293. checking CODEGEN_FLAGS for gcc -fwrapv... -fwrapv
  294. checking CODEGEN_FLAGS for gcc -fjump-tables... -fjump-tables
  295. checking CODEGEN_CXXFLAGS for gcc -fexceptions... -fexceptions
  296. checking WARNING_FLAGS for gcc -Wall... -Wall
  297. checking WARNING_FLAGS for gcc -Wshadow... -Wshadow
  298. checking WARNING_FLAGS for gcc -Wempty-body... -Wempty-body
  299. checking WARNING_FLAGS for gcc -Wignored-qualifiers... -Wignored-qualifiers
  300. checking WARNING_FLAGS for gcc -Wvla... -Wvla
  301. checking WARNING_FLAGS for gcc -Wvariadic-macros... -Wvariadic-macros
  302. checking WARNING_FLAGS for gcc -Wdisabled-optimization... -Wdisabled-optimization
  303. checking NO_STACK_PROTECTOR_FLAGS for gcc -fno-stack-protector... -fno-stack-protector
  304. checking NO_STACK_PROTECTOR_FLAGS for gcc -fno-stack-protector-all... no, unknown
  305. checking NO_STACK_PROTECTOR_FLAGS for gcc -fno-stack-protector-strong... no, unknown
  306. checking SNES_EXTRA_FLAGS for gcc -Wno-unused... -Wno-unused
  307. checking SNES_EXTRA_FLAGS for gcc -Wno-shadow... -Wno-shadow
  308. checking SNES_EXTRA_FLAGS for gcc -Wno-sign-compare... -Wno-sign-compare
  309. checking SNES_EXTRA_FLAGS for gcc -Wno-uninitialized... -Wno-uninitialized
  310. checking SNES_EXTRA_FLAGS for gcc -Wno-parentheses... -Wno-parentheses
  311. checking SNES_EXTRA_FLAGS for gcc -Wno-switch... -Wno-switch
  312. checking SS_EXTRA_FLAGS for gcc -mtune=haswell... -mtune=haswell
  313. checking for ALSA CFLAGS...
  314. checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread
  315. checking for libasound headers version >= 1.0.0... found.
  316. checking for snd_ctl_open in -lasound... yes
  317. checking for JACK... no
  318. checking sys/soundcard.h usability... yes
  319. checking sys/soundcard.h presence... yes
  320. checking for sys/soundcard.h... yes
  321. checking linux/joystick.h usability... yes
  322. checking linux/joystick.h presence... yes
  323. checking for linux/joystick.h... yes
  324. checking for sdl-config... /usr/bin/sdl-config
  325. checking for SDL - version >= 1.2.0... yes
  326. checking for library containing gethostbyname... none required
  327. checking for library containing socket... none required
  328. checking for socket... yes
  329. checking for bind... yes
  330. checking for listen... yes
  331. checking for connect... yes
  332. checking for accept... yes
  333. checking for send... yes
  334. checking for recv... yes
  335. checking for close... yes
  336. checking for gethostbyname... yes
  337. checking for gethostbyaddr... yes
  338. checking for getaddrinfo... yes
  339. checking for freeaddrinfo... yes
  340. checking for gai_strerror... yes
  341. checking for select... yes
  342. checking for poll... yes
  343. checking for getsockopt... yes
  344. checking for setsockopt... yes
  345. checking CODEGEN_FLAGS for gcc -mcmodel=small... -mcmodel=small
  346. checking whether byte ordering is bigendian... no
  347. checking that generated files are newer than configure... done
  348. configure: creating ./config.status
  349. config.status: creating Makefile
  350. config.status: creating src/Makefile
  351. config.status: creating src/drivers/Makefile
  352. config.status: creating src/drivers_dos/Makefile
  353. config.status: creating src/sexyal/Makefile
  354. config.status: creating src/tremor/Makefile
  355. config.status: creating src/mpcdec/Makefile
  356. config.status: creating src/trio/Makefile
  357. config.status: creating src/ngp/Makefile
  358. config.status: creating src/snes/Makefile
  359. config.status: creating src/ss/Makefile
  360. config.status: creating src/desa68/Makefile
  361. config.status: creating src/quicklz/Makefile
  362. config.status: creating po/Makefile.in
  363. config.status: creating intl/Makefile
  364. config.status: creating include/config.h
  365. config.status: include/config.h is unchanged
  366. config.status: executing depfiles commands
  367. config.status: executing libtool commands
  368. config.status: executing po-directories commands
  369. config.status: creating po/POTFILES
  370. config.status: creating po/Makefile
  371. [anon-pc mednafen]# make
  372. Making all in po
  373. make[1]: Entering directory '/home/anon/Games/mednafen/po'
  374. make[1]: Leaving directory '/home/anon/Games/mednafen/po'
  375. Making all in intl
  376. make[1]: Entering directory '/home/anon/Games/mednafen/intl'
  377. make[1]: Nothing to be done for 'all'.
  378. make[1]: Leaving directory '/home/anon/Games/mednafen/intl'
  379. Making all in src
  380. make[1]: Entering directory '/home/anon/Games/mednafen/src'
  381. Making all in trio
  382. make[2]: Entering directory '/home/anon/Games/mednafen/src/trio'
  383. make[2]: Nothing to be done for 'all'.
  384. make[2]: Leaving directory '/home/anon/Games/mednafen/src/trio'
  385. Making all in drivers
  386. make[2]: Entering directory '/home/anon/Games/mednafen/src/drivers'
  387. make[2]: Nothing to be done for 'all'.
  388. make[2]: Leaving directory '/home/anon/Games/mednafen/src/drivers'
  389. Making all in sexyal
  390. make[2]: Entering directory '/home/anon/Games/mednafen/src/sexyal'
  391. make[2]: Nothing to be done for 'all'.
  392. make[2]: Leaving directory '/home/anon/Games/mednafen/src/sexyal'
  393. Making all in ngp
  394. make[2]: Entering directory '/home/anon/Games/mednafen/src/ngp'
  395. make[2]: Nothing to be done for 'all'.
  396. make[2]: Leaving directory '/home/anon/Games/mednafen/src/ngp'
  397. Making all in snes
  398. make[2]: Entering directory '/home/anon/Games/mednafen/src/snes'
  399. make[2]: Nothing to be done for 'all'.
  400. make[2]: Leaving directory '/home/anon/Games/mednafen/src/snes'
  401. Making all in ss
  402. make[2]: Entering directory '/home/anon/Games/mednafen/src/ss'
  403. make[2]: Nothing to be done for 'all'.
  404. make[2]: Leaving directory '/home/anon/Games/mednafen/src/ss'
  405. Making all in desa68
  406. make[2]: Entering directory '/home/anon/Games/mednafen/src/desa68'
  407. make[2]: Nothing to be done for 'all'.
  408. make[2]: Leaving directory '/home/anon/Games/mednafen/src/desa68'
  409. Making all in quicklz
  410. make[2]: Entering directory '/home/anon/Games/mednafen/src/quicklz'
  411. make[2]: Nothing to be done for 'all'.
  412. make[2]: Leaving directory '/home/anon/Games/mednafen/src/quicklz'
  413. Making all in tremor
  414. make[2]: Entering directory '/home/anon/Games/mednafen/src/tremor'
  415. make[2]: Nothing to be done for 'all'.
  416. make[2]: Leaving directory '/home/anon/Games/mednafen/src/tremor'
  417. Making all in mpcdec
  418. make[2]: Entering directory '/home/anon/Games/mednafen/src/mpcdec'
  419. make[2]: Nothing to be done for 'all'.
  420. make[2]: Leaving directory '/home/anon/Games/mednafen/src/mpcdec'
  421. make[2]: Entering directory '/home/anon/Games/mednafen/src'
  422. depbase=`echo nes/ines.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  423. g++ -std=gnu++11 -fsigned-char -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I../include -I../include -I../intl -fno-fast-math -fno-unsafe-math-optimizations -fno-aggressive-loop-optimizations -fno-ipa-icf -fomit-frame-pointer -Wall -Wshadow -Wempty-body -Wignored-qualifiers -Wvla -Wvariadic-macros -Wdisabled-optimization -fno-pic -fno-pie -fno-PIC -fno-PIE -fwrapv -fjump-tables -mcmodel=small -fexceptions -g -O2 -MT nes/ines.o -MD -MP -MF $depbase.Tpo -c -o nes/ines.o nes/ines.cpp &&\
  424. mv -f $depbase.Tpo $depbase.Po
  425. nes/ines.cpp: In function ‘void MDFN_IEN_NES::SetInput()’:
  426. nes/ines.cpp:330:22: error: ordered comparison of pointer with integer zero (‘const char*’ and ‘int’)
  427. 330 | while(moo[x].input1 > 0 || moo[x].input2 > 0 || moo[x].inputfc > 0)
  428. | ~~~~~~~~~~~~~~^~~
  429. nes/ines.cpp:330:43: error: ordered comparison of pointer with integer zero (‘const char*’ and ‘int’)
  430. 330 | while(moo[x].input1 > 0 || moo[x].input2 > 0 || moo[x].inputfc > 0)
  431. | ~~~~~~~~~~~~~~^~~
  432. nes/ines.cpp:330:65: error: ordered comparison of pointer with integer zero (‘const char*’ and ‘int’)
  433. 330 | while(moo[x].input1 > 0 || moo[x].input2 > 0 || moo[x].inputfc > 0)
  434. | ~~~~~~~~~~~~~~~^~~
  435. make[2]: *** [Makefile:2594: nes/ines.o] Error 1
  436. make[2]: Leaving directory '/home/anon/Games/mednafen/src'
  437. make[1]: *** [Makefile:2630: all-recursive] Error 1
  438. make[1]: Leaving directory '/home/anon/Games/mednafen/src'
  439. make: *** [Makefile:488: all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement