Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Tracked by #8192
liquidzym opened this issue Sep 19, 2024 · 1 comment

Comments

@liquidzym
Copy link

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

@danoli3
Copy link
Member

danoli3 commented Nov 1, 2024

does not include sub folders of src correctly either at the moment... investigating

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants