Open YuqiHuai opened 1 year ago
For v3.5 version: You can open the "/apollo/modules/planning/math/finite_element_qp/BUILD" file and comment the line "'//modules/planning/math/finite_element_qp:fem_1d_qp_problem'" of the file that the fifth line depends on. And open the path "modules/planning/math/finite_element_qp/BUILD", comment the content about fem_1d_qp_problem.cc in the BUILD file.
For v5.5.0 version: Please compare the v3.5 version and comment out the lines in the corresponding file.
Describe the issue
I am currently trying to rebuild previous versions of Apollo and running into issues for v3.5.0 and v5.0.0 that I cannot resolve.
Build Process
Then I am getting the following error in
v3.5.0
(737784f6c367a6e3ddfcbee550c89aefe3463f36)and the following error in
v5.5.0
(2e8ad6fecb323915eeb74efa05cfd1647d6c6138)They all seem to be
gflags
related, what should I do to resolve this build issue?Thank you in advance!