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

Problem installing qpOASES3.2.0 on windows #57

Closed svigerske closed 4 years ago

svigerske commented 4 years ago

Issue created by migration from Trac.

Original creator: zlahard

Original creation time: 2016-12-01 16:57:00

Assignee: ferreau

Version: 3.2.0

Hello!

I've been trying to install qpOASES-3.2.0 on windows, without any luck. I have tried nmake from visual studio, but it gives me the following error:

make.mk(32) : fatal error U1000: syntax error: ')' missing in macro invocation Stop.

I saw in an earlier ticked that you suggested to add "MAKE=NMAKE" in the makefile. I tried this, but I still get the same result.

I also tried downloading minGW and using minGW32-make, but that instead results in this error message:

process_begin: CreateProcess(NULL, getconf, LONG_BIT, ...) failed. The system cannot find the path specified. Makefile:43: recipe for target 'src' failed mingw32-make; ***[src] Error 1

Line 43 in makefile contains the following: @cd $@; ${MAKE} -s

Any input on this? I appreciate all help.

svigerske commented 4 years ago

Comment by ferreau created at 2017-03-28 08:33:42

Changing status from new to assigned.

svigerske commented 4 years ago

Comment by ferreau created at 2017-03-28 08:47:49

This issue has already been reported in tickets #36 and #53, the same answers apply here.

svigerske commented 4 years ago

Comment by ferreau created at 2017-03-28 08:47:49

Resolution: wontFix

svigerske commented 4 years ago

Comment by ferreau created at 2017-03-28 11:34:36

Resolution changed from wontFix to

svigerske commented 4 years ago

Comment by ferreau created at 2017-03-28 11:34:36

Changing status from closed to reopened.

svigerske commented 4 years ago

Comment by ferreau created at 2017-03-28 11:34:43

Resolution: duplicate