We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to install TMap but when I run: sh autogen.sh && ./configure && make, I get the following error:
depbase=echo src/sw/lib/Solution9.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'; g++ -DHAVE_CONFIG_H -I. -Wall -g -O3 -pthread -msse3 -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -MT src/sw/lib/Solution9.o -MD -MP -MF $depbase.Tpo -c -o src/sw/lib/Solution9.o src/sw/lib/Solution9.cpp && mv -f $depbase.Tpo $depbase.Po src/sw/lib/Solution9.cpp:152:133: error: narrowing conversion of ‘197’ from ‘int’ to ‘char’ [-Wnarrowing] 152 | const char attribute((aligned (16))) NegInfiniteSIMDShiftedBigData16[16] = {0x68, 0xC5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; | ^ make[2]: *** [Makefile:1433: src/sw/lib/Solution9.o] Error 1 make[2]: se sale del directorio '/home/adriansegura/Documentos/herramientas/TMAP' make[1]: *** [Makefile:1476: all-recursive] Error 1 make[1]: se sale del directorio '/home/adriansegura/Documentos/herramientas/TMAP' make: *** [Makefile:754: all] Error 2
echo src/sw/lib/Solution9.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'
Has anyone managed to fix it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to install TMap but when I run: sh autogen.sh && ./configure && make, I get the following error:
depbase=
echo src/sw/lib/Solution9.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'
;g++ -DHAVE_CONFIG_H -I. -Wall -g -O3 -pthread -msse3 -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -MT src/sw/lib/Solution9.o -MD -MP -MF $depbase.Tpo -c -o src/sw/lib/Solution9.o src/sw/lib/Solution9.cpp &&
mv -f $depbase.Tpo $depbase.Po
src/sw/lib/Solution9.cpp:152:133: error: narrowing conversion of ‘197’ from ‘int’ to ‘char’ [-Wnarrowing]
152 | const char attribute((aligned (16))) NegInfiniteSIMDShiftedBigData16[16] = {0x68, 0xC5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
| ^
make[2]: *** [Makefile:1433: src/sw/lib/Solution9.o] Error 1
make[2]: se sale del directorio '/home/adriansegura/Documentos/herramientas/TMAP'
make[1]: *** [Makefile:1476: all-recursive] Error 1
make[1]: se sale del directorio '/home/adriansegura/Documentos/herramientas/TMAP'
make: *** [Makefile:754: all] Error 2
Has anyone managed to fix it?
The text was updated successfully, but these errors were encountered: