openframeworks / openframeworks/openFrameworks

nightly build projectGenerator not include the source properly from addon_config.mk

Open
#8,124 19 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

i.e the ofxGStreamer addon_config.mk

vs:
ADDON_INCLUDES += $(GSTREAMER_1_0_ROOT_MSVC_X86_64)include
ADDON_INCLUDES += $(GSTREAMER_1_0_ROOT_MSVC_X86_64)include/gstreamer-1.0
ADDON_INCLUDES += $(GSTREAMER_1_0_ROOT_MSVC_X86_64)include/glib-2.0
ADDON_INCLUDES += $(GSTREAMER_1_0_ROOT_MSVC_X86_64)lib/glib-2.0/include
ADDON_INCLUDES += $(GSTREAMER_1_0_ROOT_MSVC_X86_64)lib/gstreamer-1.0/include

while Generated the new project it should be inlcude those path within the project include path but instead of none
QQ20240919-170222
not too sure what's causing this
thank you

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 with projectGenerator and the ofxGStreamer addon_config.mk snippet, then trace how ADDON_INCLUDES is read during nightly project generation. Reproduce the Windows case and check the generated project’s include paths. Done means the listed GStreamer, glib, and gstreamer-1.0 include paths from addon_config.mk appear in the generated project.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
build-system, tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
32/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.