-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Closed
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.v18.xIssues that can be reproduced on v18.x or PRs targeting the v18.x-staging branch.Issues that can be reproduced on v18.x or PRs targeting the v18.x-staging branch.
Description
v18.16.0 from tarball:
$ ./configure --shared && make -j12
# <snip>
In file included from ../deps/base64/base64/lib/codec_choose.c:7:
../deps/base64/base64/lib/codecs.h:5:10: fatal error: config.h: No such file or directory
5 | #include "config.h"
| ^~~~~~~~~~
compilation terminated.
In file included from ../deps/base64/base64/lib/lib.c:9:
../deps/base64/base64/lib/codecs.h:5:10: fatal error: config.h: No such file or directory
5 | #include "config.h"
| ^~~~~~~~~~
compilation terminated.
In file included from ../deps/base64/base64/lib/arch/generic/codec.c:7:
../deps/base64/base64/lib/arch/generic/../../codecs.h:5:10: fatal error: config.h: No such file or directory
5 | #include "config.h"
| ^~~~~~~~~~
compilation terminated.
In file included from ../deps/base64/base64/lib/arch/neon32/codec.c:7:
../deps/base64/base64/lib/arch/neon32/../../codecs.h:5:10: fatal error: config.h: No such file or directory
5 | #include "config.h"
| ^~~~~~~~~~
compilation terminated.
In file included from ../deps/base64/base64/lib/arch/neon64/codec.c:7:
../deps/base64/base64/lib/arch/neon64/../../codecs.h:5:10: fatal error: config.h: No such file or directory
5 | #include "config.h"
| ^~~~~~~~~~
compilation terminated.
cc @richardlau - #45589 looks to be responsible
richardlau
Metadata
Metadata
Assignees
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.v18.xIssues that can be reproduced on v18.x or PRs targeting the v18.x-staging branch.Issues that can be reproduced on v18.x or PRs targeting the v18.x-staging branch.