You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I managed to build Obfuscator-LLVM and performed the steps in #6 (comment)
However, i am getting an error that limits.h is not found.
In file included from /home/ubuntu/.cache/nim/stub_r/stdlib_digitsutils.nim.c:7:
In file included from /home/ubuntu/.choosenim/toolchains/nim-1.6.6/lib/nimbase.h:269:
/usr/include/limits.h:124:16: fatal error: 'limits.h' file not found
# include_next <limits.h>
^~~~~~~~~~
1 error generated.
Error: execution of an external compiler program 'clang -c -w -ferror-limit=3 -DWIN32_LEAN_AND_MEAN -mllvm -bcf -mllvm -sub -mllvm -fla -mllvm -split -aesSeed=TDMDF2AR1LO88IBHR998V6YI4MT3Q9NG -Os -I/home/ubuntu/.choosenim/toolchains/nim-1.6.6/lib -I/home/ubuntu/Desktop/Nimcrypt2 -o /home/ubuntu/.cache/nim/stub_r/stdlib_digitsutils.nim.c.o /home/ubuntu/.cache/nim/stub_r/stdlib_digitsutils.nim.c' failed with exit code: 1
In file included from /home/ubuntu/.cache/nim/stub_r/stdlib_assertions.nim.c:7:
In file included from /home/ubuntu/.choosenim/toolchains/nim-1.6.6/lib/nimbase.h:269:
/usr/include/limits.h:124:16: fatal error: 'limits.h' file not found
# include_next <limits.h>
^~~~~~~~~~
In file included from /home/ubuntu/.cache/nim/stub_r/stdlib_formatfloat.nim.c:7:
In file included from /home/ubuntu/.choosenim/toolchains/nim-1.6.6/lib/nimbase.h:269:
/usr/include/limits.h:124:16: fatal error: 'limits.h' file not found
# include_next <limits.h>
^~~~~~~~~~
1 error generated.
In file included from /home/ubuntu/.cache/nim/stub_r/stdlib_dollars.nim.c:7:
In file included from /home/ubuntu/.choosenim/toolchains/nim-1.6.6/lib/nimbase.h:269:
/usr/include/limits.h:124:16: fatal error: 'limits.h' file not found
# include_next <limits.h>
^~~~~~~~~~
1 error generated.
1 error generated.
[!] Stub compilation failed! Check stub for errors.
Been trying to fix this for a while, limits.h is actually in /usr/include/ directory, but it still prompts the error. Please help.
The text was updated successfully, but these errors were encountered:
Hello, I managed to build Obfuscator-LLVM and performed the steps in #6 (comment)
However, i am getting an error that limits.h is not found.
Been trying to fix this for a while, limits.h is actually in /usr/include/ directory, but it still prompts the error. Please help.
The text was updated successfully, but these errors were encountered: