Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails on Mac OS Monterey 12.2.1 #223

Open
3 tasks done
iconifyit opened this issue Mar 19, 2022 · 0 comments
Open
3 tasks done

Fails on Mac OS Monterey 12.2.1 #223

iconifyit opened this issue Mar 19, 2022 · 0 comments

Comments

@iconifyit
Copy link

iconifyit commented Mar 19, 2022

Are you looking for help with getting started on Reaction? Please visit our Reaction documentation.

Prerequisites

  • What version are you running?
    Tried the trunk branch and release-next-v4.1.0
  • Are you able to consistently reproduce the issue?
    Yes
  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant