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

[BUILD] Build fails with opencolorio-2.3.2: error: too few arguments to function call, expected 8, have 7 #2334

Closed
yurivict opened this issue Jun 12, 2024 · 1 comment
Labels
Building/Packaging Compile or install issues (excluding CI) Triage This issue is yet to be triaged

Comments

@yurivict
Copy link

Commit Hash
f7e1bff

Platform
FreeBSD 14.1/amd64

Summary
Build fails:

/usr/ports/multimedia/olive/work/olive-f7e1bff/app/render/renderer.cpp:245:95: error: too few arguments to function call, expected 8, have 7
  245 |       shader_desc->getTexture(i, tex_name, sampler_name, width, height, channel, interpolation);
      |       ~~~~~~~~~~~~~~~~~~~~~~~                                                                 ^
/usr/local/include/OpenColorIO/OpenColorIO.h:3538:18: note: 'getTexture' declared here
 3538 |     virtual void getTexture(unsigned index,
      |                  ^          ~~~~~~~~~~~~~~~
 3539 |                             const char *& textureName,
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~
 3540 |                             const char *& samplerName,
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~
 3541 |                             unsigned & width,
      |                             ~~~~~~~~~~~~~~~~~
 3542 |                             unsigned & height,
      |                             ~~~~~~~~~~~~~~~~~~
 3543 |                             TextureType & channel,
      |                             ~~~~~~~~~~~~~~~~~~~~~~
 3544 |                             TextureDimensions & dimensions,
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 3545 |                             Interpolation & interpolation) const = 0;
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

Additional Information / Output

@yurivict yurivict added Building/Packaging Compile or install issues (excluding CI) Triage This issue is yet to be triaged labels Jun 12, 2024
@Simran-B
Copy link
Collaborator

Duplicate of #2284, see PR #2294

@Simran-B Simran-B closed this as not planned Won't fix, can't repro, duplicate, stale Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Building/Packaging Compile or install issues (excluding CI) Triage This issue is yet to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants