openframeworks / openframeworks/projectGenerator
cannot compile projectGenerator
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 90
- Forks
- 79
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 5
Description
- openFrameworks 0.11.0
- linux 5.4.23-1 manjaro linux (arch linux based)
since last system update, projectGenerator is not working.
I have multiple linux device(laptop and lenovo p330). both are not work (but different error)
[p330]
projectGenerator: error while loading shared libraries: libPocoFoundation.so.64: cannot open shared object file: No such file or directory
[lenovo thinkpad 25Anniverssary]
projectGenerator: error while loading shared libraries: libboost-1.71.0 shared library missing.
I tried re compile projectGenerator with compilePG.sh where _OF_/scripts/linux, but cannot.
here's log
Compiling projectGenerator for Release
make[1]: Entering directory '/home/p330/oF/apps/projectGenerator/commandLine'
/home/p330/oF/libs/openFrameworksCompiled/project/makefileCommon/config.addons.mk:210: *** missing separator. Stop.
make[1]: Leaving directory '/home/p330/oF/apps/projectGenerator/commandLine'
make: *** [/home/p330/oF/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:129: Release] Error 2
make: Leaving directory '/home/p330/oF/apps/projectGenerator/commandLine'
There has been a problem compiling the command line projectGenerator.
Please report this problem in the forums.
config.addons.mk
210 $(foreach addon_to_parse, $(PROJECT_ADDONS), \
211 $(call parse_addon,$(addon_to_parse)) \
212 )
compile.project.mk
Release:
124 @echo Compiling OF library for Release
125 @$(MAKE) -C $(OF_ROOT)/libs/openFrameworksCompiled/project/ Release PLATFORM_OS=$ (PLATFORM_OS) ABIS_TO_COMPILE_RELEASE="$(ABIS_TO_COMPILE_RELEASE)"
126 @echo
127 @echo
128 @echo Compiling $(APPNAME) for Release
129 ifndef ABIS_TO_COMPILE_RELEASE
130 @$(MAKE) ReleaseABI
131 else
132 @$(foreach abi,$(ABIS_TO_COMPILE_RELEASE),$(MAKE) ReleaseABI ABI=$(abi) &&) echo
133 endif
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
Start by reproducing the projectGenerator build with OF/scripts/linux/compilePG.sh on the reported Manjaro systems. Inspect config.addons.mk around line 210 and compile.project.mk around lines 124-132, then compare the missing Poco and Boost library errors with the failed make output. Done means projectGenerator compiles and the reported runtime library errors are resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- arch-linux, linux
- Domain
- build-system, cli, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100