coin-or / qpOASES

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

undefined symbols #64

Open svigerske opened 4 years ago

svigerske commented 4 years ago

Issue created by migration from Trac.

Original creator: asherikov

Original creation time: 2017-05-15 17:17:56

Assignee: ferreau

Version: 3.2.1

Recent update from 3.2.0 to 3.2.1 broke Octave interface for me: compiled mex file cannot be called due to undefined symbols. It appears that the contents of added SQProblemSchur.cpp and SparseSolver.cpp files are not compiled in the mex file.

I hacked it into a seemingly working state by directly adding the missing files in make.m, but a better solution is needed.

svigerske commented 4 years ago

Comment by ferreau created at 2017-05-24 14:24:32

Changing status from new to assigned.