reaction-development-platform
reaction-development-platform copied to clipboard
Fails on Mac OS Monterey 12.2.1
Are you looking for help with getting started on Reaction? Please visit our Reaction documentation.
Prerequisites
- [x] What version are you running? Tried the trunk branch and release-next-v4.1.0
- [x] Are you able to consistently reproduce the issue? Yes
- [x] Did you search the issue queue for existing issue? Search issues Yes
Issue Description
Providing a clear description of the issue will enable a developer to quickly reproduce and understand the issue. Please provide a detailed description including images, animation and/or videos. For client issues, include browser console errors, for server issues please add terminal output and stack traces.
I followed the instructions in the Quickstart guide. When I run make
I get the errors:
clang: error: argument to '-o' is missing (expected 1 value)
clang: error: no input files
I tried running make init
and the first error goes away but not the second. I tried the root branch and the v4.1.0 releast branch but get the same errors with both.
I am running on a PowerBook 2019 with Mac OS Monterey 12.2.1
Steps to Reproduce
Please provide starting context, i.e. logged in as a user, configure a particular payment method.
- Follow Quickstart instructions
- run
make
- Returns error :
clang: error: argument to '-o' is missing (expected 1 value)
clang: error: no input files
Possible Solution
Run make
with sudo
Fixes the problem.
sudo make