davidgiven / ack

The Amsterdam Compiler Kit
http://tack.sf.net
Other
421 stars 60 forks source link

Cannot open library file util/LLgen/lib/incl, call an expert #286

Open rice7th opened 1 year ago

rice7th commented 1 year ago

Hello, I am trying to build ACK on Void Linux x86_64 and I get this error:

$ make
[1/23323] cd util/LLgen/src && /tmp/ack-build/...be able to rebuild LLgen with the new parser.
FAILED: /tmp/ack-build/obj/util/LLgen/bootstrap/phony
cd util/LLgen/src && /tmp/ack-build/obj/util/LLgen/llgen/llgen -vvv -x tokens.g LLgen.g && echo && echo You should now be able to rebuild LLgen with the new parser.
"tokens.g", line 1: Cannot open library file util/LLgen/lib/incl, call an expert
[18/23323] cc -c -o /tmp/ack-build/obj/modules...turn-type -DREADABLE_EM -Imodules/src/em_code
ninja: build stopped: subcommand failed.
make: *** [Makefile:104: build-plus-goals] Error 1

I've already built ACK on Arch Linux before without any trouble.

Lua & Luaposix version 5.3 GCC version 12.2.0

davidgiven commented 1 year ago

23323 build artifacts looks pretty wrong --- last I knew the ACK was up to about 10000. Are you using the latest from git or one of the release tarballs?

rice7th commented 1 year ago

@davidgiven Latest git