openframeworks / openframeworks/projectGenerator
OF_ROOT in Makefile is not correctly set
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 90
- Forks
- 79
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 5
Description
Hi,
here is what's in the Makefile generated:
ifndef OF_ROOT
OF_ROOT=$(realpath ../../../of_v0.9.2_osx_release/of_v0.9.2_osx_release/of_v0.9.2_osx_release/of_v0.9.2_osx_release/of_v0.9.2_osx_release/of_v0.9.2_osx_release/of_v0.9.2_osx_release/of_v0.9.2_osx_release/of_v0.9.2_osx_release/of_v0.9.2_osx_release/of_v0.9.2_osx_release/of_v0.9.2_osx_release/of_v0.9.2_osx_release/of_v0.9.2_osx_release/of_v0.9.2_osx_release/of_v0.9.2_osx_release/of_v0.9.2_osx_release/of_v0.9.2_osx_release/of_v0.9.2_osx_release/of_v0.9.2_osx_release/of_v0.9.2_osx_release/of_v0.9.2_osx_release/of_v0.9.2_osx_release)
endif
It's appending a "of_v0.9.2_osx_release/" each time I call project generator
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the project generator’s generated Makefile, focusing on the OF_ROOT assignment shown in the issue. Reproduce generation more than once and verify that the path does not append another of_v0.9.2_osx_release/ segment on each run.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100