René's URL Explorer Experiment


Title: make command get a ffi.h include error in macos (ninja configure) · Issue #62735 · nodejs/node · GitHub

Open Graph Title: make command get a ffi.h include error in macos (ninja configure) · Issue #62735 · nodejs/node

X Title: make command get a ffi.h include error in macos (ninja configure) · Issue #62735 · nodejs/node

Description: Version No response Platform macos m4-pro I use ninja configuration, I generated make command and get a this error 19 | #include "ffi.h" | ^~~~~~~ 1 error generated. [15/179] CXX obj/src/libnode.node_sea_bin.o ninja: build stopped: subco...

Open Graph Description: Version No response Platform macos m4-pro I use ninja configuration, I generated make command and get a this error 19 | #include "ffi.h" | ^~~~~~~ 1 error generated. [15/179] CXX obj/src/libnode.no...

X Description: Version No response Platform macos m4-pro I use ninja configuration, I generated make command and get a this error 19 | #include "ffi.h" | ^~~~~~~ 1 error generated. [15/179] CXX obj/src/...

Opengraph URL: https://github.com/nodejs/node/issues/62735

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"make command get a ffi.h include error in macos (ninja configure)","articleBody":"### Version\n\n_No response_\n\n### Platform\nmacos m4-pro\n\n\nI use ninja configuration, I generated make command and get a this error\n```text\n   19 | #include \"ffi.h\"\n      |          ^~~~~~~\n1 error generated.\n[15/179] CXX obj/src/libnode.node_sea_bin.o\nninja: build stopped: subcommand failed.\nmake: *** [node] Error 1\n```\n\n### Subsystem\n\n_No response_\n\n### What steps will reproduce the bug?\n\n```./configure --ninja --debug -C \u0026\u0026 make```\n\n### How often does it reproduce? Is there a required condition?\n\nwhen I operate it:  ```./configure --ninja --debug -C \u0026\u0026 make```\n\n### What is the expected behavior? Why is that the expected behavior?\n\n.\n\n### What do you see instead?\n\n```shell\n➜  node git:(main) ✗ make\nninja -C out/Release\nninja: Entering directory `out/Release'\n[2/179] CXX obj/src/libnode.node_metadata.o\nFAILED: [code=1] obj/src/libnode.node_metadata.o\nc++ -MMD -MF obj/src/libnode.node_metadata.o.d -D_GLIBCXX_USE_CXX11_ABI=1 -D_FILE_OFFSET_BITS=64 -DNODE_OPENSSL_CONF_NAME=nodejs_conf -DICU_NO_USER_DATA_OVERRIDE -DV8_ENABLE_CHECKS -D_DARWIN_USE_64_BIT_INODE=1 -DOPENSSL_NO_PINSHARED -DOPENSSL_THREADS '-DNODE_ARCH=\"arm64\"' -DNODE_WANT_INTERNALS=1 -DNAPI_EXPERIMENTAL=1 -DNODE_API_EXPERIMENTAL_NO_WARNING=1 -DV8_DEPRECATION_WARNINGS=1 '-DNODE_OPENSSL_SYSTEM_CERT_PATH=\"\"' -DSQLITE_ENABLE_SESSION -DNODE_USE_NODE_CODE_CACHE=1 -DHAVE_INSPECTOR=1 -DHAVE_LIEF=1 -D__POSIX__ -DNODE_USE_V8_PLATFORM=1 -DNODE_HAVE_I18N_SUPPORT=1 -DNODE_BUNDLED_ZLIB -DNODE_BUNDLED_ZSTD '-DNODE_PLATFORM=\"darwin\"' -DHAVE_OPENSSL=1 -DOPENSSL_API_COMPAT=0x10100000L -DHAVE_AMARO=1 -DHAVE_SQLITE=1 -DHAVE_FFI=1 -DNODE_SHARED_FFI=0 -DHAVE_QUIC=0 -DXXH_NAMESPACE=ZSTD_ -DZSTD_MULTITHREAD -DZSTD_DISABLE_ASM -DFFI_STATIC_BUILD -DUCONFIG_NO_SERVICE=1 -DU_ENABLE_DYLOAD=0 -DU_STATIC_IMPLEMENTATION=1 -DU_HAVE_STD_STRING=1 -DUCONFIG_NO_BREAK_ITERATION=0 -D_LARGEFILE_SOURCE -DNGHTTP2_STATICLIB -DNDEBUG -DL_ENDIAN -DOPENSSL_BUILDING_OPENSSL -DBSAES_ASM -DECP_NISTZ256_ASM -DECP_SM2P256_ASM -DKECCAK1600_ASM -DMD5_ASM -DOPENSSL_BN_ASM_MONT -DOPENSSL_CPUID_OBJ -DOPENSSL_SM3_ASM -DPOLY1305_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DSM4_ASM -DVPAES_ASM -DVPSM4_ASM -DOPENSSL_PIC -I../../src -I../../deps/postject -Igen -Iobj.target/libffi/geni -Igen/include -Igen/src -I../../deps/v8/third_party/abseil-cpp -I../../deps/googletest/include -I../../deps/histogram/src -I../../deps/histogram/include -I../../deps/nbytes/include -I../../deps/libffi/include -Iobj/libnode.gen -I../../deps/inspector_protocol -Igen/inspector-generated-output-root/include -I../../deps/ncrypto -I../../deps/LIEF/include -I../../deps/v8/include -I../../deps/icu-small/source/i18n -I../../deps/icu-small/source/common -I../../deps/zlib -I../../deps/llhttp/include -I../../deps/cares/include -I../../deps/uv/include -I../../deps/uvwasi/include -I../../deps/nghttp2/lib/includes -I../../deps/ada -I../../deps/merve -I../../deps/simdjson -I../../deps/v8/third_party/simdutf -I../../deps/brotli/c/include -I../../deps/sqlite -I../../deps/zstd/lib -I../../deps/openssl/openssl/include -I../../deps/openssl/openssl/crypto/include -I../../deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include -I../../deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2 -O3 -gdwarf-2 -fno-strict-aliasing -mmacosx-version-min=13.5 -arch arm64 -Wall -Wendif-labels -W -Wno-unused-parameter -Werror=undefined-inline -Werror=extra-semi -Werror=ctad-maybe-unsupported -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++20 -stdlib=libc++ -fno-rtti -fno-exceptions -Wno-error=deprecated-declarations  -c ../../src/node_metadata.cc -o obj/src/libnode.node_metadata.o\n../../src/node_metadata.cc:19:10: fatal error: 'ffi.h' file not found\n   19 | #include \"ffi.h\"\n      |          ^~~~~~~\n1 error generated.\n[15/179] CXX obj/src/libnode.node_sea_bin.o\nninja: build stopped: subcommand failed.\nmake: *** [node] Error 1\n➜  node git:(main)\n```\n\n### Additional information\n\n_No response_","author":{"url":"https://github.com/mertcanaltin","@type":"Person","name":"mertcanaltin"},"datePublished":"2026-04-14T14:18:27.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":5},"url":"https://github.com/62735/node/issues/62735"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:94211c90-cad2-2c69-e795-e33b7f64ca8b
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE08E:770CB:101A3F8:1625884:6A4DD8F1
html-safe-noncea4d9d592024068930687731340b0a9948cae159a1a351291f15807325fd8ce9f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFMDhFOjc3MENCOjEwMUEzRjg6MTYyNTg4NDo2QTRERDhGMSIsInZpc2l0b3JfaWQiOiI2NzY1MzU5MDI5NjE3MDIzMjE3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac50a4b087013c9546770a57b4f976d957c6c7ada0de4a88747508d9b765ed1d4a
hovercard-subject-tagissue:4262673191
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/nodejs/node/62735/issue_layout
twitter:imagehttps://opengraph.githubassets.com/af8304023d8fef9ddc12e78a4e383c331c668217ee4e91ce188cdac8bf86f6ce/nodejs/node/issues/62735
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/af8304023d8fef9ddc12e78a4e383c331c668217ee4e91ce188cdac8bf86f6ce/nodejs/node/issues/62735
og:image:altVersion No response Platform macos m4-pro I use ninja configuration, I generated make command and get a this error 19 | #include "ffi.h" | ^~~~~~~ 1 error generated. [15/179] CXX obj/src/libnode.no...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamemertcanaltin
hostnamegithub.com
expected-hostnamegithub.com
None06b8a6144231bf3a234f1c2e9993861e07ce98a905912b114aa386c2d7e84b33
turbo-cache-controlno-preview
go-importgithub.com/nodejs/node git https://github.com/nodejs/node.git
octolytics-dimension-user_id9950313
octolytics-dimension-user_loginnodejs
octolytics-dimension-repository_id27193779
octolytics-dimension-repository_nwonodejs/node
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id27193779
octolytics-dimension-repository_network_root_nwonodejs/node
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release1d344bdb7547fe6bca17a59bb2b8aac3dc9532a0
ui-targetcanary-1
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/nodejs/node/issues/62735#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fissues%2F62735
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fissues%2F62735
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=nodejs%2Fnode
Reloadhttps://github.com/nodejs/node/issues/62735
Reloadhttps://github.com/nodejs/node/issues/62735
Reloadhttps://github.com/nodejs/node/issues/62735
Please reload this pagehttps://github.com/nodejs/node/issues/62735
nodejs https://github.com/nodejs
nodehttps://github.com/nodejs/node
Please reload this pagehttps://github.com/nodejs/node/issues/62735
Notifications https://github.com/login?return_to=%2Fnodejs%2Fnode
Fork 36k https://github.com/login?return_to=%2Fnodejs%2Fnode
Star 118k https://github.com/login?return_to=%2Fnodejs%2Fnode
Code https://github.com/nodejs/node
Issues 1.3k https://github.com/nodejs/node/issues
Pull requests 963 https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects https://github.com/nodejs/node/projects
Security and quality 0 https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
Code https://github.com/nodejs/node
Issues https://github.com/nodejs/node/issues
Pull requests https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects https://github.com/nodejs/node/projects
Security and quality https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
make command get a ffi.h include error in macos (ninja configure)https://github.com/nodejs/node/issues/62735#top
https://github.com/mertcanaltin
mertcanaltinhttps://github.com/mertcanaltin
on Apr 14, 2026https://github.com/nodejs/node/issues/62735#issue-4262673191
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.