Cant create mex file #780
Unanswered
NOTaShinigami
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Could you please provide the full error message ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm attempting to build the SFunction, as instructed in the readme. Since I need JSBSim.lib to be produce the mex file, I tried building using Microsoft Visual Studio, but my build never succeeded; I received the message: "Build: 2 successful, 1 failed, 0 up-to-date, 0 skipped ===================================================== Build failed.
As a result, I attempted to create the .lib files by changing the -DCMAKE_GNUtoMS variable to ON, but this too failed, and I received .a files.
I attempted to generate the mex file by changing the Matlab compiler, but I received the error wsock32.lib not found for MinGW and the error JSBSim.lib file not found for Visual C++.
Beta Was this translation helpful? Give feedback.
All reactions