coin-or / qpOASES

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

compiling with cygwin #87

Open svigerske opened 4 years ago

svigerske commented 4 years ago

Issue created by migration from Trac.

Original creator: sansoveria

Original creation time: 2018-09-26 04:57:34

Assignee: ferreau

Version: 3.2.1

Hi, I am trying to build qpOASES under cygwin environment. I uncommented "include ${TOP}/make_cygwin.mk" line in the make.mk file, and commented "include make_linux.mk".

However, when I type "make" in the src folder, it keeps saying "make.mk:36: /make_cygwin.mk: No such file or directory".

I checked it works under linux environment well.

Is it verified under cygwin environment? Thank you.