coin-or / qpOASES

Open-source C++ implementation of the recently proposed online active set strategy
GNU Lesser General Public License v2.1
360 stars 121 forks source link

undefined symbol: _ZN7qpOASES9QProblemBC1EiNS_11HessianTypeENS_11BooleanTypeE #101

Open xing-shuai opened 4 years ago

xing-shuai commented 4 years ago

after I make and installed python interface, import qpoases I got the error python3.6/site-packages/qpoases.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN7qpOASES9QProblemBC1EiNS_11HessianTypeENS_11BooleanTypeE

enviroment config: ubuntu 16.04 python 3.6 numpy 1.18.1 gcc 5.4.0 GNU Make 4.1

how do I solve this error?