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
Hello. I followed the instructions as from paparazziuav wiki.
When I tried to run 'brew install ivy-c jsbsim', it generated 8 errors regarding about 'string'. I would like to know how to fix that problem. Thanks in advance.
The text was updated successfully, but these errors were encountered:
You can install ivy from source by downloading it from git, and building it from the ./src directory using make -h Makefile.osx && make -h Makefile.osx install
You may have to edit ../tools/ivythrouput.cpp and replace any lines that declare 'string' with 'std::string'
Hello. I followed the instructions as from paparazziuav wiki.
When I tried to run 'brew install ivy-c jsbsim', it generated 8 errors regarding about 'string'. I would like to know how to fix that problem. Thanks in advance.
The text was updated successfully, but these errors were encountered: