Andreas Metzler
Andreas Metzler
Attached patch works for me: - Update FindOpenEXR.cmake from blender https://developer.blender.org/diffusion/B/browse/master/build_files/cmake/Modules/FindOpenEXR.cmake - Use OPENEXR_INCLUDE_DIRS instead of OPENEXR_INCLUDE_DIR. [70_OpenEXR3.diff.gz](https://github.com/LuminanceHDR/LuminanceHDR/files/9387644/70_OpenEXR3.diff.gz)
Afaict, this is caused by src/modules//rlm_python3/configure having been generated with old AM_PATH_PYTHON. I am wondering how this _was_ generated BTW, the makefile system does have any hook for re-generating the...
@alandekok wrote > > makefile system does have any hook for re-generating the subdirectory ./configure scripts. > > It's there. It's not just there in each subdirectory. All of the...
> try `make reconfig` It does not work though: ~~~ (sid)ametzler@argenau:/tmp/FREE/freeradius-server-3.0.25$ date ; ls -l src/modules/rlm_python3/configure configure Tue Apr 19 19:09:28 UTC 2022 -rwxrwxr-x 1 ametzler ametzler 403693 Oct 7...
23ad778502c6436fb6e40ade5e9fd9ddbbad9f35 from #501 lets the build go a little bit further.
Hello, I am not sure what exactly you are looking. Error happens in test_watersheds.cxx in fourDimensionalRandomTest(). Adding some printf ... --- ./vigra-Version-1-11-1/test/blockwisealgorithms/test_watersheds.cxx 2017-05-19 17:01:08.000000000 +0200 +++ ./libvigraimpex-1.11.1/test/blockwisealgorithms/test_watersheds.cxx 2017-05-22 19:41:18.811468408 +0200...
Daniel, how did you get the saga error? When trying to build saga against vigra 1.10 I get the ImagePyramid swap error fixed in vigra commit 18675a51fca27b324eb4e4b49593bcee9bc4535e. OTOH building saga...
Okay, that is 1.10, i.e. the already fixed ImagePyramid::swap error.
Hello, with current vigra GIT head two tests fail: test_blockwiselabeling and test_blockwisewatersheds. Building test/blockwisealgorithms/test_labeling.cxx and test/blockwisealgorithms/test_watersheds.cxx with -O1 (instead of -O2) would let the tests succeed. cu Andreas
wolcw wrore: > An alternative is to set the LD_PRELOAD and FAKETIME environment variables directly when launching that server process into the background instead of using the faketime wrapper. That...