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
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.
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
Versions
The text was updated successfully, but these errors were encountered:
Are you looking for help with getting started on Reaction? Please visit our Reaction documentation.
Prerequisites
Tried the trunk branch and release-next-v4.1.0
Yes
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: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.
make
Possible Solution
Run
make
withsudo
Fixes the problem.Versions
The text was updated successfully, but these errors were encountered: