openframeworks / openframeworks/openFrameworks
ntldd missing dependency
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 2.6k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 9
Description
Testing appveyor with openframeworks I noticed ntldd is not installed so make copy_dlls fails:
HOST_OS=MINGW32_NT-10.0
checking pkg-config libraries: cairo zlib openssl glew glfw3 libcurl
with PKG_CONFIG_LIBDIR=
copying dlls to bin
/bin/sh: ntldd: command not found
0 dlls copied
if "%BUILDER%"=="VS" echo "BOE"
cd bin
Contributor guide
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 AppVeyor build and inspect the make copy_dlls step around the ntldd invocation. Check how Windows build dependencies are declared; done means the step finds ntldd and copies the expected DLLs without the command-not-found error.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system, ci-cd
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100