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
the ert_main.cpp is producing an error under linux when you try to build you model with C++.
Due to a return statement with no value under 2019b.
The exact message is:
ert_main.cpp:146:9: error: return-statement with no value, in function returning ‘void*’ [-fpermissive]
Same for the tmf file there you need to filter out rt_main.cpp aswell.
cheers.
The text was updated successfully, but these errors were encountered:
Hi,
the ert_main.cpp is producing an error under linux when you try to build you model with C++.
Due to a return statement with no value under 2019b.
The exact message is:
ert_main.cpp:146:9: error: return-statement with no value, in function returning ‘void*’ [-fpermissive]
Same for the tmf file there you need to filter out rt_main.cpp aswell.
cheers.
The text was updated successfully, but these errors were encountered: