Skip to content

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

@yurivict

Description

@yurivict

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Building/PackagingCompile or install issues (excluding CI)TriageThis issue is yet to be triaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions