-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation error on Windows #30
Comments
The error seems to be that Have you run I don't use Windows, so I haven't tested properly. I've only tried it on Appveyor. I'm not sure what these warnings mean. Can you please remove the semicolon at the end of line 53 in |
Configuration: Windows 7 Service Pack 1 with MATLAB R2017b MEX configured to use 'Intel Parallel Studio XE 2015 with Microsoft Visual Studio 2013 (C)' for C language compilation. SuperSCS 1.3.2 was unzipped into C:\scs-master_Super SCS_1.3.2 The sprintf statements in compile_direct.m didn't work correctly and produced Warning messages. I manually fixed up the cmd and paths for include statements, then got to the point of fatal error messages compiling linAlg.c. Question: For use in MATLAB, is it supposed to be sufficient to run make_scs, or does make need to be run (with Makefile ?) at command line before make_scs ? Here are the Warning and error messages: sprintf Warnings running compile_direct.m
Here is cmd after line 53 of compile_direct.m
Here are error message when linAlg.c was compiled from the above mex command (after paths were fixed)
|
Before you call |
I did try using
Maybe the Windows
I am using the make from chocolatey at https://chocolatey.org/install#installing-chocolatey , Then Perhaps you could get an undergraduate to spend an hour or two to produce a version of |
Or possibly just produce a ready to go mex file for MATLAB under WINDOWS, eliminating the requirement for the end user to make anything? |
I cannot run super scs on Matlab using Windows as I encounter the problems reported in this post. Did meanwhile someone find a solution? |
On running 'make_scs', I obtain the following warnings and errors:
The text was updated successfully, but these errors were encountered: