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

Request for help with objcpp and objcpp arguments for meson #107

Open
hmaarrfk opened this issue May 21, 2023 · 4 comments
Open

Request for help with objcpp and objcpp arguments for meson #107

hmaarrfk opened this issue May 21, 2023 · 4 comments
Labels
question Further information is requested

Comments

@hmaarrfk
Copy link

Comment:

In conda-forge/gst-plugins-bad-feedstock#39

it seems that the build is failing due to the lack of parameters for objcpp

Help crafting the parameters

objcpp = '....'
objcpp_args = [ ] 

would be greatly appreciated

@hmaarrfk hmaarrfk added the question Further information is requested label May 21, 2023
@isuruf
Copy link
Member

isuruf commented May 22, 2023

You can just add the env variable OBJCPP just like we do for OBJC. See https://github.com/conda-forge/clang-compiler-activation-feedstock/blob/main/recipe/activate-clang.sh#L173

@hmaarrfk
Copy link
Author

Thanks trying it here conda-forge/gst-plugins-bad-feedstock#41

@hmaarrfk
Copy link
Author

Hmm, did i get the variable defined wrong? It didn't seem to do the trick.

@hmaarrfk
Copy link
Author

Ah you absolutely need to Specify the "for build" variable as well.

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

No branches or pull requests

2 participants