-
-
Notifications
You must be signed in to change notification settings - Fork 352
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
bin/spc build ast --build-cli
->
/bin/sh /home/m/static-php-cli/source/php-src/libtool --silent --preserve-dup-deps --tag=CC --mode=compile gcc -Iext/json/ -I/home/m/static-php-cli/source/php-src/ext/json/ -I/home/m/static-php-cli/source/php-src/main -I/home/m/static-php-cli/source/php-src -I/home/m/static-php-cli/source/php-src/ext/date/lib -I/home/m/static-php-cli/source/php-src/ext/lexbor -I/home/m/static-php-cli/source/php-src/ext/uri/uriparser/include -I/home/m/static-php-cli/source/php-src/TSRM -I/home/m/static-php-cli/source/php-src/Zend -I/home/m/static-php-cli/buildroot/include -D_GNU_SOURCE -D_REENTRANT -pthread -fno-common -Wstrict-prototypes -Wformat-truncation -Wlogical-op -Wduplicated-cond -Wno-clobbered -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -fPIC -Os -fPIE -ffp-contract=off -fvisibility=hidden -pthread -DNDEBUG -DZTS -Wimplicit-fallthrough=1 -DZEND_MAX_EXECUTION_TIMERS -g -fstack-protector-strong -fno-ident -fPIE -fPIC -Os -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /home/m/static-php-cli/source/php-src/ext/json/json_encoder.c -o ext/json/json_encoder.lo -MMD -MF ext/json/json_encoder.dep -MT ext/json/json_encoder.lo
/home/m/static-php-cli/source/php-src/ext/ast/ast.c:12:10: fatal error: zend_language_scanner_defs.h: No such file or directory
12 | #include "zend_language_scanner_defs.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:530: ext/ast/ast.lo] Error 1
make: *** Waiting for unfinished jobs....
✗ Command execution failed: Command exited with non-zero code: 2
----------------------------------------
Failed module: Builder for Linux
Failed command: make -j32 EXTRA_CFLAGS='-g -fstack-protector-strong -fno-ident -fPIE -fPIC -Os' EXTRA_LIBS='-ldl -lrt -lpthread -lm -lresolv -lutil' EXTRA_LDFLAGS_PROGRAM='-L/home/m/static-php-cli/buildroot/lib -pie' cli
But manually navigating into source/php-src and running make -j works.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working