Vehicle simulation software: Difference between revisions
Jump to navigation
Jump to search
| Line 76: | Line 76: | ||
Symbol not found: _OBJC_CLASS_$_NSMutableURLRequest | Symbol not found: _OBJC_CLASS_$_NSMutableURLRequest | ||
</pre> | </pre> | ||
Retry on a 10.13.6 machine ... | == Retry on a 10.13.6 machine ... == | ||
<source lang='bash'> | <source lang='bash'> | ||
/usr/bin/xcodebuild -version | /usr/bin/xcodebuild -version | ||
| Line 86: | Line 86: | ||
/Users/wf/source/cpp/carla-mac/Util/BuildTools/Environment.sh: line 49: nproc: command not found | /Users/wf/source/cpp/carla-mac/Util/BuildTools/Environment.sh: line 49: nproc: command not found | ||
make: *** [setup] Error 127 | make: *** [setup] Error 127 | ||
cd /opt/local/bin | |||
zeus:bin wf$sudo ln -s gnproc nproc | |||
cd carla-mac | |||
make launch | |||
</source> | </source> | ||