reaction-development-platform icon indicating copy to clipboard operation
reaction-development-platform copied to clipboard

Fails on Mac OS Monterey 12.2.1

Open iconifyit opened this issue 2 years ago • 0 comments

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.

  1. Follow Quickstart instructions
  2. run make
  3. 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

Versions

iconifyit avatar Mar 19 '22 22:03 iconifyit