You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I tried to execute the make.m in interfaces/simulink with Matlab and Microsoft VSC 2017 as Compiler. That results in a
$ fatal error C1189: #error: Macro definition of snprintf conflicts with Standard Library function declaration
I tried to resolve this issue by removing -Dsfprintf from the CFLAGS, but that only resulted in simulink crashing everytime i execute the QProblem example model.
Afterwards I tried the MinGW Compiler afterwards, but that caused even more conflicts.
Does anyone have an idea have to resolve this conflict? I would be really grateful for any idea.
Regards
The text was updated successfully, but these errors were encountered:
Hi, I tried to execute the make.m in interfaces/simulink with Matlab and Microsoft VSC 2017 as Compiler. That results in a
$ fatal error C1189: #error: Macro definition of snprintf conflicts with Standard Library function declaration
I tried to resolve this issue by removing -Dsfprintf from the CFLAGS, but that only resulted in simulink crashing everytime i execute the QProblem example model.
Afterwards I tried the MinGW Compiler afterwards, but that caused even more conflicts.
Does anyone have an idea have to resolve this conflict? I would be really grateful for any idea.
Regards
The text was updated successfully, but these errors were encountered: