Conversation
|
LINK : fatal error
tableproxy.vcxproj
|
|
Should have been fixed. @voskrese , can you give a check? This is something can be fixed upstream so I will propose a patch there as well. |
|
Yes, the problem was solved, but another one arose, with MATLAB
Windows Kits\8.1\include ?
workaround, comment out matlab Build spamfunc.mex |
|
Is that caused by an SDK difference? I don't have a MATLAB to test against. This may be desirable by some but let me disable it for now. |
|
The local patch to fix the DL issue has been accepted in upstream, so "rebased" the ports version. |
|
to the MATLAB, I want to note that the error occurs when compiling with the option |
I thank you on behave of the future people/team who are care enough to work on this part :) As written in the description of this pull request, I think the port is good as long as it supports solver development well. |
This port aims for solver development, so it does not build any existing solver modules. The shared library build is disabled for now because it has some problem on Windows. closes: microsoft#4491
|
Ping @vicroms can we get this tested by today? Thanks. |
|
I just triggered a CI build |
|
Here are the build results:
I think this looks good for an initial port, so I'll go ahead and merge the PR. |
Thanks. Quick question, what are the minimal components I need to install in VS to test these? |
|
I think these are the relevant components in VS:
For UWP, I installed the Universal Windows Platform development workload, but maybe just adding these Individual Component should be enough:
And maybe:
|
|
@zhihaoy And I want to confirm whether the target of this port is |
This port used to install both targets. The main target is |
This port aims for solver development, so it does not build any existing solver modules.
The shared library build is disabled for now because it has some problem on Windows.
There is a bug on the MSVC side, I've reported it to https://developercommunity.visualstudio.com/content/problem/441193/ice-when-optimizing-c-code.html , for now I disabled code optimization on the affected files.