src/google/protobuf/compiler/js/js_generator.cc:3486: undefined reference to `well_known_types_js'
该错误确认原因是编译过程中有新文件生成,编译过程会包含well_known_types_js的定义,具体编译过程正在分析
https://blog.csdn.net/lanxuezaipiao/article/details/48193525