Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR at //net/BUILD.gn:19:6: Undefined identifier #1

Open
richard1219 opened this issue Nov 11, 2019 · 3 comments
Open

ERROR at //net/BUILD.gn:19:6: Undefined identifier #1

richard1219 opened this issue Nov 11, 2019 · 3 comments

Comments

@richard1219
Copy link

运行:gn gen out/linux_release_x64_notcmalloc --args="is_debug=false is_component_build=false target_os="linux" target_cpu="x64" use_allocator="none""

报错:
ERROR at //net/BUILD.gn:19:6: Undefined identifier

@YShaw99
Copy link

YShaw99 commented Feb 20, 2021

遇到了同样的问题,感觉不是很清晰

@wenkaixiansheng
Copy link

你们有解决吗

@LiangJunqiang
Copy link

需要转义双引号:
gn gen out/linux_release_x64_notcmalloc --args="is_debug=false is_component_build=false target_os=\"linux\" target_cpu=\"x64\" use_allocator=\"none\""

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants