BeQuic icon indicating copy to clipboard operation
BeQuic copied to clipboard

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

Open richard1219 opened this issue 5 years ago • 3 comments

运行: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

richard1219 avatar Nov 11 '19 07:11 richard1219

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

YShaw99 avatar Feb 20 '21 15:02 YShaw99

你们有解决吗

wenkaixiansheng avatar Apr 17 '22 05:04 wenkaixiansheng

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

LiangJunqiang avatar Sep 27 '23 09:09 LiangJunqiang