openframeworks / openframeworks/openFrameworks

ntldd missing dependency

Open
#6,024 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.