<div dir="ltr">Hi.<div><br></div><div>I'm trying to launch erlyvideo on Tilera 36 core machine.</div><div><br></div><div>I've configured: </div><div><br></div><div>./configure  --prefix=/opt/flussonic --enable-smp-support --enable-kernel-poll --disable-hipe --with-ssl  --without-java<br>
</div><div><br></div><div>then make stops with:</div><div><br></div><div><div>make[2]: Entering directory `/root/otp_src_R16B02/erts/emulator'</div><div>make -f tilegx-unknown-linux-gnu/Makefile TYPE=opt</div><div>make[3]: Entering directory `/root/otp_src_R16B02/erts/emulator'</div>
<div>if utils/gen_git_version tilegx-unknown-linux-gnu/<a href="http://gen_git_version.mk">gen_git_version.mk</a>; then touch beam/erl_bif_info.c; fi</div><div>gcc -Werror=return-type  -g -O2 -I/root/otp_src_R16B02/erts/tilegx-unknown-linux-gnu   -fno-tree-copyrename  -D_GNU_SOURCE -DERTS_SMP -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS   -Itilegx-unknown-linux-gnu/opt/smp -Ibeam -Isys/unix -Isys/common -Itilegx-unknown-linux-gnu -Izlib  -Ipcre -Ihipe -I../include -I../include/tilegx-unknown-linux-gnu -I../include/internal -I../include/internal/tilegx-unknown-linux-gnu -c sys/unix/sys.c -o obj/tilegx-unknown-linux-gnu/opt/smp/sys.o</div>
<div>sys/unix/sys.c:412: error: expected declaration specifiers or ‘...’ before numeric constant</div><div>sys/unix/sys.c:412: warning: data definition has no type or storage class</div><div>sys/unix/sys.c:412: warning: type defaults to ‘int’ in declaration of ‘MALLOC_USE_HASH’</div>
<div>sys/unix/sys.c:412: warning: function declaration isn’t a prototype</div><div>make[3]: *** [obj/tilegx-unknown-linux-gnu/opt/smp/sys.o] Error 1</div><div>make[3]: Leaving directory `/root/otp_src_R16B02/erts/emulator'</div>
<div>make[2]: *** [opt] Error 2</div><div>make[2]: Leaving directory `/root/otp_src_R16B02/erts/emulator'</div><div>make[1]: *** [smp] Error 2</div><div>make[1]: Leaving directory `/root/otp_src_R16B02/erts'</div>
<div>make: *** [emulator] Error 2</div></div><div><br></div><div><br></div><div><br></div><div><br></div><div>This tilera computer has Centos installed with erlang R14B04.</div><div><br></div><div>What information should I provide to find out, why does MALLOC_USE_HASH breaks compile process?</div>
<div><br></div></div>