meerfrau

Results 18 comments of meerfrau

Me too: ``` ./openvoronoi/src/offset_sorter.hpp:124:41: required from here /usr/include/c++/12.2.1/bits/stl_tree.h:770:15: error: static assertion failed: comparison object must be invocable as const 770 | is_invocable_v, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_tree.h:770:15: note: 'std::is_invocable_v' evaluates to false...

``` CMake Error at /usr/lib/pkgconfig/lz4Config.cmake:5: Parse error. Expected a command name, got unquoted argument with text "prefix=/usr". Call Stack (most recent call first): src/CMakeLists.txt:442 (find_package) ``` liblz4.pc is a pkg-config,...

@vicentebolea This would indeed work!

Oh, it works! BTW: Is `glgrib-install.sh` somewhere? Maybe I'm blind, can't find a proper `make install` option.

Indeed: ``` -- Targeting XCore CMake Error at CMakeLists.txt:1171 (add_subdirectory): add_subdirectory given source "./llvm-16.0.3.src/../third-party/unittest" which is not an existing directory. -- Registering ExampleIRTransforms as a pass plugin (static build: OFF)...

@Maratyszcza Hi Marat, this would make the life of barebone packagers much easier. Please merge it!

Fixable by adding `OCIO::GpuShaderDesc::TextureDimensions dimensions = OCIO::GpuShaderDesc::TEXTURE_2D;` @ThomasWilshaw May I ask you how to enforce compiling against system libraries? My system e.g. has OpenEXR 3.2.0, but olive has chosen libOpenEXR-3_1.so.30...

When I compile from source against Python 3.10 and don't dockerize (pip/venv/...) you might get: ``` Compiling sling/pyapi/pyapi.cc failed: (Exit 1): gcc failed: error executing command (from target //sling/pyapi:pyapi) /usr/bin/gcc...

I've changed pybase to: ``` #include #include ``` > Are there any reason that you cannot use the pre-built wheel? To see the error ;)